Skip to content

Failed

tests / testsuite-gcc / simulation_modelica_equations.WhenNoRetCall.mos (from (result.xml))

Failing for the past 7 builds (Since #7 )
Took 0 ms.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + WhenNoRetCall                                                                     ... equation mismatch [time: 0]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/equations/WhenNoRetCall.mos_temp5027/log-WhenNoRetCall.mos
false
true
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'WhenNoRetCall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: WhenNoRetCall"
end SimulationResult;
"[simulation/modelica/equations/WhenNoRetCall.mo:5:5-5:74:writable] Error: Class Modelica.Utilities.Streams.print not found in scope WhenNoRetCall (looking for a function or record).
Error: Error occurred while flattening model WhenNoRetCall
"

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/equations/WhenNoRetCall.mos_temp5027/equations-expected2019-01-09 23:25:36.377136410 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/equations/WhenNoRetCall.mos_temp5027/equations-got2019-01-09 23:25:36.445136052 +0000
@@ -1,22 +1,10 @@
-true
+false
 true
 record SimulationResult
-resultFile = "WhenNoRetCall_res.mat",
+resultFile = "",
 simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'WhenNoRetCall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-stdout            | info    | printing at time: 0
-stdout            | info    | printing at time: 0.1
-stdout            | info    | printing at time: 0.2
-stdout            | info    | printing at time: 0.3
-stdout            | info    | printing at time: 0.4
-stdout            | info    | printing at time: 0.5
-stdout            | info    | printing at time: 0.6
-stdout            | info    | printing at time: 0.7
-stdout            | info    | printing at time: 0.8
-stdout            | info    | printing at time: 0.9
-stdout            | info    | printing at time: 1
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+messages = "Failed to build model: WhenNoRetCall"
 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").
+"[simulation/modelica/equations/WhenNoRetCall.mo:5:5-5:74:writable] Error: Class Modelica.Utilities.Streams.print not found in scope WhenNoRetCall (looking for a function or record).
+Error: Error occurred while flattening model WhenNoRetCall
 "

Equation mismatch: omc-diff says:
Failed 't' 'f'
Line 1: Text differs:
expected: true
got:      false

== 1 out of 1 tests failed [simulation/modelica/equations/WhenNoRetCall.mos_temp5027, time: 0]