Skip to content

Regression

tests / testsuite-clang / simulation_modelica_daemode.testDAEScaling.mos (from (result.xml))

Failing for the past 1 build (Since #9 )
Took 7 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

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

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEScaling.mos_temp2368/log-testDAEScaling.mos
true
""
false
"Error: Invalid type of flag daeMode, expected a boolean value but got the string "all".
"
true
record SimulationResult
    resultFile = "Test3_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'Test3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid'",
    messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
"
end SimulationResult;
"Notification: Tearing is skipped for strong component 1 because system size of 199 exceeds maximum system size for tearing of nonlinear systems (0).
To adjust the maximum system size for tearing use --maxSizeLinearTearing=<size> and --maxSizeNonlinearTearing=<size>.
Warning: There are iteration variables with default zero start attribute. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->OMCFlags, in OMNotebook call setCommandLineOptions("-d=initialization").
Notification: Tearing is skipped for strong component 2 because system size of 199 exceeds maximum system size for tearing of nonlinear systems (0).
To adjust the maximum system size for tearing use --maxSizeLinearTearing=<size> and --maxSizeNonlinearTearing=<size>.
"

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEScaling.mos_temp2368/equations-expected2018-12-19 23:08:23.617015486 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEScaling.mos_temp2368/equations-got2018-12-19 23:08:30.148959492 +0000
@@ -1,16 +1,19 @@
 true
 ""
-true
-""
+false
+"Error: Invalid type of flag daeMode, expected a boolean value but got the string "all".
+"
 true
 record SimulationResult
 resultFile = "Test3_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'Test3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid'",
+simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'Test3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid'",
 messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
 LOG_SUCCESS       | info    | The simulation finished successfully.
 "
 end SimulationResult;
 "Notification: Tearing is skipped for strong component 1 because system size of 199 exceeds maximum system size for tearing of nonlinear systems (0).
 To adjust the maximum system size for tearing use --maxSizeLinearTearing=<size> and --maxSizeNonlinearTearing=<size>.
 Warning: There are iteration variables with default zero start attribute. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->OMCFlags, in OMNotebook call setCommandLineOptions("-d=initialization").
+Notification: Tearing is skipped for strong component 2 because system size of 199 exceeds maximum system size for tearing of nonlinear systems (0).
+To adjust the maximum system size for tearing use --maxSizeLinearTearing=<size> and --maxSizeNonlinearTearing=<size>.
 "

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

== 1 out of 1 tests failed [simulation/modelica/daemode/testDAEScaling.mos_temp2368, time: 7]