Skip to content

Commit

Permalink
Disable fmi import tests (#8728)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Mar 21, 2022
1 parent b737a57 commit a9a3aa6
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions testsuite/openmodelica/fmi/ModelExchange/2.0/Makefile
@@ -1,9 +1,6 @@
TEST = ../../../../rtest -v

TESTFILES = \
BooleanNetwork1.mos \
BouncingBall.mos \
EnumerationTest.mos \
fmi_attributes_01.mos \
fmi_attributes_02.mos \
fmi_attributes_03.mos \
Expand All @@ -22,29 +19,17 @@ fmi_attributes_15.mos \
fmi_attributes_16.mos \
fmi_attributes_17.mos \
fmi_attributes_18.mos \
FMIExercise.mos \
FMUResourceTest.mos \
HelloFMIWorld.mos \
HelloFMIWorldEvent.mos \
IntegerNetwork1.mos \
Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos \
Modelica.Blocks.Sources.BooleanPulse.mos \
Modelica.Electrical.Analog.Examples.ChuaCircuit.mos \
testAssert.mos \
testBug2764.mos \
testBug2765.mos \
testBug3034.mos \
testBug3049.mos \
testBug3763.mos \
testBug3846.mos \
testBug5673.mos \
testChangeParam.mos \
testDisableDep.mos \
testDiscreteStructe.mos \
testInitialEquationsFMI.mos \
TestSourceCodeFMU.mos \
ticket5670.mos \
ZeroStates.mos \
ticket6262.mos \

# test that currently fail. Move up when fixed.
Expand All @@ -53,6 +38,23 @@ FAILINGTESTFILES= \
Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos \
testExperimentalFMU.mos \

FAILING_FMI_IMPORT = \
BooleanNetwork1.mos \
BouncingBall.mos \
EnumerationTest.mos \
FMIExercise.mos \
HelloFMIWorld.mos \
HelloFMIWorldEvent.mos \
IntegerNetwork1.mos \
Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos \
Modelica.Blocks.Sources.BooleanPulse.mos \
Modelica.Electrical.Analog.Examples.ChuaCircuit.mos \
testAssert.mos \
testBug3034.mos \
testChangeParam.mos \
testInitialEquationsFMI.mos \
ZeroStates.mos \

# Dependency files that are not .mo .mos or Makefile
# Add them here or they will be cleaned.
DEPENDENCIES = \
Expand Down

0 comments on commit a9a3aa6

Please sign in to comment.