[root]/testsuite/openmodelica/typed-API
UriLookup
(0 files, 0 lines)
A
(2 files, 1 lines)
Resources
(0 files, 0 lines)
Icons
(1 files, 0 lines)
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 |
- Disabled test cases with bad error messages.
2 lines of code changed in 1 file:
- fix tests
1 lines of code changed in 1 file:
- fix tests
3 lines of code changed in 1 file:
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:
- Fix some bad enum to int conversions in the back end.
- Some code clean up.
1 lines of code changed in 1 file:
- skip subsystems if removeSimpleEquations failed
1 lines of code changed in 1 file:
- improve error message of transformation module "sort components"
- cleanup pattern matching and unused arguments
12 lines of code changed in 1 file:
- some cleanup
3 lines of code changed in 1 file:
- fix testsuite with expected output
1 lines of code changed in 1 file:
Update the expexted output of testsuite to r23333
6 lines of code changed in 1 file:
Make sourceInfo() testsuite-friendly
2 lines of code changed in 1 file:
Add tests for r21785
26 lines of code changed in 2 files:
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:
- 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:
- use Error.addCompilerWarning instead of print in BackendDAETransform
1 lines of code changed in 1 file:
- fix tests
2 lines of code changed in 1 file:
Added testcase for new API functions
39 lines of code changed in 2 files:
- 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:
For real fix partest UriLookup.mos (forgot 0-9 for the temp-dir)
2 lines of code changed in 1 file:
Hack for partest.pl
4 lines of code changed in 1 file:
Handle relative file:// and local files, always returning an absolute path
4 lines of code changed in 1 file:
Move test UriLookup.mos. Allow non-existing files at the time of compilation for UriLookup.
44 lines of code changed in 2 files:
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:
- expexted output
3 lines of code changed in 1 file:
- 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:
- Some expected output
- Moved API test from flattening...
200 lines of code changed in 2 files: