Skip to content

Regression

tests / testsuite-gcc / simulation_modelica_daemode.testDAEp5.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.p5                                                                        ... equation mismatch [time: 3]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp5.mos_temp5736/log-testDAEp5.mos
true
""
false
record SimulationResult
    resultFile = "testDAE.p5_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p5', 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").
"
1.0
1.0
-1.0
-3.0
1.161768248368808
4.210978662182701
-0.6277060634780568
0.5829242122270231

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp5.mos_temp5736/equations-expected2018-12-19 23:08:38.746665573 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp5.mos_temp5736/equations-got2018-12-19 23:08:41.458659042 +0000
@@ -1,20 +1,20 @@
 true
 ""
-true
+false
 record SimulationResult
 resultFile = "testDAE.p5_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'testDAE.p5', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testDAE.p5', 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").
 "
 1.0
 1.0
 -1.0
 -3.0
-1.161768100209105
-4.210978094791844
--0.6277059834270277
-0.5829242830266623
+1.161768248368808
+4.210978662182701
+-0.6277060634780568
+0.5829242122270231

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/testDAEp5.mos_temp5736, time: 3]