From 1558adfccd07da8e040ced5553680d8edfea0069 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 7 Mar 2016 13:11:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9048 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nasa_osal/configuration.xml | 230 +++++++++++++++++++-------------------- 1 file changed, 115 insertions(+), 115 deletions(-) (limited to 'test/nasa_osal/configuration.xml') diff --git a/test/nasa_osal/configuration.xml b/test/nasa_osal/configuration.xml index 8d236c555..824637759 100644 --- a/test/nasa_osal/configuration.xml +++ b/test/nasa_osal/configuration.xml @@ -260,7 +260,7 @@ err = OS_TaskCreate(&tid, test_assert(err == OS_ERR_NAME_TAKEN, "name conflict not detected"); err = OS_TaskCreate(&tid, - "another running thread", + "conflicting thread", test_thread1, (uint32 *)wa_test1, sizeof wa_test1, @@ -316,43 +316,43 @@ test_assert_sequence("A", "task not executed");]]> - @@ -364,7 +364,7 @@ test_assert(err == OS_SUCCESS, "task 1 creation failed");]]> - @@ -376,43 +376,43 @@ test_assert_sequence("ABCD", "task order violation");]]> - @@ -424,7 +424,7 @@ test_assert(err == OS_SUCCESS, "task 4 creation failed");]]> - @@ -436,43 +436,43 @@ test_assert_sequence("ABCD", "task order violation");]]> - @@ -484,7 +484,7 @@ test_assert(err == OS_SUCCESS, "task 3 creation failed");]]> - -- cgit v1.2.3