Directory testsuite/openmodelica/typed-API/

Directory Created:
2013-01-03 11:40
Total Files:
5
Deleted Files:
0
Lines of Code:
246

[root]/testsuite/openmodelica/typed-API
                directory in repo UriLookup (0 files, 0 lines)
                    directory in repo A (2 files, 1 lines)
                        directory in repo Resources (0 files, 0 lines)
                            directory in repo Icons (1 files, 0 lines)

Lines of Code

testsuite/openmodelica/typed-API/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 381 (100.0%) 12.7
sjoelund.se 16 (53.3%) 341 (89.5%) 21.3
lochel 5 (16.7%) 19 (5.0%) 3.8
wbraun 2 (6.7%) 7 (1.8%) 3.5
vwaurich 2 (6.7%) 4 (1.0%) 2.0
vitalij 2 (6.7%) 4 (1.0%) 2.0
perost 2 (6.7%) 3 (0.8%) 1.5
jfrenkel 1 (3.3%) 3 (0.8%) 3.0

Most Recent Commits

perost 2015-03-19 15:13 Rev.: 25157

- Disabled test cases with bad error messages.

2 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: Makefile (+2 -2)
vwaurich 2015-03-19 14:53 Rev.: 25155

- fix tests

1 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+1 -1)
vwaurich 2015-03-19 13:56 Rev.: 25152

- fix tests

3 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+3 -3)
vitalij 2015-03-13 08:41 Rev.: 25077

added flag for using ExpressionSolve in adjacencyRowEnhanced
- can be used e.g. for warmstart in dyn. optimization

1 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+1 -1)
perost 2015-03-12 16:26 Rev.: 25063

- Fix some bad enum to int conversions in the back end.
- Some code clean up.

1 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+1 -1)
lochel 2015-03-10 11:59 Rev.: 25002

- skip subsystems if removeSimpleEquations failed

1 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+1 -1)
lochel 2015-03-06 15:22 Rev.: 24965

- improve error message of transformation module "sort components"
- cleanup pattern matching and unused arguments

12 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+12 -4)
lochel 2015-03-06 14:09 Rev.: 24964

- some cleanup

3 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+3 -3)
wbraun 2014-11-17 14:47 Rev.: 23406

- fix testsuite with expected output

1 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+1 -1)
wbraun 2014-11-12 20:13 Rev.: 23334

Update the expexted output of testsuite to r23333

6 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+6 -6)
sjoelund.se 2014-11-03 16:59 Rev.: 23162

Make sourceInfo() testsuite-friendly

2 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+2 -2)
sjoelund.se 2014-08-06 18:04 Rev.: 21786

Add tests for r21785

26 lines of code changed in 2 files:

  • testsuite/openmodelica/typed-API: Makefile (+1), StringVariableName.mos (new 25)
sjoelund.se 2014-07-31 10:19 Rev.: 21686

CevalFunction: Handle `size(arr,1)` where arr is an array with unknown dimensions (previously, 0 was used regardless if the array had been assigned to)

6 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: UriLookup.mos (+6 -6)
vitalij 2014-02-14 00:04 Rev.: 19111

- simplify rule x/r = x *(1/r) with test of numerical issues
can someone have a look of
./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos

3 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+3 -3)
lochel 2013-10-23 15:37 Rev.: 17844

- use Error.addCompilerWarning instead of print in BackendDAETransform

1 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+1 -1)
lochel 2013-10-04 11:58 Rev.: 17532

- fix tests

2 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+2 -1)
sjoelund.se 2013-06-12 12:05 Rev.: 16317

Added testcase for new API functions

39 lines of code changed in 2 files:

  • testsuite/openmodelica/typed-API: GetBooleanClassAnnotation.mos (new 38), Makefile (+1)
sjoelund.se 2013-05-03 11:33 Rev.: 15974

- Handle ceval of tuple subscripting
- Changed the UriLookup to return the error-message instead of printing to stdout since it is also used in simulations (and you really do not want it every time step; especially if the code looks for different modelica://-links to recover from Dymola not implementing the full ModelicaServices functionality)

6 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: UriLookup.mos (+6 -8)
sjoelund.se 2013-05-03 08:34 Rev.: 15972

For real fix partest UriLookup.mos (forgot 0-9 for the temp-dir)

2 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: UriLookup.mos (+2 -2)
sjoelund.se 2013-05-03 07:58 Rev.: 15971

Hack for partest.pl

4 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: UriLookup.mos (+4 -4)
sjoelund.se 2013-05-03 06:27 Rev.: 15970

Handle relative file:// and local files, always returning an absolute path

4 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: UriLookup.mos (+4 -6)
sjoelund.se 2013-04-12 13:19 Rev.: 15800

Move test UriLookup.mos. Allow non-existing files at the time of compilation for UriLookup.

44 lines of code changed in 2 files:

  • testsuite/openmodelica/typed-API: Makefile (+2 -1), UriLookup.mos (new 42)
sjoelund.se 2013-04-11 21:56 Rev.: 15796

Changed rand() to tinymt64 (Mersenne Twister). This implementation provides deterministic "random" matching. The randomness is always the same :)
- A few more tests are failing, but some started succeeding. Probably only need to update expected results for the changed ones.

6 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+6 -6)
jfrenkel 2013-01-18 02:00 Rev.: 14821

- expexted output

3 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+3 -70)
sjoelund.se 2013-01-15 08:52 Rev.: 14776

- Changed translateModel to return a Boolean instead of text that is hard to parse
- Changed compareSimulationResults to return an array of strings instead of sometimes a string and sometimes a list of strings

2 lines of code changed in 1 file:

  • testsuite/openmodelica/typed-API: SolveLinearSystem.mos (+2 -2)
sjoelund.se 2013-01-03 11:40 Rev.: 14632

- Some expected output
- Moved API test from flattening...

200 lines of code changed in 2 files:

  • testsuite/openmodelica/typed-API: Makefile (new 50), SolveLinearSystem.mos (new 150)
Generated by StatSVN 0.7.0