[rtems commit] libtest: Change expected fail state string

Sebastian Huber sebh at rtems.org
Wed Dec 4 06:40:46 UTC 2019


Module:    rtems
Branch:    master
Commit:    9c29cb56ad99018afa9454131fc56bf91c320028
Changeset: http://git.rtems.org/rtems/commit/?id=9c29cb56ad99018afa9454131fc56bf91c320028

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sat Nov 30 11:52:57 2019 +0100

libtest: Change expected fail state string

Use the value expected by the RTEMS Tester.  There are two separator
characters used ('-' and '_') for the states.  This is a bit
inconsistent.

---

 cpukit/libtest/testbeginend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/libtest/testbeginend.c b/cpukit/libtest/testbeginend.c
index b739e47..9bdc867 100644
--- a/cpukit/libtest/testbeginend.c
+++ b/cpukit/libtest/testbeginend.c
@@ -29,7 +29,7 @@ rtems_printer rtems_test_printer = {
 static const char* const test_state_strings[] =
 {
   "EXPECTED-PASS",
-  "EXPECTED-FAIL",
+  "EXPECTED_FAIL",
   "USER_INPUT",
   "INDETERMINATE",
   "BENCHMARK"



More information about the vc mailing list