summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/psx01.scn
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:55:02 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:55:02 +0000
commit78f5dae669f5ead46978a5f7bbe3828aaaff2258 (patch)
tree7da754147346488633d451e9adedcb786c6970fb /testsuites/psxtests/psx01/psx01.scn
parentAdded build_time statement to provide a tm for the test (diff)
downloadrtems-78f5dae669f5ead46978a5f7bbe3828aaaff2258.tar.bz2
Filled in the screen
Diffstat (limited to 'testsuites/psxtests/psx01/psx01.scn')
-rw-r--r--testsuites/psxtests/psx01/psx01.scn46
1 files changed, 46 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx01/psx01.scn b/testsuites/psxtests/psx01/psx01.scn
index e69de29bb2..444c4f97bc 100644
--- a/testsuites/psxtests/psx01/psx01.scn
+++ b/testsuites/psxtests/psx01/psx01.scn
@@ -0,0 +1,46 @@
+*** POSIX TEST 1 ***
+Init: clock_gettime - EINVAL (invalid clockid)
+Init: clock_settime - EINVAL (invalid clockid)
+Init: clock_getres - EINVAL (invalid clockid)
+Init: clock_getres - EINVAL (NULL resolution)
+Init: clock_getres - SUCCESSFUL
+Init: resolution = sec (100), nsec (0)
+
+Fri May 24 11:05:00 1996
+Init: clock_settime - SUCCESSFUL
+Fri May 24 11:05:00 1996
+Fri May 24 11:05:00 1996
+Fri May 24 11:05:03 1996
+Fri May 24 11:05:03 1996
+Init: seconds remaining (0)
+
+Init: nanosleep - EINVAL (NULL time)
+Init: nanosleep - EAGAIN (negative seconds)
+Init: nanosleep - EINVAL (too many nanoseconds)
+Init: nanosleep - yield
+Init: nanosleep - 3.05 seconds
+Fri May 24 11:05:06 1996
+Init: sec (0), nsec (0) remaining
+Init: ID is 0x0c010001
+Init: sched_get_priority_min (SCHED_FIFO) -- 1
+Init: sched_get_priority_min -- EINVAL (invalid policy)
+Init: sched_get_priority_max (SCHED_FIFO) -- 255
+Init: sched_get_priority_min -- EINVAL (invalid policy)
+Init: Round Robin quantum is 0 seconds, 500000000 nanoseconds
+Init: pthread_create - SUCCESSFUL
+Init: pthread_create - EAGAIN (too many threads)
+Init: sched_yield to Task_1
+Task_1: sched_yield to Init
+Init: pthread_exit
+
+Task_1: ID is 0x0c010002
+Task_1: pthread_equal - match case passed
+Task_1: pthread_equal - different case passed
+Task_1: pthread_equal - first id bad
+Task_1: pthread_equal - second id bad
+Task_1: pthread_once - EINVAL (NULL once_control)
+Task_1: pthread_once - EINVAL (NULL init_routine)
+Task_1: pthread_once - SUCCESSFUL (init_routine executes)
+Test_init_routine: invoked
+Task_1: pthread_once - SUCCESSFUL (init_routine does not execute)
+*** END OF POSIX TEST 1 ***