Files
rtems/testsuites/testdata/dltests-broken-on-this-bsp.tcfg
T
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

12 lines
334 B
Plaintext

#
# On some architectures, some BSPs work with libdl and others do not.
# There may be Trac tickets files regarding the BSPs which have issues.
# This file should be included by those BSPs which have dl* test issues
# which remain to be investigated and solved.
#
exclude: dl01
exclude: dl02
exclude: dl03
exclude: dl04
exclude: dl05