Skip to content

Regression

simulation_modelica_packages.RedeclarePackage.mos (from (result.xml))

Failing for the past 1 build (Since #3812 )
Took 15 min.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + RedeclarePackage [BUG: https://openmodelica.org:8443/cb/issue/1652]               ... The process cannot access the file because it is being used by another process.
execution failed

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/simulation/modelica/packages/RedeclarePackage.mos_temp1670/log-RedeclarePackage.mos
true
""
"function TestModel$mod.Function.func
  input Real value;
  output Real result;
algorithm
  result := value;
end TestModel$mod.Function.func;

class Test
  parameter Real mod.value = 1.0;
  parameter Real mod.result1(fixed = false) = TestModel$mod.Function.func(mod.value);
  parameter Real mod.result2 = 1.0;
  Real mod.x;
equation
  mod.x = TestModel$mod.Function.func(1.0 + time);
end Test;
"
""
Alarm clock
== 1 out of 1 tests failed [simulation/modelica/packages/RedeclarePackage.mos_temp1670, time: 905]