source: rtems/testsuites/testdata/disable-intrcritical-tests.tcfg @ 696b9121

5
Last change on this file since 696b9121 was 28fda62, checked in by Chris Johns <chrisj@…>, on 12/05/16 at 03:53:54

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.

  • Property mode set to 100644
File size: 752 bytes
Line 
1#
2# These tests are generally unreliable on many simulators. The
3# simulation of interrupts is not accurate enough for these tests
4# to be reliable.
5#
6
7exclude: psxintrcritical01
8exclude: spintrcritical01
9exclude: spintrcritical02
10exclude: spintrcritical03
11exclude: spintrcritical04
12exclude: spintrcritical05
13exclude: spintrcritical06
14exclude: spintrcritical07
15exclude: spintrcritical08
16exclude: spintrcritical09
17exclude: spintrcritical10
18exclude: spintrcritical11
19exclude: spintrcritical12
20exclude: spintrcritical13
21exclude: spintrcritical14
22exclude: spintrcritical15
23exclude: spintrcritical16
24exclude: spintrcritical17
25exclude: spintrcritical18
26exclude: spintrcritical20
27exclude: spintrcritical21
28exclude: spintrcritical22
29exclude: spintrcritical23
30
Note: See TracBrowser for help on using the repository browser.