Failedmetamodelica_meta.Try.mos
(from (result.xml))
Failing for the past 1,593 builds
(Since
#9699
)
StacktraceOutput mismatch (see stdout for details) Standard Output + Try.mos ... equation mismatch [time: 1]
==== Log /tmp/omc-rtest-adrpo33/metamodelica/meta/Try.mos_temp8043/log-Try.mos
true
""
true
""
"package Try
function f
output Real o;
algorithm
try
o := 1.5;
else
fail();
end try;;
end f;
model M
Real r = f();
end M;
end Try;"
""
"function Try.f
output Real o;
algorithm
matchcontinue ()
case ()
algorithm
o := 1.5;
then
();
case ()
algorithm
fail();
then
();
end matchcontinue;
end Try.f;
class Try.M
Real r = 1.5;
end Try.M;
"
""
""
Equation mismatch: diff says:
--- /tmp/omc-rtest-adrpo33/metamodelica/meta/Try.mos_temp8043/equations-expected2019-05-16 13:39:42.269300900 +0200
+++ /tmp/omc-rtest-adrpo33/metamodelica/meta/Try.mos_temp8043/equations-got2019-05-16 13:39:43.923298900 +0200
@@ -38,7 +38,7 @@
class Try.M
Real r = 1.5;
end Try.M;
"
""
-1.5
+
""
Equation mismatch: omc-diff says:
Line 43: Lexical token differs:
expected: 1.5
got:
== 1 out of 1 tests failed [metamodelica/meta/Try.mos_temp8043, time: 2]
|