Skip to content

Failed

tests / 03 testsuite-gcc 3/3 / flattening_modelica_scodeinst.ActualStreamMinMax2.mo (from (result.xml))

Failing for the past 1 build (Since #2 )
Took 0 ms.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

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

==== Log /tmp/omc-rtest-omtmpuser/flattening/modelica/scodeinst/ActualStreamMinMax2.mo_temp2720/log-ActualStreamMinMax2.mo
is no flow 0.0: true
is no flow 0.0: true
is no flow 0.0: true
is no flow 0.0: true
class ActualStreamMinMax2
  parameter Boolean a.cond = true;
  Real a.s1.r;
  Real a.s1.f(min = 0.0);
  Real a.s1.s;
  Real a.s2.r;
  Real a.s2.f(min = 0.0);
  Real a.s2.s;
  Real actual_stream_s1;
  Real actual_stream_s2;
equation
  a.s1.r = a.s2.r;
  a.s2.f + a.s1.f = 0.0;
  actual_stream_s1 = a.s1.s;
  actual_stream_s2 = a.s2.s;
end ActualStreamMinMax2;

Equation mismatch: diff says:
--- /tmp/omc-rtest-omtmpuser/flattening/modelica/scodeinst/ActualStreamMinMax2.mo_temp2720/equations-expected2024-06-14 13:50:18.892369073 +0000
+++ /tmp/omc-rtest-omtmpuser/flattening/modelica/scodeinst/ActualStreamMinMax2.mo_temp2720/equations-got2024-06-14 13:50:18.980368363 +0000
@@ -1,5 +1,9 @@
+is no flow 0.0: true
+is no flow 0.0: true
+is no flow 0.0: true
+is no flow 0.0: true
 class ActualStreamMinMax2
 parameter Boolean a.cond = true;
 Real a.s1.r;
 Real a.s1.f(min = 0.0);
 Real a.s1.s;

Equation mismatch: omc-diff says:
Failed 'c' 'i'
Line 1: Text differs:
expected: class ActualStreamMinMax
got:      is no flow 

== 1 out of 1 tests failed [flattening/modelica/scodeinst/ActualStreamMinMax2.mo_temp2720, time: 0]