summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx12/psx12.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-15 09:04:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-15 09:11:19 +0200
commitd6467102e2c2af2c0cacd1366d0922f5f4481ac1 (patch)
tree4c59607e834a2b77913a88ceab6b6c33bdcdb238 /testsuites/psxtests/psx12/psx12.scn
parentposix: Use _POSIX_Threads_Sporadic_timer_insert() (diff)
downloadrtems-d6467102e2c2af2c0cacd1366d0922f5f4481ac1.tar.bz2
psxtests/psx12: Use one file and simplify
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx12/psx12.scn8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/psxtests/psx12/psx12.scn b/testsuites/psxtests/psx12/psx12.scn
index e35bdab6ae..1e3c04660d 100644
--- a/testsuites/psxtests/psx12/psx12.scn
+++ b/testsuites/psxtests/psx12/psx12.scn
@@ -1,11 +1,11 @@
-*** POSIX TEST 12 ***
+*** BEGIN OF TEST PSX 12 ***
Init's ID is 0x0b010001
Init: pthread_attr_init - SUCCESSFUL
Init: pthread_create - EINVAL (invalid scheduling policy)
Init: pthread_attr_init - SUCCESSFUL
Init: set scheduling parameter attributes for sporadic server
Init: pthread_create - EINVAL (replenish < budget)
-Init: pthread_create - EINVAL (invalid ss_low_priority)
+Init: pthread_create - EINVAL (invalid sched_ss_low_priority)
Init: pthread_create - SUCCESSFUL
-Task_1: exitting
-*** END OF POSIX TEST 12 ***
+Sporadic Server: exitting
+*** END OF TEST PSX 12 ***