Skip to content

Failed

tests / testsuite-clang / openmodelica_interactive-API.refactorGraphAnn2.mos (from (result.xml))

Failing for the past 2 builds (Since #7 )
Took 1 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + refactorGraphAnn2                                                                 ... equation mismatch [time: 1]

==== Log /tmp/omc-rtest-unknown/openmodelica/interactive-API/refactorGraphAnn2.mos_temp4789/log-refactorGraphAnn2.mos
false
true
true
model connecttest
  // name:     refactorGraphAnn2
  // keywords: annotation
  // status:   correct
  //
  // Graphical  class annotations of old standard to be refactored into a new on.
  //
  Modelica.Electrical.Analog.Basic.Conductor conductor annotation(
    extent = [24, 54; 44, 74]);
  Modelica.Electrical.Analog.Basic.Resistor resistor annotation(
    rotation = 180,
    extent = [-18, 18; 0, 94]);
  Modelica.Electrical.Analog.Basic.Conductor conductor1 annotation(
    extent = [94, 22; 64, 42],
    rotation = 45);
equation
  connect(resistor.n, conductor.p) annotation(
    Line(points = {{-18, 56}, {14, 56}, {14, 64}, {24, 64}}, color = {255, 0, 127}, pattern = LinePattern.Dash, arrow = {Arrow.Filled, Arrow.Filled}));
  connect(resistor.p, conductor1.p) annotation(
    Line(color = {0, 0, 255}, points = {{0, 56}, {-20, 56}, {-20, -40}, {89.6066, -40}, {89.6066, 24.9289}}));
  connect(conductor1.n, conductor.n) annotation(
    Line(points = {{68.3934, 39.0711}, {68.3934, 64}, {44, 64}}, color = {0, 0, 255}, thickness = 1.0));
  annotation(
    uses(Modelica(version = "1.6"), ModelicaAdditions(version = "1.5")),
    Diagram);
end connecttest;

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/openmodelica/interactive-API/refactorGraphAnn2.mos_temp4789/equations-expected2018-12-16 19:51:36.910483636 +0000
+++ /tmp/omc-rtest-unknown/openmodelica/interactive-API/refactorGraphAnn2.mos_temp4789/equations-got2018-12-16 19:51:37.026482482 +0000
@@ -1,6 +1,6 @@
-true
+false
 true
 true
 model connecttest
 // name:     refactorGraphAnn2
 // keywords: annotation

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

== 1 out of 1 tests failed [openmodelica/interactive-API/refactorGraphAnn2.mos_temp4789, time: 1]