Failedmetamodelica_meta.Try.mos
(from (result.xml))
Failing for the past 1,589 builds
(Since
#9699
)
StacktraceOutput mismatch (see stdout for details) Standard Output + Try.mos ... equation mismatch [time: 2]
==== Log /tmp/omc-rtest-adrpo33/metamodelica/meta/Try.mos_temp595/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_temp595/equations-expected2019-05-14 21:43:43.706473200 +0200
+++ /tmp/omc-rtest-adrpo33/metamodelica/meta/Try.mos_temp595/equations-got2019-05-14 21:43:45.268477000 +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_temp595, time: 2]
|