Skip to content

Regression

tests / testsuite-gcc / simulation_modelica_daemode.testDAEp2.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + testDAE.p2                                                                        ... equation mismatch [time: 2]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp2.mos_temp4030/log-testDAEp2.mos
true
""
false
record SimulationResult
    resultFile = "testDAE.p2_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-10, method = 'dassl', fileNamePrefix = 'testDAE.p2', 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
0.0
0.0
1.0
0.3246821983309646
1.48928993244441
0.6009269159221448
0.5377305305249699

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp2.mos_temp4030/equations-expected2018-12-19 23:08:39.170664552 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp2.mos_temp4030/equations-got2018-12-19 23:08:41.914657943 +0000
@@ -1,20 +1,20 @@
 true
 ""
-true
+false
 record SimulationResult
 resultFile = "testDAE.p2_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-10, method = 'ida', fileNamePrefix = 'testDAE.p2', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-10, method = 'dassl', fileNamePrefix = 'testDAE.p2', 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
 0.0
 0.0
 1.0
-0.3246821983221472
-1.489289929722723
-0.6009269159058254
-0.5377305293678811
+0.3246821983309646
+1.48928993244441
+0.6009269159221448
+0.5377305305249699

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/testDAEp2.mos_temp4030, time: 2]