From 28fda6279b82c07a673a8ebf875b77bb69695f1a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 5 Dec 2016 14:53:54 +1100 Subject: 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. --- c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904-testsuite.tcfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/mips/jmr3904') diff --git a/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904-testsuite.tcfg b/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904-testsuite.tcfg index b1eafc57cc..a8d24a09a9 100644 --- a/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904-testsuite.tcfg +++ b/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904-testsuite.tcfg @@ -6,4 +6,4 @@ include: testdata/disable-intrcritical-tests.tcfg # The simulator catches the data access fault and exits before the # simulated MIPS handler can run. -spfatal26 +exclude: spfatal26 -- cgit v1.2.3