Files
rtems/testsuites/testdata/disable-intrcritical-tests.tcfg
Chris Johns 28fda6279b testsuite: Add test states to the testsuit configuration files.
Change the testsuite configuration files to hold state information about
a test. The states are:

 exclude        - Do not build the test
 expected-fail  - The test is expected to fail
 indeterminate  - The test may pass or may fail

A message is printed just after the test's BEGIN message to indicate
there is a special state for the test. No state message means the test
is expected to pass.

This support requires tests are correctly written to the use standard
support to begin and end a test.
2016-12-07 17:22:41 +11:00

31 lines
752 B
Plaintext

#
# These tests are generally unreliable on many simulators. The
# simulation of interrupts is not accurate enough for these tests
# to be reliable.
#
exclude: psxintrcritical01
exclude: spintrcritical01
exclude: spintrcritical02
exclude: spintrcritical03
exclude: spintrcritical04
exclude: spintrcritical05
exclude: spintrcritical06
exclude: spintrcritical07
exclude: spintrcritical08
exclude: spintrcritical09
exclude: spintrcritical10
exclude: spintrcritical11
exclude: spintrcritical12
exclude: spintrcritical13
exclude: spintrcritical14
exclude: spintrcritical15
exclude: spintrcritical16
exclude: spintrcritical17
exclude: spintrcritical18
exclude: spintrcritical20
exclude: spintrcritical21
exclude: spintrcritical22
exclude: spintrcritical23