Skip to content

Regression

metamodelica_meta.MatchCase1.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

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

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/metamodelica/meta/MatchCase1.mos_temp2248/log-MatchCase1.mos

record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'MatchCase1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Simulation Failed. Model: MatchCase1 does not exist! Please load it first before simulation."
end SimulationResult;

'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/metamodelica/meta/MatchCase1.mos_temp2248/equations-expected"2024-06-13 15:16:59.119342400 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/metamodelica/meta/MatchCase1.mos_temp2248/equations-got"2024-06-13 15:17:00.298384400 +0200
@@ -1,9 +1,7 @@
-true
+
 record SimulationResult
-resultFile = "MatchCase1_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'MatchCase1', 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 = 'MatchCase1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "Simulation Failed. Model: MatchCase1 does not exist! Please load it first before simulation."
 end SimulationResult;
-2.0
+
'' 
Equation mismatch: omc-diff says: 
Line 1: Lexical token differs:
expected: true
got:      


== 1 out of 1 tests failed [metamodelica/meta/MatchCase1.mos_temp2248, time: 20]