Directory testsuite/simulation/modelica/asserts/

Directory Created:
2012-10-12 13:09
Total Files:
18
Deleted Files:
0
Lines of Code:
1193

[root]/testsuite/simulation/modelica/asserts

Lines of Code

testsuite/simulation/modelica/asserts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 123 (100.0%) 1423 (100.0%) 11.5
wbraun 45 (36.6%) 1023 (71.9%) 22.7
alash325 7 (5.7%) 235 (16.5%) 33.5
sjoelund.se 33 (26.8%) 75 (5.3%) 2.2
hudson 17 (13.8%) 38 (2.7%) 2.2
lochel 11 (8.9%) 31 (2.2%) 2.8
adrpo 7 (5.7%) 12 (0.8%) 1.7
vitalij 2 (1.6%) 8 (0.6%) 4.0
perost 1 (0.8%) 1 (0.1%) 1.0

Most Recent Commits

wbraun 2015-02-19 00:02 Rev.: 24626

- improved assert output further with debug
- fixed #3074

3 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest6.mos (+1 -1), AssertTest7.mos (+1 -1), testAssertSolve.mos (+1 -1)
hudson 2015-02-16 21:11 Rev.: 24607

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: TestAssert.mos (+1)
wbraun 2015-02-16 20:45 Rev.: 24606

- added more information for a triggered Modelica assert
- fixes partially #3074

165 lines of code changed in 9 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+3 -1), AssertTest1.mos (+3 -1), AssertTest2.mos (+3 -1), AssertTest3.mos (+2 -2), AssertTest4.mos (+9 -3), AssertTest5.mos (+9 -3), Makefile (+1), TestAssert.mos (new 134), testAssertSolve.mos (+1)
sjoelund.se 2015-01-30 10:57 Rev.: 24326

Expected output

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: AssertTest4.mo (+2 -2)
wbraun 2014-11-05 23:42 Rev.: 23223

- fixed #2878.

4 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: AssertTest4.mos (+2), AssertTest5.mos (+2)
sjoelund.se 2014-08-15 13:03 Rev.: 21886

Improve the error-messages for domain errors like `log(<0)` (make it part of the messages using the XML output)

12 lines of code changed in 6 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+1 -1), AssertTest1.mos (+1 -1), AssertTest2.mos (+1 -1), AssertTest4.mos (+4 -4), AssertTest5.mos (+4 -4), testAssertSolve.mos (+1 -1)
vitalij 2014-07-07 19:40 Rev.: 21443

improved rules for pow in ExpressionSolve.mo

7 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: testAssertSolve.mos (+7 -6)
vitalij 2014-07-05 11:18 Rev.: 21426

- clean up ExpressionSolve (features from r21400)
- guard IFEXP in ExpressionSolve against dependency in condition

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: testAssertSolve.mos (+1 -2)
wbraun 2014-06-06 17:15 Rev.: 21010

- added a inner ring-buffer for dassl solver
to ensure consistent extrapolation data for non-linear loops.

0 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: AssertTest6.mos (-1), AssertTest7.mos (-1)
wbraun 2014-06-05 02:07 Rev.: 20975

- revised dassl implmentation
- added additional rhs evalution to ensure a consistent ringbuffer for extrapolation
- removed f2c binding
- rename simData to data

144 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: AssertTest6.mos (+58), AssertTest7.mos (+86)
lochel 2014-05-15 13:37 Rev.: 20623

- small update to r20622

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: testAssertSolve.mos (+1 -1)
wbraun 2014-05-15 13:30 Rev.: 20622

- update message for 0^x to "Model error - 0^x is not defined"
- moved also test

38 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: Makefile (+1), testAssertSolve.mos (new 37)
sjoelund.se 2014-04-24 13:59 Rev.: 20251

Replace measureTime=true with +d=measureTime in buildModel/etc
- Fix code generation for profiling of function calls (was disabled)
- Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again

10 lines of code changed in 8 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+2 -2), AssertTest1.mos (+1 -1), AssertTest2.mos (+1 -1), AssertTest3.mos (+2 -2), AssertTest4.mos (+1 -1), AssertTest5.mos (+1 -1), AssertTest6.mos (+1 -1), AssertTest7.mos (+1 -1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

28 lines of code changed in 7 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mo (+2 -2), AssertTest1.mo (+3 -3), AssertTest2.mo (+3 -3), AssertTest4.mo (+5 -5), AssertTest5.mo (+5 -5), AssertTest6.mo (+5 -5), AssertTest7.mo (+5 -5)
sjoelund.se 2014-04-05 11:56 Rev.: 20003

Update cdaspk with fixes for printing strings that are not NULL-terminated

6 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: AssertTest6.mos (+3 -3), AssertTest7.mos (+3 -3)
sjoelund.se 2014-04-05 09:28 Rev.: 20002

Make sure we use the new dassl by not linking in the old files (removed from svn to make sure)

6 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: AssertTest6.mos (+3 -3), AssertTest7.mos (+3 -3)
wbraun 2014-04-04 16:27 Rev.: 19990

- switch to newer dassl version (daskr without f2c) from 3rdParty
- rename LOG_DASRT to LOG_DASSL

12 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: AssertTest6.mos (+6 -6), AssertTest7.mos (+6 -6)
lochel 2014-02-22 20:01 Rev.: 19254

- move some post-initialization procedures
- change stream for a assertion notification

3 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+1 -1), AssertTest1.mos (+1 -1), AssertTest2.mos (+1 -1)
sjoelund.se 2014-02-18 17:22 Rev.: 19164

Remove the global jump buffers; do the jumping via threadData instead

5 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+1 -1), AssertTest1.mos (+2 -2), AssertTest2.mos (+2 -2)
sjoelund.se 2014-02-14 12:13 Rev.: 19115

#2580
- Don't clear the error-buffer if the simulate command fails (so it is possible to use the normal error commands to query errors)

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+5 -6)
wbraun 2014-01-20 20:31 Rev.: 18697

- removed rounding step-size work-a-round

0 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: AssertTest7.mos (-2)
wbraun 2014-01-19 18:43 Rev.: 18688

- added fix for stepSize calculation and output intervals #2539

13 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest4.mos (+5 -5), AssertTest5.mos (+5 -5), AssertTest7.mos (+3 -1)
adrpo 2013-09-18 19:19 Rev.: 17304

- attempt to get the same output on any system by using fflush(NULL); where messages are printed

11 lines of code changed in 6 files:

  • testsuite/simulation/modelica/asserts: AssertTest4.mo (+1 -1), AssertTest4.mos (+3 -3), AssertTest5.mo (+2 -2), AssertTest5.mos (+3 -3), AssertTest6.mo (+1 -1), AssertTest7.mo (+1 -1)
lochel 2013-06-23 21:59 Rev.: 16461

- change warnings

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: AssertTest6.mos (+1 -1), AssertTest7.mos (+1 -1)
lochel 2013-06-23 19:27 Rev.: 16460

- add notification for suppressed warnings of the initialization

4 lines of code changed in 2 files:

  • testsuite/simulation/modelica/asserts: AssertTest6.mos (+2 -1), AssertTest7.mos (+2 -1)
hudson 2013-06-18 21:10 Rev.: 16388

[Janitor mode] Set auto-props

9 lines of code changed in 9 files:

  • testsuite/simulation/modelica/asserts: AssertTest3.mos (+1), AssertTest4.mo (+1), AssertTest4.mos (+1), AssertTest5.mo (+1), AssertTest5.mos (+1), AssertTest6.mo (+1), AssertTest6.mos (+1), AssertTest7.mo (+1), AssertTest7.mos (+1)
wbraun 2013-06-18 21:08 Rev.: 16387

#1515
#2237
- fixed handling of Modelica asserts by using setjmp and longjmp
- added three different layers for exceptions: SIMULATION,INTEGRATOR,NONLINEARSOLVER
- integrator tries to handle asserts by reducing the step-size
- default non-linear solver tries to handle asserts by vary iteration variables
- added and modified related tests

641 lines of code changed in 16 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mo (+6 -1), AssertTest.mos (+2 -5), AssertTest1.mo (+6 -5), AssertTest1.mos (+3 -6), AssertTest2.mo (+6 -5), AssertTest2.mos (+3 -10), AssertTest3.mos (new 38), AssertTest4.mo (new 56), AssertTest4.mos (new 38), AssertTest5.mo (new 56), AssertTest5.mos (new 38), AssertTest6.mo (new 56), AssertTest6.mos (new 128), AssertTest7.mo (new 56), AssertTest7.mos (new 143), Makefile (+6 -1)
perost 2013-06-10 13:56 Rev.: 16277

- Fixed punctuation of error messages.

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+1 -1)
sjoelund.se 2013-04-29 13:04 Rev.: 15927

#1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them

4 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+2 -2), AssertTest1.mos (+1 -1), AssertTest2.mos (+1 -1)
sjoelund.se 2013-02-08 09:16 Rev.: 15104

Fix tests

4 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+2 -2), AssertTest1.mos (+1 -1), AssertTest2.mos (+1 -1)
sjoelund.se 2013-02-07 16:16 Rev.: 15085

Always use full pathnames for file info of parsed files

20 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+8 -8), AssertTest1.mos (+6 -6), AssertTest2.mos (+6 -6)
sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: Makefile (+1)
adrpo 2012-11-24 22:53 Rev.: 14055

- expected output.

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+1 -1)
wbraun 2012-10-29 13:19 Rev.: 13683

- added support for terminate() call in runtime
- changed assert massage from warning to info

3 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+1 -1), AssertTest1.mos (+1 -1), AssertTest2.mos (+1 -1)
lochel 2012-10-26 12:58 Rev.: 13652

- revised dump system for the c-runtime

21 lines of code changed in 3 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mos (+6 -5), AssertTest1.mos (+8 -8), AssertTest2.mos (+7 -8)
alash325 2012-10-12 13:09 Rev.: 13337

- Mosfiles are copied to different directories under simulation/modelica
- Create Makefile for each directories
- Updated testsuite/Makefile

235 lines of code changed in 7 files:

  • testsuite/simulation/modelica/asserts: AssertTest.mo (new 31), AssertTest.mos (new 38), AssertTest1.mo (new 27), AssertTest1.mos (new 27), AssertTest2.mo (new 27), AssertTest2.mos (new 33), Makefile (new 52)
Generated by StatSVN 0.7.0