Skip to content

Failed

tests / testsuite-clang / openmodelica_cppruntime.solveTest.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

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

==== Log /tmp/omc-rtest-unknown/openmodelica/cppruntime/solveTest.mos_temp2180/log-solveTest.mos
true
false
true
"Error: Failed to load package Modelica (default) using MODELICAPATH /var/lib/jenkins/workspace/OpenModelica_maintenance_v1.13/build/lib/omlibrary.
"
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 0.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'SolveTest', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: SolveTest"
end SimulationResult;


"[<interactive>:8:3-8:51:writable] Error: Class Modelica.Math.Matrices.solve not found in scope SolveTest (looking for a function or record).
Error: Error occurred while flattening model SolveTest
"

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/openmodelica/cppruntime/solveTest.mos_temp2180/equations-expected2018-12-16 19:47:26.008980441 +0000
+++ /tmp/omc-rtest-unknown/openmodelica/cppruntime/solveTest.mos_temp2180/equations-got2018-12-16 19:47:26.208978451 +0000
@@ -1,12 +1,15 @@
 true
+false
 true
-true
-""
+"Error: Failed to load package Modelica (default) using MODELICAPATH /var/lib/jenkins/workspace/OpenModelica_maintenance_v1.13/build/lib/omlibrary.
+"
 record SimulationResult
-resultFile = "SolveTest_res.mat",
+resultFile = "",
 simulationOptions = "startTime = 0.0, stopTime = 0.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'SolveTest', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = ""
+messages = "Failed to build model: SolveTest"
 end SimulationResult;
--3.5
-4.0
-""
+
+
+"[<interactive>:8:3-8:51:writable] Error: Class Modelica.Math.Matrices.solve not found in scope SolveTest (looking for a function or record).
+Error: Error occurred while flattening model SolveTest
+"

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

== 1 out of 1 tests failed [openmodelica/cppruntime/solveTest.mos_temp2180, time: 0]