Commit Graph

6 Commits

Author SHA1 Message Date
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
Joel Sherrill
8cf2f8b6f3 testsuites/testdata/dltests-broken-on-this-bsp.tcfg: Add new dl tests 03-05 2016-11-03 10:56:09 -05:00
Joel Sherrill
7824d15fa4 disable-intrcritical-tests.tcfg: New file
This file contains the list of interrupt critical section tests.
There are some simulators these are unreliable on so they should
just be ignored.
2015-04-01 09:39:42 -05:00
Joel Sherrill
f061f2f554 testsuites/testdata: Add sets to disable all jffs2 and mrfs tests 2015-03-22 10:29:58 -05:00
Joel Sherrill
ee113c22f8 dltests-broken-on-this-bsp.tcfg: New file used for dl* tests work around 2015-03-06 20:04:24 -06:00
Chris Johns
431bb85dde rtems-test-check: Ignore tests which require real ISR based clock tick
BSPs for simulators which do not include a clock tick interrupt source
are incapable of running some tests successfully. This is a common
characteristic of some BSPs and a fixed set of tests. There is no point
in duplicating this list of tests in those BSPs test configuration.

Read testsuites/testdata/require-tick-isr.tcfg for details.
2014-05-28 23:44:26 +10:00