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. --- .../arm/atsam/make/custom/atsamv-testsuite.tcfg | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'c/src/lib/libbsp/arm/atsam') diff --git a/c/src/lib/libbsp/arm/atsam/make/custom/atsamv-testsuite.tcfg b/c/src/lib/libbsp/arm/atsam/make/custom/atsamv-testsuite.tcfg index 62c9a53f0b..b209cd35d9 100644 --- a/c/src/lib/libbsp/arm/atsam/make/custom/atsamv-testsuite.tcfg +++ b/c/src/lib/libbsp/arm/atsam/make/custom/atsamv-testsuite.tcfg @@ -2,24 +2,24 @@ # The ATSAMV BSP has too little memory for some tests. # -fileio -flashdisk01 -fsdosfsname01 -ftp01 -jffs2_fserror -jffs2_fslink -jffs2_fspatheval -jffs2_fspermission -jffs2_fsrdwr -jffs2_fsscandir01 -jffs2_fssymlink -jffs2_fstime -mghttpd01 -pppd -psxconfig01 -sp16 -sp25 -sp48 -spregion_err01 -spstkalloc02 -tmfine01 +exclude: fileio +exclude: flashdisk01 +exclude: fsdosfsname01 +exclude: ftp01 +exclude: jffs2_fserror +exclude: jffs2_fslink +exclude: jffs2_fspatheval +exclude: jffs2_fspermission +exclude: jffs2_fsrdwr +exclude: jffs2_fsscandir01 +exclude: jffs2_fssymlink +exclude: jffs2_fstime +exclude: mghttpd01 +exclude: pppd +exclude: psxconfig01 +exclude: sp16 +exclude: sp25 +exclude: sp48 +exclude: spregion_err01 +exclude: spstkalloc02 +exclude: tmfine01 -- cgit v1.2.3