Skip to content

Commit

Permalink
Move TestSolve18.mos to FAILINGTESTFILES
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Oct 15, 2015
1 parent f03e18c commit 8b038f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion simulation/modelica/others/Makefile
Expand Up @@ -68,7 +68,6 @@ TestSolve14.mos \
TestSolve15.mos \
TestSolve16.mos \
TestSolve17.mos \
TestSolve18.mos \
VariableFilter.mos \
WhenStatement4.mos

Expand All @@ -81,6 +80,7 @@ pendulum4.mos \
SpaceProbe.mos \
filterTest.mos \
Bug1048.mos \
TestSolve18.mos \

# Dependency files that are not .mo .mos or Makefile
# Add them here or they will be cleaned.
Expand Down
15 changes: 0 additions & 15 deletions simulation/modelica/others/TestSolve18.mos
Expand Up @@ -20,19 +20,4 @@ simulate(ModelTestSolve18, tolerance=0.001); getErrorString();
val(z,1.0);

// Result:
// true
// ""
// record SimulationResult
// resultFile = "",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 0.001, method = 'dassl', fileNamePrefix = 'ModelTestSolve18', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = "Simulation execution failed for model: ModelTestSolve18
// assert | debug | Solving non-linear system 5 failed at time=0.
// | | | | For more information please use -lv LOG_NLS.
// assert | info | simulation terminated by an assertion at initialization
// "
// end SimulationResult;
// "Warning: The initial conditions are not fully specified. Use +d=initialization for more information.
// Warning: There are iteration variables with default zero start attribute. Use +d=initialization for more information.
// "
//
// endResult

0 comments on commit 8b038f7

Please sign in to comment.