Changeset 13592


Ignore:
Timestamp:
2012-10-24T11:33:11+02:00 (12 years ago)
Author:
cschubert
Message:

added test for msl32 - Modelica.Blocks.Examples.*

  • a few fail because of problem in Backend (*Network)
  • all filters end up in an infinite loop
  • PID produces wrong results because of wrong start value for PI.I.y
Location:
trunk/testsuite/simulation/libraries/msl32
Files:
22 added
1 edited

Legend:

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

    r13587 r13592  
    22
    33TESTFILES = \
     4Modelica.Blocks.Examples.BusUsage \
     5Modelica.Blocks.Examples.Interaction1.mos \
     6Modelica.Blocks.Examples.InverseModel.mos \
     7Modelica.Blocks.Examples.LogicalNetwork1.mos \
    48Modelica.ComplexBlocks.Examples.TestConversionBlock.mos \
    59Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos \
     
    6064
    6165# test that currently fail. Move up when fixed.
     66# Modelica.Blocks.Examples.Boolean/Integer/RealNetwork1 - Error in incidence matrix, cannot differentiate boolean expression
     67# Modelica.Blocks.Examples.Filter - Problems during initialization
     68# Modelica.Blocks.Examples.FilterWithDifferentiation - BackendDAEUtil.equationNth failed; numberOfElement=20; pos=1\n- BackendVariable.vararrayNth has NONE!!!\n- BackendDAEUtil.markStateEquation2 failed, eqn: 17array length = 16\n- BackendDAEUtil.markStateEquation2 failed, eqn: -1array length = 16\n- BackendDAEUtil.markStateEquations failed
     69# Modelica.Blocks.Examples.FilterWithRiseTime - Problems during initialization
    6270# Surfaces - Flattening fails because "pipeWithScalarField.xsi" is not found, although it is defined as "parameter Real xsi[:]"
    6371# UserDefinedGravityField - must fail because gravityFunction is not replaceable anymore (OMC specific fix in MSL)
     
    6977# Run make testfailing
    7078FAILINGTESTFILES=  \
     79Modelica.Blocks.Examples.BooleanNetwork1.mos \
     80Modelica.Blocks.Examples.Filter.mos \
     81Modelica.Blocks.Examples.FilterWithDifferentiation.mos \
     82Modelica.Blocks.Examples.FilterWithRiseTime \
     83Modelica.Blocks.Examples.IntegerNetwork1.mos \
     84Modelica.Blocks.Examples.RealNetwork1.mos \
     85Modelica.Blocks.Examples.ShowLogicalSources.mos \
    7186Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoint_dynamicStateSelection.mos \
    7287Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos \
     
    91106NOTSIMULATETEST= \
    92107
    93 
     108# Modelica.Blocks.Examples.PID_Controller - wrong initial value for PI.I.y (0.0 instead of -0.1)
    94109# Modelica.Mechanics.Rotational.Examples.ElasticBearing -> see springDamper.w_rel, smooth in Dymola, scattered in OpenModelica
    95110# Modelica.Mechanics.Translational.Examples.InitialConditions_fails -> chooses wrong start values, except for -iom kinsol
    96111WRONGRESULTTEST = \
     112Modelica.Blocks.Examples.PID_Controller.mos \
    97113Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos \
    98114Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos \
Note: See TracChangeset for help on using the changeset viewer.