Skip to content

Regression

openmodelica_cppruntime.BouncingBall.mos (from (result.xml))

Failing for the past 1 build (Since #3812 )
Took 14 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + BouncingBall                                                                      ... equation mismatch [time: 3]

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/openmodelica/cppruntime/BouncingBall.mos_temp1836/log-BouncingBall.mos
true
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 100, tolerance = 1e-10, method = 'dassl', fileNamePrefix = 'BouncingBall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: BouncingBall"
end SimulationResult;
"Error in compareSimulationResults"
'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/openmodelica/cppruntime/BouncingBall.mos_temp1836/equations-expected"2024-06-13 15:32:34.313102500 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/openmodelica/cppruntime/BouncingBall.mos_temp1836/equations-got"2024-06-13 15:32:37.543101100 +0200
@@ -1,7 +1,7 @@
 true
 record SimulationResult
-resultFile = "BouncingBall_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 100, tolerance = 0.0000000001, method = 'dassl', fileNamePrefix = 'BouncingBall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = ""
+resultFile = "",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 100, tolerance = 1e-10, method = 'dassl', fileNamePrefix = 'BouncingBall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "Failed to build model: BouncingBall"
 end SimulationResult;
-{"Files Equal!"}
+"Error in compareSimulationResults"
'' 
Equation mismatch: omc-diff says: 
Failed 'B' '"'
Line 3: Text differs:
expected: resultFile = "BouncingBall_res.mat",
got:      resultFile = "",

== 1 out of 1 tests failed [openmodelica/cppruntime/BouncingBall.mos_temp1836, time: 14]