Skip to content

Failed

tests / testsuite-clang / simulation_modelica_msl22.InitTest.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

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

==== Log /tmp/omc-rtest-unknown/simulation/modelica/msl22/InitTest.mos_temp6573/log-InitTest.mos
false
true
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 10.0, numberOfIntervals = 50, tolerance = 1e-05, method = 'dassl', fileNamePrefix = 'Inittest', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: Inittest"
end SimulationResult;




Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/msl22/InitTest.mos_temp6573/equations-expected2019-01-22 09:59:07.766291976 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/msl22/InitTest.mos_temp6573/equations-got2019-01-22 09:59:07.854290935 +0000
@@ -1,15 +1,10 @@
-true
+false
 true
 record SimulationResult
-resultFile = "Inittest_res.mat",
+resultFile = "",
 simulationOptions = "startTime = 0.0, stopTime = 10.0, numberOfIntervals = 50, tolerance = 1e-05, method = 'dassl', fileNamePrefix = 'Inittest', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "assert            | warning | The following assertion has been violated at time 0.000000
-|                 | |       | springDamper1.s_rel >= 0.0
-assert            | warning | Variable violating min constraint: 0.0 <= springDamper1.s_rel, has value: -0.005
-LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+messages = "Failed to build model: Inittest"
 end SimulationResult;
-0.0
-0.01499404382526354
-0.01495134508966325
+
+
+

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

== 1 out of 1 tests failed [simulation/modelica/msl22/InitTest.mos_temp6573, time: 0]