Skip to content

Regression

simulation_modelica_built_in_functions_delay.DelayTooSmall.mos (from (result.xml))

Failing for the past 1 build (Since #3809 )
Took 31 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + DelayTooSmall                                                                     ... equation mismatch [time: 7]

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/simulation/modelica/built_in_functions/delay/DelayTooSmall.mos_temp9847/log-DelayTooSmall.mos
true
""
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'DelayTooSmall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: DelayTooSmall"
end SimulationResult;
'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/simulation/modelica/built_in_functions/delay/DelayTooSmall.mos_temp9847/equations-expected"2024-06-13 13:10:16.811047500 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/simulation/modelica/built_in_functions/delay/DelayTooSmall.mos_temp9847/equations-got"2024-06-13 13:10:23.845047300 +0200
@@ -1,16 +1,7 @@
 true
 ""
 record SimulationResult
 resultFile = "",
 simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'DelayTooSmall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "Simulation execution failed for model: DelayTooSmall
-LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-LOG_ASSERT        | debug   | delayImpl: delayTime is zero or too small.
-|                 | |       | OpenModelica doesn't support delay operator with zero delay time.
-LOG_STDOUT        | warning | Integrator attempt to handle a problem with a called assert.
-LOG_ASSERT        | debug   | Negative delay requested: delayTime = -0.002
-LOG_STDOUT        | warning | Integrator attempt to handle a problem with a called assert.
-LOG_ASSERT        | debug   | Negative delay requested: delayTime = -0.0005
-LOG_STDOUT        | info    | model terminate | Simulation terminated by an assert at time: 0.5005
-"
+messages = "Failed to build model: DelayTooSmall"
 end SimulationResult;
'' 
Equation mismatch: omc-diff says: 
Failed 'S' 'F'
Line 6: Text differs:
expected: messages = "Simulation execution failed for model: DelayTooSmall
got:      messages = "Failed to build model: DelayTooSmall"

== 1 out of 1 tests failed [simulation/modelica/built_in_functions/delay/DelayTooSmall.mos_temp9847, time: 31]