Skip to content

Commit

Permalink
Disable the OutOfMemory test
Browse files Browse the repository at this point in the history
It fails too often on Hudson, and the error seems to be due to a bad
longjmp which is really annoying to debug.

Belonging to [master]:
  - OpenModelica/OMCompiler#2227
  - OpenModelica/OpenModelica-testsuite#858
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Feb 22, 2018
1 parent 51f340a commit ae9336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flattening/modelica/algorithms-functions/Makefile
Expand Up @@ -89,7 +89,6 @@ LogCall1.mo \
modelica_1_1_Function10.mo \
MRFcall.mo \
MultFuncCall.mo \
OutOfMemory.mos \
RecursiveCallExtends.mo \
RecursiveFunctionCall.mo \
StackOverflowTest.mos \
Expand Down Expand Up @@ -130,6 +129,7 @@ Inline3.mo \
Inline4.mo \
Inline5.mo \
Inline6.mo \
OutOfMemory.mos \
StatementCall.mo \
Vectorizable2.mo

Expand Down

0 comments on commit ae9336a

Please sign in to comment.