Skip to content

Failed

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

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

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

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






Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/msl22/TrapezoidTest.mos_temp1271/equations-expected2019-01-23 19:21:21.053893365 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/msl22/TrapezoidTest.mos_temp1271/equations-got2019-01-23 19:21:21.277890349 +0000
@@ -1,14 +1,12 @@
-true
+false
 true
 record SimulationResult
-resultFile = "Trapezoidtest_res.mat",
+resultFile = "",
 simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 50, tolerance = 1e-08, method = 'dassl', fileNamePrefix = 'Trapezoidtest', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+messages = "Failed to build model: Trapezoidtest"
 end SimulationResult;
-0.0
-0.5
-1.0
-0.4999999999999994
-0.0
+
+
+
+
+

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/TrapezoidTest.mos_temp1271, time: 0]