[root]/testsuite/simulation/modelica/algorithms-functions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 147 (100.0%) | 2754 (100.0%) | 18.7 |
alash325 | 64 (43.5%) | 2562 (93.0%) | 40.0 |
lochel | 73 (49.7%) | 137 (5.0%) | 1.8 |
adrpo | 7 (4.8%) | 52 (1.9%) | 7.4 |
sjoelund.se | 1 (0.7%) | 1 (0.0%) | 1.0 |
perost | 1 (0.7%) | 1 (0.0%) | 1.0 |
jfrenkel | 1 (0.7%) | 1 (0.0%) | 1.0 |
- move some tests
0 lines of code changed in 64 files:
- remove duplicated test for DrModelica
- change test to what should be tested
20 lines of code changed in 1 file:
- fix #1981
- why do we check for results, that are actually wrong? It is really annoying to figure out which tests really succeed.
28 lines of code changed in 2 files:
- Fix line-endings
1 lines of code changed in 1 file:
- initialization for discrete variables works actually only with the new initialization
49 lines of code changed in 1 file:
do not test overcredulous against dymola results (see #1981)
7 lines of code changed in 2 files:
Compiler/BackEnd/Initialization.mo
- fix for when-statements in algorithm sections
- remove flag TRACE_INITIAL_SYSTEM
- remove function analyzeInitialSystem1 (fix discrete vars to get rid of unneeded pre-vars)
- fix under-determined systems with zero initial equations
SimulationRuntime/c/simulation/solver/initialization/initialization.c
- fix initialization of ringbuffer
SimulationRuntime/c/
- some improvements for the readability of LOG_EVENT, LOG_SOLVER, LOG_DDASRT, ...
- some minor formatting changes
testsuite/simulation/modelica/algorithms-functions
- adjust expected output to new initialization (symbolic)
32 lines of code changed in 2 files:
- Compiler\BackEnd
- handle when-clause inside algorithm sections for initialization
- rename SimCode.mo to SimCodeUtil.mo in some error messages
- testsuite\simulation\
- libraries\msl32
- fix expected output
- modelica\initialization
- add two cases for when-clause inside algorithm sections
1 lines of code changed in 1 file:
- revert changes to templates:
Compiler/Template/CodegenC.tpl
Compiler/Template/ExpressionDumpTpl.tpl
as things started to break for no apparent reason!
- revert changes to tests.
4 lines of code changed in 1 file:
- expected output
- remove the merging of modifiers in SCodeAnalyseRedeclare.mo for now as it seems to have some issues with the AVM models.
4 lines of code changed in 1 file:
- expected output
- move Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos to wrong results, I know what is wrong and how it can be fixed but I have no time to implement it right now.
1 lines of code changed in 1 file:
- Removed the special case for Real casts when dumping expressions, since
Modelica does not have a Real() function.
- Some SCodeInst fixes.
- Fixed compiler warnings in corbaimpl.cpp.
- Updated testcases due to the expression dumping change.
1 lines of code changed in 1 file:
- kill tabs.
44 lines of code changed in 5 files:
- Mosfiles are copied to different directories under simulation/modelica
- Create Makefile for each directories
- Updated testsuite/Makefile
2562 lines of code changed in 64 files: