Skip to content

Regression

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

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + testDAE.p1                                                                        ... equation mismatch [time: 4]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp1.mos_temp7716/log-testDAEp1.mos
true
""
false
record SimulationResult
    resultFile = "testDAE.p1_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p1', 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.0
1.0
0.4596999465126458
0.4056181325701173

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp1.mos_temp7716/equations-expected2018-12-19 23:08:26.812988090 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp1.mos_temp7716/equations-got2018-12-19 23:08:30.480956645 +0000
@@ -1,16 +1,16 @@
 true
 ""
-true
+false
 record SimulationResult
 resultFile = "testDAE.p1_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'testDAE.p1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p1', 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.0
 1.0
-0.459699946509931
-0.4056181325367908
+0.4596999465126458
+0.4056181325701173

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/testDAEp1.mos_temp7716, time: 4]