source: rtems/c/src/lib/libbsp/arm/atsam/make/custom/atsamv-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: 490 bytes
Line 
1#
2# The ATSAMV BSP has too little memory for some tests.
3#
4
5exclude: fileio
6exclude: flashdisk01
7exclude: fsdosfsname01
8exclude: ftp01
9exclude: jffs2_fserror
10exclude: jffs2_fslink
11exclude: jffs2_fspatheval
12exclude: jffs2_fspermission
13exclude: jffs2_fsrdwr
14exclude: jffs2_fsscandir01
15exclude: jffs2_fssymlink
16exclude: jffs2_fstime
17exclude: mghttpd01
18exclude: pppd
19exclude: psxconfig01
20exclude: sp16
21exclude: sp25
22exclude: sp48
23exclude: spregion_err01
24exclude: spstkalloc02
25exclude: tmfine01
Note: See TracBrowser for help on using the repository browser.