source: rtems/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg @ 28fda62

5
Last change on this file since 28fda62 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: 1006 bytes
Line 
1#
2# lpc2362 RTEMS Test Database.
3#
4# Format is one line per test that is _NOT_ built.
5#
6
7exclude: capture
8exclude: cdtest
9exclude: dl01
10exclude: dl02
11exclude: dl04
12exclude: dl05
13exclude: fileio
14exclude: flashdisk01
15exclude: fsdosfsname01
16exclude: fsdosfsformat01
17exclude: fsrfsbitmap01
18exclude: ftp01
19exclude: iostream
20exclude: jffs2_fserror
21exclude: jffs2_fslink
22exclude: jffs2_fspatheval
23exclude: jffs2_fspermission
24exclude: jffs2_fsrdwr
25exclude: jffs2_fsscandir01
26exclude: jffs2_fssymlink
27exclude: jffs2_fstime
28exclude: loopback
29exclude: math
30exclude: mdosfs_fserror
31exclude: mghttpd01
32exclude: monitor02
33exclude: mrfs_fserror
34exclude: mrfs_fsfpathconf
35exclude: mrfs_fslink
36exclude: mrfs_fspatheval
37exclude: mrfs_fspermission
38exclude: mrfs_fsrdwr
39exclude: mrfs_fsscandir01
40exclude: mrfs_fssymlink
41exclude: mrfs_fstime
42exclude: mdosfs_fsrdwr
43exclude: paranoia
44exclude: pppd
45exclude: rtems++
46exclude: shell01
47exclude: spstkalloc02
48exclude: sptls02
49exclude: syscall01
50exclude: tmfine01
51exclude: utf8proc01
Note: See TracBrowser for help on using the repository browser.