Directory testsuite/mosfiles-msl22/

Directory Created:
2010-04-01 13:51
Directory Deleted:
2012-10-01 20:14
Total Files:
0
Deleted Files:
69
Lines of Code:
0

[root]/testsuite/mosfiles-msl22

Lines of Code

testsuite/mosfiles-msl22/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 528 (100.0%) 25044 (100.0%) 47.4
sjoelund.se 309 (58.5%) 23471 (93.7%) 75.9
wbraun 54 (10.2%) 1184 (4.7%) 21.9
adrpo 58 (11.0%) 283 (1.1%) 4.8
perost 28 (5.3%) 38 (0.2%) 1.3
mahge930 1 (0.2%) 28 (0.1%) 28.0
jfrenkel 1 (0.2%) 26 (0.1%) 26.0
Frenkel TUD 8 (1.5%) 14 (0.1%) 1.7
alash325 69 (13.1%) 0 (0.0%) 0.0

Most Recent Commits

alash325 2012-10-01 20:14 Rev.: 13126

_Moved mosfiles-msl22 from testsuite to simulation/modelica/ and renamed to msl22 plus update the Makefile

0 lines of code changed in 69 files:

  • testsuite/mosfiles-msl22: Backlash.mos (del), BearingFrictionTest.mo (del), BearingFrictionTest.mos (del), BooleanModel.mo (del), Circuit1.mos (del), DCMotor.mos (del), DCMotorBlocks.mos (del), DCMotorDeadzone.mos (del), DCMotorRotational.mos (del), ElasticBearing.mos (del), First.mos (del), FuncCross.mo (del), FuncCross.mos (del), Gear.mos (del), Gear2.mos (del), IdealGear.mos (del), IdealGearBrake.mos (del), InitTest.mo (del), InitTest.mos (del), InitTest2.mos (del), InitTest3Phase.mo (del), InputOutput.mo (del), InputOutput.mos (del), LargeSteps.mo (del), LossyGear1.mo (del), LossyGear1.mos (del), Makefile (del), MatrixTest.mo (del), MatrixTest.mos (del), Modelica.mo (del), NonLinSys.mo (del), NonLinSys2.mo (del), NonLinSys3.mo (del), NonLinSys4.mo (del), NonLinsys.mo (del), NonLinsys.mos (del), NonLinsys2.mo (del), NonLinsys3.mo (del), NonLinsys4.mo (del), Shaft.mos (del), SineAccelerate.mos (del), SineSpeed.mos (del), SineTorque.mos (del), SineTorque2inertias.mos (del), SpringMass.mos (del), StepTorque.mos (del), Tank.mos (del), Test3PhaseInit.mos (del), Test3PhaseInitOver.mos (del), Test3PhaseInitParam.mos (del), Test3PhaseStart.mos (del), Test3PhaseSystemTotal.mo (del), TestModels.mo (del), TimeVaryingLinsys.mo (del), TimeVaryingLinsys.mos (del), TrapezoidTest.mo (del), TrapezoidTest.mos (del), WeakAxis.mos (del), avg.mo (del), avg.mos (del), blockssources.mos (del), blockssystems.mos (del), rotationalgears.mos (del), rotationalspringinertia.mos (del), rotationalsystems.mos (del), simulation2.mos (del), simulation3.mos (del), tupleTest.mo (del), tupleTest.mos (del)
wbraun 2012-09-21 15:55 Rev.: 13015

- changed event handling with dassl
- while every dassl step the ZeroCrossings are tested
- changed many results, since now the simulation is more accurate
- changed the check for Modelica assert, now some models produce warnings
for variables outside min and max values

3 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: InitTest.mos (+2 -1), blockssources.mos (+1 -1)
jfrenkel 2012-09-06 21:35 Rev.: 12813

- fix tests

26 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: Test3PhaseInitParam.mos (+26 -26)
adrpo 2012-06-12 07:03 Rev.: 12026

- assume these results are more correct than the ones before.

26 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: Test3PhaseInitParam.mos (+26 -26)
Frenkel TUD 2012-03-30 16:11 Rev.: 11615

- fix tests

0 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: IdealGear.mos (-1), IdealGearBrake.mos (-1)
Frenkel TUD 2012-03-30 14:07 Rev.: 11612

- fix tests

6 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: IdealGear.mos (+3), IdealGearBrake.mos (+3)
sjoelund.se 2012-03-23 14:02 Rev.: 11511

- Added simulate(..., simflags="flags") option. It will be passed to the simulation executable in the future

207 lines of code changed in 33 files:

  • testsuite/mosfiles-msl22: Backlash.mos (+3 -3), Circuit1.mos (+4 -4), DCMotorBlocks.mos (+3 -3), DCMotorDeadzone.mos (+3 -3), DCMotorRotational.mos (+3 -3), ElasticBearing.mos (+3 -3), First.mos (+3 -3), FuncCross.mos (+1 -1), IdealGear.mos (+3 -3), IdealGearBrake.mos (+5 -5), InitTest.mos (+3 -3), InputOutput.mos (+1 -1), MatrixTest.mos (+1 -1), NonLinsys.mos (+19 -19), Shaft.mos (+2 -2), SineAccelerate.mos (+3 -3), SineSpeed.mos (+3 -3), SineTorque.mos (+3 -3), SineTorque2inertias.mos (+3 -3), SpringMass.mos (+3 -3), StepTorque.mos (+3 -3), Tank.mos (+3 -3), Test3PhaseInit.mos (+26 -26), Test3PhaseInitOver.mos (+26 -26), Test3PhaseInitParam.mos (+26 -26), Test3PhaseStart.mos (+19 -19), TimeVaryingLinsys.mos (+7 -7), TrapezoidTest.mos (+2 -2), WeakAxis.mos (+4 -4), avg.mos (+1 -1), blockssources.mos (+12 -12), simulation2.mos (+5 -5), tupleTest.mos (+1 -1)
Frenkel TUD 2012-03-12 13:53 Rev.: 11377

- implement new remove simple equation modules (removeSimpleEquationsFast,removeSimpleEquationsPast) speed up around 40% for backend
- use IncidenceMatrix BackendDAE.SOLVABLE for Matching
- function vararrayList is protected use BackendDAEUtil.varList
- fix tests

3 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: IdealGear.mos (+2 -4), IdealGearBrake.mos (+1 -3)
mahge930 2012-03-01 22:48 Rev.: 11260

+ The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases.
+ "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned.
For OMDEV/MINGW ppl (linux already has partest)
+ "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN")
- 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the
output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit.

Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions)

28 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: Makefile (+28 -3)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

7 lines of code changed in 7 files:

  • testsuite/mosfiles-msl22: InitTest3Phase.mo (+1), NonLinsys.mos (+1), Test3PhaseInit.mos (+1), Test3PhaseInitOver.mos (+1), Test3PhaseInitParam.mos (+1), Test3PhaseStart.mos (+1), TimeVaryingLinsys.mos (+1)
wbraun 2012-01-13 01:40 Rev.: 10888

- Switch to new SimulationRuntime as default SimulationRuntime.
- all simulation tests work as before.
- This will break interactive and qss stuff.

4 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: InputOutput.mos (+4 -4)
adrpo 2011-11-15 12:44 Rev.: 10515

- include the modifiers and dimensions in the dependency analysis in Inst.instElementList
- move annotation checking functions from DAEUtil to SCode.
- convert type of the Value in the binding if needed (to get rid of things like min = 0, instead of min = 0.0)
- in partial instantiation disregard parameters, instantiate only constants.
- rename the really bad name "subs" to restCref in Static.elabCrefSubs.
- clear errors when loadingFileInteractiveQualified API and parseFile API
- added vaporizing.mo test

- a LOT of tests have changed
- small fixes to tools/validatetest/validatetest.pl

144 lines of code changed in 33 files:

  • testsuite/mosfiles-msl22: Backlash.mos (+3 -3), Circuit1.mos (+4 -4), DCMotorBlocks.mos (+3 -3), DCMotorDeadzone.mos (+3 -3), DCMotorRotational.mos (+3 -3), ElasticBearing.mos (+3 -3), First.mos (+3 -3), FuncCross.mos (+1 -1), IdealGear.mos (+3 -3), IdealGearBrake.mos (+5 -5), InitTest.mos (+3 -3), InputOutput.mos (+3 -3), MatrixTest.mos (+1 -1), NonLinsys.mos (+13 -13), Shaft.mos (+2 -2), SineAccelerate.mos (+3 -3), SineSpeed.mos (+3 -3), SineTorque.mos (+3 -3), SineTorque2inertias.mos (+3 -3), SpringMass.mos (+3 -3), StepTorque.mos (+3 -3), Tank.mos (+3 -3), Test3PhaseInit.mos (+10 -10), Test3PhaseInitOver.mos (+10 -10), Test3PhaseInitParam.mos (+13 -13), Test3PhaseStart.mos (+7 -7), TimeVaryingLinsys.mos (+7 -7), TrapezoidTest.mos (+1 -1), WeakAxis.mos (+4 -4), avg.mos (+1 -1), blockssources.mos (+11 -11), simulation2.mos (+5 -5), tupleTest.mos (+1 -1)
perost 2011-10-26 14:42 Rev.: 10221

- Added a flag to OMC, +std, to set the Modelica language version to use. API
calls setLanguageStandard and getLanguageStandard are also implemented for
this.
- The Modelica language version is now set automatically if a specific version
of the MSL is loaded, and gives a notification if the version has changed.
- Added new package RTOptsData, which contains data types and some functions
which can't be in RTOpts since RML doesn't allow mixing external and
non-external things.
- Turned on error messages for replaceable base classes if Modelica version is
at least 3.0.
- Turned on balance checking of connectors if Modelica version is at least 3.0.
- Updated test suite, and added a new test case redeclare/ReplaceableBaseClass.

24 lines of code changed in 24 files:

  • testsuite/mosfiles-msl22: Backlash.mos (+1), Circuit1.mos (+1), DCMotorBlocks.mos (+1), DCMotorDeadzone.mos (+1), DCMotorRotational.mos (+1), ElasticBearing.mos (+1), First.mos (+1), IdealGear.mos (+1), IdealGearBrake.mos (+1), InitTest.mos (+1), Shaft.mos (+1), SineAccelerate.mos (+1), SineSpeed.mos (+1), SineTorque.mos (+1), SineTorque2inertias.mos (+1), StepTorque.mos (+1), Tank.mos (+1), Test3PhaseInit.mos (+1), Test3PhaseInitOver.mos (+1), Test3PhaseInitParam.mos (+1), Test3PhaseStart.mos (+1), TrapezoidTest.mos (+1), WeakAxis.mos (+1), blockssources.mos (+1)
sjoelund.se 2011-09-20 16:49 Rev.: 9877

- Expected input/output

4 lines of code changed in 4 files:

  • testsuite/mosfiles-msl22: Test3PhaseInit.mos (+1 -260), Test3PhaseInitOver.mos (+1 -260), Test3PhaseInitParam.mos (+1 -259), Test3PhaseStart.mos (+1 -260)
sjoelund.se 2011-09-20 16:42 Rev.: 9876

- Split InitTest2.mos into multiple files

1432 lines of code changed in 5 files:

  • testsuite/mosfiles-msl22: Makefile (+4 -1), Test3PhaseInit.mos (new 357), Test3PhaseInitOver.mos (new 357), Test3PhaseInitParam.mos (new 357), Test3PhaseStart.mos (new 357)
wbraun 2011-08-02 17:55 Rev.: 9588

- added bugfix for dassl tolerance
- added relative comparison for testsuite

3 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: WeakAxis.mos (+3 -3)
sjoelund.se 2011-05-24 13:45 Rev.: 9088

- Changed the installed library structure to omlibrary/Modelica 3.1 instead of omlibrary/msl31/Modelica
- Testcases now use loadModel(Modelica,{"3.1"}), etc, instead of env.vars

25 lines of code changed in 29 files:

  • testsuite/mosfiles-msl22: Backlash.mos (+1 -2), BearingFrictionTest.mos (+1 -2), Circuit1.mos (+1 -2), DCMotorBlocks.mos (+1 -2), DCMotorDeadzone.mos (+1 -2), DCMotorRotational.mos (+1 -2), ElasticBearing.mos (+1 -2), First.mos (+1 -2), Gear.mos (+1 -2), Gear2.mos (+1 -2), IdealGear.mos (+1 -2), IdealGearBrake.mos (+1 -2), InitTest.mos (+1 -2), InitTest2.mos (-1), LossyGear1.mos (+1 -2), NonLinsys.mos (-1), Shaft.mos (+1 -2), SineAccelerate.mos (+1 -2), SineSpeed.mos (+1 -2), SineTorque.mos (+1 -2), SineTorque2inertias.mos (+1 -2), SpringMass.mos (+1 -2), StepTorque.mos (+1 -2), Tank.mos (+1 -2), TimeVaryingLinsys.mos (-1), TrapezoidTest.mos (+1 -2), WeakAxis.mos (+1 -2), blockssources.mos (+1 -2), simulation2.mos (-1)
wbraun 2011-05-13 12:47 Rev.: 8990

- added fix for Bug [# 1508] terminal() support.
- moved mosfiles-msl22/LossyGear1.mos to failingtest

1 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: Makefile (+1 -1)
perost 2011-05-02 11:36 Rev.: 8768

- Enabled SCodeFlatten by default.
- Updated the test suite to comply with SCodeFlatten.

1 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: IdealGearBrake.mos (+1 -5)
perost 2011-04-18 13:44 Rev.: 8689

- Changed Absyn.pathString to add a dot in front of fully qualified paths.
- Added Absyn.pathStringNoQual with the old pathString behaviour, and replaced
calls to pathString in some places that depended on the old behaviour of
pathString.
- Updated test suite.

5 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: IdealGearBrake.mos (+5 -5)
adrpo 2011-04-16 23:21 Rev.: 8674

- fixes to c_runtime so no more crashes on Windows (even better on Linux)!
- matrix.h (double assigned to modelica_boolean)
*loc_ptrs[i]=values[cur_value_indx*size+i];
loc_ptrs is a array of pointers to doubles which is set to addresses of
modelica_boolean then at those addresses a double is copied (values is a double array)
- other files
+ initialize most variables to 0 or NULL or "".
- flagSet now returns integer instead of bool!
- fixes interactiveSimuation -> interactiveSimulation.

5 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: LossyGear1.mos (+5 -5)
wbraun 2011-04-15 19:00 Rev.: 8667

- added some bugfixes for initialization and update some testcase to currect values

1 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: simulation2.mos (+1 -1)
Frenkel TUD 2011-04-13 16:13 Rev.: 8629

- use removeFinalParameters,removeSimpleEquationsX,expandDerOperator as default preoptModules
- use lateInline,inlineArrayEqn,removeSimpleEquationsX as default pastoptModules

5 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: IdealGear.mos (+3 -1), IdealGearBrake.mos (+2)
sjoelund.se 2011-04-11 17:15 Rev.: 8586

- Added simulate() option cflags = ""
- Also added a field for this in the OMEdit simulation widget

45 lines of code changed in 33 files:

  • testsuite/mosfiles-msl22: Backlash.mos (+1 -1), BearingFrictionTest.mos (+1 -1), Circuit1.mos (+1 -1), DCMotorBlocks.mos (+1 -1), DCMotorDeadzone.mos (+1 -1), DCMotorRotational.mos (+1 -1), ElasticBearing.mos (+1 -1), First.mos (+1 -1), FuncCross.mos (+1 -1), Gear2.mos (+1 -1), IdealGear.mos (+1 -1), IdealGearBrake.mos (+1 -1), InitTest.mos (+1 -1), InitTest2.mos (+4 -4), InputOutput.mos (+1 -1), LossyGear1.mos (+1 -1), MatrixTest.mos (+1 -1), NonLinsys.mos (+5 -5), Shaft.mos (+1 -1), SineAccelerate.mos (+1 -1), SineSpeed.mos (+1 -1), SineTorque.mos (+1 -1), SineTorque2inertias.mos (+1 -1), SpringMass.mos (+1 -1), StepTorque.mos (+1 -1), Tank.mos (+1 -1), TimeVaryingLinsys.mos (+1 -1), TrapezoidTest.mos (+1 -1), WeakAxis.mos (+1 -1), avg.mos (+1 -1), blockssources.mos (+5 -5), simulation2.mos (+2 -2), tupleTest.mos (+1 -1)
wbraun 2011-04-05 17:00 Rev.: 8506

- added bugfix for parameter initialization and activated the testcase
- added and changed some debug flag in matrix.h for LOG_NONLINSYS

17 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: InitTest2.mos (+17 -23)
wbraun 2011-04-01 06:13 Rev.: 8442

- for testsuite mosfiles-msl22 separated and actived some tests (initialization)
- clean up testsuite
- deactived print call in BackendQSS.mo, since it break the testsuite

1084 lines of code changed in 29 files:

  • testsuite/mosfiles-msl22: BooleanModel.mo (+2 -2), FuncCross.mos (+1 -1), InitTest.mo (+2 -2), InitTest.mos (+4 -4), InitTest2.mos (new 364), InitTest3Phase.mo (new 471), InputOutput.mos (+1 -1), LargeSteps.mo (+2 -2), LossyGear1.mos (+6 -5), Makefile (+4 -1), MatrixTest.mos (+1 -1), NonLinsys.mo (new 22), NonLinsys.mos (new 97), NonLinsys2.mo (new 8), NonLinsys3.mo (new 8), NonLinsys4.mo (new 30), Shaft.mos (+1 -1), SineAccelerate.mos (+1 -1), SineSpeed.mos (+1 -1), SineTorque.mos (+1 -1), SineTorque2inertias.mos (+1 -1), StepTorque.mos (+1 -1), TimeVaryingLinsys.mos (new 36), TrapezoidTest.mo (+2 -2), TrapezoidTest.mos (+4 -4), WeakAxis.mos (+1 -1), avg.mos (+1 -1), simulation2.mos (+10 -144), tupleTest.mos (+1 -1)
adrpo 2011-03-31 15:34 Rev.: 8437

- more cleanup

1 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: blockssources.mos (+1 -1)
adrpo 2011-03-31 15:12 Rev.: 8436

- use teardown command as we cannot remove .mat files using rm -f while they are in use.

8 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: blockssources.mos (+5 -5), simulation2.mos (+3 -17)
wbraun 2011-03-31 07:01 Rev.: 8420

- Bugfixes for RemoveSimpleEquations
- Bugfixes for Intialization
- Support for Alias Vars in result files

5 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: InitTest.mos (+3 -10), Makefile (+2 -2)
wbraun 2011-03-24 16:55 Rev.: 8349

BackendDAECreate.mo:
- deactivated minmax and nominal assert, due to the fact that Bug [# 1454] is caused.
SimCodeC.tpl:
- changed measure_time_flag to be able activate it by simulation flag "-v"
SimCode.mo:
- added case for generation only the "jacobian" dg/dx with debug flag "+d=jacobian"
BackendDAEOptimize.mo:
- adjusted to SimCode.mo "+d=jacobian"
solver_main.cpp and simulation_runtime.cpp:
- activated "euler" solver again, was deactived for some reason.
- added additional solver names : "dassljac" and "dasslnum" for using a symbolic jacobian and own numerical jacobian in dassl.
- clean up some things.
testsuite:
- deactivated some tests that initialise wrong, due to the Bug [# 1455]
- update some tests to correct results.

14 lines of code changed in 5 files:

  • testsuite/mosfiles-msl22: DCMotorBlocks.mos (+2 -2), DCMotorRotational.mos (+2 -2), IdealGearBrake.mos (+4 -4), Makefile (+3 -3), simulation2.mos (+3 -12)
wbraun 2011-03-10 16:37 Rev.: 8166

- removed old dassl solver
- adjust testsuite

2 lines of code changed in 1 file:

  • testsuite/mosfiles-msl22: BearingFrictionTest.mos (+2)
sjoelund.se 2011-03-03 14:34 Rev.: 8072

- Added simulate() option measureTime=false
- Not used for now, but will replace the -mt option of simulation executables

40 lines of code changed in 29 files:

  • testsuite/mosfiles-msl22: Backlash.mos (+1 -1), BearingFrictionTest.mos (+1 -1), Circuit1.mos (+1 -1), DCMotorBlocks.mos (+1 -1), DCMotorDeadzone.mos (+1 -1), DCMotorRotational.mos (+1 -1), ElasticBearing.mos (+1 -1), First.mos (+1 -1), FuncCross.mos (+1 -1), Gear2.mos (+1 -1), IdealGear.mos (+1 -1), IdealGearBrake.mos (+1 -1), InitTest.mos (+1 -1), InputOutput.mos (+1 -1), MatrixTest.mos (+1 -1), Shaft.mos (+1 -1), SineAccelerate.mos (+1 -1), SineSpeed.mos (+1 -1), SineTorque.mos (+1 -1), SineTorque2inertias.mos (+1 -1), SpringMass.mos (+1 -1), StepTorque.mos (+1 -1), Tank.mos (+1 -1), TrapezoidTest.mos (+1 -1), WeakAxis.mos (+1 -1), avg.mos (+1 -1), blockssources.mos (+5 -5), simulation2.mos (+8 -8), tupleTest.mos (+1 -1)
sjoelund.se 2011-02-24 08:45 Rev.: 7997

- Updated the default outputFormat of simulations to be .mat
- Only mosfiles-dassl/Sample2.mos changed its output; this seems to be because we have an event at the last time-step. I'll see if we can change the interpolation to always find the right limit

85 lines of code changed in 31 files:

  • testsuite/mosfiles-msl22: Backlash.mos (+2 -2), BearingFrictionTest.mos (+2 -2), Circuit1.mos (+2 -2), DCMotorBlocks.mos (+2 -2), DCMotorDeadzone.mos (+2 -2), DCMotorRotational.mos (+2 -2), ElasticBearing.mos (+2 -2), First.mos (+2 -2), FuncCross.mos (+2 -2), Gear.mos (+2 -2), Gear2.mos (+2 -2), IdealGear.mos (+2 -2), IdealGearBrake.mos (+2 -2), InitTest.mos (+2 -2), InputOutput.mos (+2 -2), LossyGear1.mos (+1 -1), MatrixTest.mos (+2 -2), Shaft.mos (+2 -2), SineAccelerate.mos (+2 -2), SineSpeed.mos (+2 -2), SineTorque.mos (+2 -2), SineTorque2inertias.mos (+2 -2), SpringMass.mos (+2 -2), StepTorque.mos (+2 -2), Tank.mos (+2 -2), TrapezoidTest.mos (+2 -2), WeakAxis.mos (+2 -2), avg.mos (+2 -2), blockssources.mos (+10 -10), simulation2.mos (+18 -18), tupleTest.mos (+2 -2)
wbraun 2011-02-23 15:54 Rev.: 7988

- bugfix in differentiation rule for abs()
- added some improvments in the c_runtime
- adjust the SimCodeC.tpl for the c_runtime
- adjust some testcase and moved some from msl221 examples to failed testcase, because they not simulate correctly anyway.

2 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: InitTest.mos (+1 -1), blockssources.mos (+1 -1)
perost 2011-02-22 18:53 Rev.: 7979

- Fixed expected output of some tests due to commit 7973.
- Removed duplicate elements in msl221.

8 lines of code changed in 2 files:

  • testsuite/mosfiles-msl22: IdealGearBrake.mos (+1 -1), blockssources.mos (+7 -7)
wbraun 2011-02-17 07:02 Rev.: 7950

- changed default solver to dassl2 (or from now it's called dassl)
- for now old default solver renamed to dasslold

48 lines of code changed in 8 files:

  • testsuite/mosfiles-msl22: BearingFrictionTest.mos (+2 -5), Gear.mos (+9 -15), Gear2.mos (+2 -2), IdealGearBrake.mos (+5 -5), InitTest.mos (+6 -2), Makefile (+2 -2), WeakAxis.mos (+3 -3), simulation2.mos (+19 -19)
sjoelund.se 2011-02-16 16:33 Rev.: 7947

- Added option variableFilter to translate/buildModel/simulate commands/simulation runtime
- This argument is a regular expression; any variable that matches this expression is present in the result file
- The default value is ".*", which matches _any_ variable
- The regex provided is treated as: ^(%regex%)$, i.e. you are forced to write regular expressions that match the complete name (no substring matches)
- Currently only implemented for plt/csv formats with mat coming in the near future

- Added an error message when a uniontype record contains a field that has the type of a uniontype record instead of a uniontype (this is more specific than the type mismatch error that used to be provided)

86 lines of code changed in 28 files:

  • testsuite/mosfiles-msl22: Backlash.mos (+1 -1), BearingFrictionTest.mos (+2 -5), Circuit1.mos (+4 -4), DCMotorBlocks.mos (+1 -1), DCMotorDeadzone.mos (+3 -3), DCMotorRotational.mos (+1 -1), ElasticBearing.mos (+1 -1), First.mos (+3 -3), FuncCross.mos (+1 -1), Gear2.mos (+7 -7), IdealGear.mos (+2 -2), InitTest.mos (+3 -6), InputOutput.mos (+1 -1), MatrixTest.mos (+1 -1), Shaft.mos (+1 -1), SineAccelerate.mos (+3 -3), SineSpeed.mos (+3 -3), SineTorque.mos (+1 -1), SineTorque2inertias.mos (+1 -1), SpringMass.mos (+2 -2), StepTorque.mos (+1 -1), Tank.mos (+3 -3), TrapezoidTest.mos (+1 -1), WeakAxis.mos (+4 -4), avg.mos (+1 -1), blockssources.mos (+7 -7), simulation2.mos (+26 -26), tupleTest.mos (+1 -1)
sjoelund.se 2010-12-31 17:00 Rev.: 7603

- Split rotationalgears into 4 tests (2 of which still fail)

153 lines of code changed in 5 files:

  • testsuite/mosfiles-msl22: Gear.mos (new 43), Gear2.mos (new 37), IdealGear.mos (new 32), IdealGearBrake.mos (new 37), Makefile (+4 -1)
sjoelund.se 2010-12-31 16:52 Rev.: 7602

- Split blockssystems.mos into multiple tests

183 lines of code changed in 7 files:

  • testsuite/mosfiles-msl22: Circuit1.mos (new 32), DCMotorBlocks.mos (new 29), DCMotorDeadzone.mos (new 29), DCMotorRotational.mos (new 29), Makefile (+6 -2), SpringMass.mos (new 29), Tank.mos (new 29)
sjoelund.se 2010-12-30 18:00 Rev.: 7591

- Split rotationalspringinertia into several tests

207 lines of code changed in 8 files:

  • testsuite/mosfiles-msl22: Backlash.mos (new 29), Makefile (+7 -1), Shaft.mos (new 26), SineAccelerate.mos (new 29), SineSpeed.mos (new 29), SineTorque.mos (new 29), SineTorque2inertias.mos (new 29), StepTorque.mos (new 29)

(12 more)

Generated by StatSVN 0.7.0