Skip to content

Regression

tests / testsuite-gcc / simulation_modelica_daemode.testDAEp9.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.p9                                                                        ... equation mismatch [time: 2]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp9.mos_temp8270/log-testDAEp9.mos
true
""
false
record SimulationResult
    resultFile = "testDAE.p9_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p9', 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
0.1894287784111741
2.33903550481888

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp9.mos_temp8270/equations-expected2018-12-19 23:08:38.194666899 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp9.mos_temp8270/equations-got2018-12-19 23:08:40.906660373 +0000
@@ -1,16 +1,16 @@
 true
 ""
-true
+false
 record SimulationResult
 resultFile = "testDAE.p9_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'testDAE.p9', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p9', 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
-0.1894281408537749
-2.339036688414065
+0.1894287784111741
+2.33903550481888

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/testDAEp9.mos_temp8270, time: 2]