Ignore:
Timestamp:
2012-10-18T14:48:13+02:00 (12 years ago)
Author:
cschubert
Message:

Tests: We have two failing tests: - Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces fails while flattening because some parameter is not found which should be available -> Bug?

  • Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField requires gravityFunction to be replaceable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/simulation/libraries/msl32/Makefile

    r13465 r13469  
    3939
    4040# MissingTests:
    41 # Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos
    42 # Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos
    4341# Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos - Infinite Loop During Simulation
    4442# Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos - Infinite Loop During Simulation
     
    5048
    5149# test that currently fail. Move up when fixed.
     50# Surfaces - Flattening fails because "pipeWithScalarField.xsi" is not found, although it is defined as "parameter Real xsi[:]"
     51# UserDefinedGravityField - must fail because gravityFunction is not replaceable anymore (OMC specific fix in MSL)
     52# fullRobot - presently produces infinite loop during simulation
    5253# Run make testfailing
    5354FAILINGTESTFILES=  \
     55Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos \
     56Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos \
    5457Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot_failed.mos \
    5558
Note: See TracChangeset for help on using the changeset viewer.