From 78f5dae669f5ead46978a5f7bbe3828aaaff2258 Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Fri, 23 Aug 1996 15:55:02 +0000 Subject: Filled in the screen --- testsuites/psxtests/psx01/psx01.scn | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'testsuites/psxtests/psx01') 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 *** -- cgit v1.2.3