Skip to content

Regression

simulation_modelica_others.TestAsub.mos (from (result.xml))

Failing for the past 1 build (Since #3747 )
Took 10 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + TestAsub                                                                          ... equation mismatch [time: 1]

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/simulation/modelica/others/TestAsub.mos_temp1393/log-TestAsub.mos
true
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'TestAsub', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: TestAsub"
end SimulationResult;


'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/simulation/modelica/others/TestAsub.mos_temp1393/equations-expected"2024-05-08 15:11:41.481310800 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/simulation/modelica/others/TestAsub.mos_temp1393/equations-got"2024-05-08 15:11:42.284311000 +0200
@@ -1,10 +1,8 @@
 true
 record SimulationResult
-resultFile = "TestAsub_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'TestAsub', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+resultFile = "",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'TestAsub', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "Failed to build model: TestAsub"
 end SimulationResult;
-1.0
-1.0
+
+
'' 
Equation mismatch: omc-diff says: 
Failed 'T' '"'
Line 3: Text differs:
expected: resultFile = "TestAsub_res.mat",
got:      resultFile = "",

== 1 out of 1 tests failed [simulation/modelica/others/TestAsub.mos_temp1393, time: 10]