Changeset 28fda62 in rtems for testsuites/automake

Timestamp:
12/05/16 03:53:54 (7 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
ccda60bd
Parents:
4b579c5f
git-author:
Chris Johns <chrisj@…> (12/05/16 03:53:54)
git-committer:
Chris Johns <chrisj@…> (12/07/16 06:22:41)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.