Skip to content

Regression

tests / testsuite-clang / simulation_modelica_daemode.testDAEp8.mos (from (result.xml))

Failing for the past 1 build (Since #9 )
Took 3 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + testDAE.p8                                                                        ... equation mismatch [time: 3]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp8.mos_temp5388/log-testDAEp8.mos
true
""
false
record SimulationResult
    resultFile = "testDAE.p8_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p8', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
"
end SimulationResult;
"Warning: The initial conditions are not fully specified. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->OMCFlags, in OMNotebook call setCommandLineOptions("-d=initialization").
"
0.8
1.0
2.947516875726156
4.020535146791111

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp8.mos_temp5388/equations-expected2018-12-19 23:08:25.069003040 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp8.mos_temp5388/equations-got2018-12-19 23:08:28.672972145 +0000
@@ -1,16 +1,16 @@
 true
 ""
-true
+false
 record SimulationResult
 resultFile = "testDAE.p8_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'testDAE.p8', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p8', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
 messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
 LOG_SUCCESS       | info    | The simulation finished successfully.
 "
 end SimulationResult;
 "Warning: The initial conditions are not fully specified. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->OMCFlags, in OMNotebook call setCommandLineOptions("-d=initialization").
 "
 0.8
 1.0
-2.94748938109823
-4.02053341588521
+2.947516875726156
+4.020535146791111

Equation mismatch: omc-diff says:
Failed 't' 'f'
Line 3: Text differs:
expected: true
got:      false

== 1 out of 1 tests failed [simulation/modelica/daemode/testDAEp8.mos_temp5388, time: 3]