source: rtems/testsuites/testdata/disable-jffs2-tests.tcfg @ 7396e39

5
Last change on this file since 7396e39 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: 270 bytes
RevLine 
[f061f2f]1#
2# Some targets cannot declare the RAM disk space for the JFFS2 tests.
3#
4
[28fda62]5exclude: jffs2_fserror
6exclude: jffs2_fslink
7exclude: jffs2_fspatheval
8exclude: jffs2_fspermission
9exclude: jffs2_fsrdwr
10exclude: jffs2_fsscandir01
11exclude: jffs2_fssymlink
12exclude: jffs2_fstime
Note: See TracBrowser for help on using the repository browser.