summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx11
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:56:22 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:56:22 +0000
commit237088cfdf8d11201461f2d1a0a1304c536136e0 (patch)
tree69ea461bc5727e8d2ea1714bb69814094e37f4aa /testsuites/psxtests/psx11
parentFilled in the screen (diff)
downloadrtems-237088cfdf8d11201461f2d1a0a1304c536136e0.tar.bz2
Filled in screen
Diffstat (limited to 'testsuites/psxtests/psx11')
-rw-r--r--testsuites/psxtests/psx11/psx11.scn18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx11/psx11.scn b/testsuites/psxtests/psx11/psx11.scn
index e69de29bb2..69df5ec1b9 100644
--- a/testsuites/psxtests/psx11/psx11.scn
+++ b/testsuites/psxtests/psx11/psx11.scn
@@ -0,0 +1,18 @@
+*** POSIX TEST 11 ***
+Init's ID is 0x0c010001
+Init: Setting scheduling parameters to FIFO with priority 127
+Init: Setting scheduling parameters to RR with priority 125
+Init: Setting scheduling parameters to OTHER with priority 121
+Init: create a thread of SCHED_FIFO with priority 120
+Init: join with the other thread
+Task_1: killing time
+Task_1: exitting
+Init: create a thread of SCHED_RR with priority 120
+Init: join with the other thread
+Task_1: killing time
+Task_1: exitting
+Init: create a thread of SCHED_OTHER with priority 120
+Init: join with the other thread
+Task_1: killing time
+Task_1: exitting
+*** END OF POSIX TEST 11 ***