Skip to content

Regression

tests / testsuite-clang / simulation_modelica_daemode.testDAEp3.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.p3                                                                        ... equation mismatch [time: 4]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp3.mos_temp6435/log-testDAEp3.mos
true
""
false
record SimulationResult
    resultFile = "testDAE.p3_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p3', 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: There are iteration variables with default zero start attribute. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->OMCFlags, in OMNotebook call setCommandLineOptions("-d=initialization").
"
0.9
0.5122399993895521
1.20167920776669
1.025931929483696

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp3.mos_temp6435/equations-expected2018-12-19 23:08:26.560990251 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp3.mos_temp6435/equations-got2018-12-19 23:08:30.492956543 +0000
@@ -1,16 +1,16 @@
 true
 ""
-true
+false
 record SimulationResult
 resultFile = "testDAE.p3_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'testDAE.p3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p3', 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: There are iteration variables with default zero start attribute. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->OMCFlags, in OMNotebook call setCommandLineOptions("-d=initialization").
 "
 0.9
-0.512240001019491
-1.201683485715925
-1.025938907621438
+0.5122399993895521
+1.20167920776669
+1.025931929483696

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/testDAEp3.mos_temp6435, time: 4]