2002-11-14 Joel Sherrill <joel@OARcorp.com>

* psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
	psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
	psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
	Per PR239 update the IDs in the various screens.
This commit is contained in:
Joel Sherrill
2002-11-14 17:36:48 +00:00
parent afcd56350b
commit 6da9972793
26 changed files with 44 additions and 30 deletions

View File

@@ -1,3 +1,10 @@
2002-11-14 Joel Sherrill <joel@OARcorp.com>
* psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
Per PR239 update the IDs in the various screens.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -28,7 +28,7 @@ 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: ID is 0x0b010001
Init: sched_get_priority_min (SCHED_FIFO) -- 1
Init: sched_get_priority_min -- EINVAL (invalid policy)
Init: sched_get_priority_max (SCHED_FIFO) -- 254
@@ -40,7 +40,7 @@ Init: sched_yield to Task_1
Task_1: sched_yield to Init
Init: pthread_exit
Task_1: ID is 0x0c010002
Task_1: ID is 0x0b010002
Task_1: pthread_equal - match case passed
Task_1: pthread_equal - different case passed
Task_1: pthread_equal - first id bad

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 2 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Signal: 16 caught by 0xc010001 (1)
Init: Block SIGUSR1
Init: Signals pending 0x00000000

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 3 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Init: waiting on any signal for 3 seconds.
Init: correctly timed out waiting for SIGUSR1.

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 4 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Init: sigemptyset - set= 0x00000000
Init: sigfillset - set= 0xffffffff
Init: sigdelset - delete SIGUSR1 set= 0xffff7fff

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 5 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Init: pthread_mutexattr_init - EINVAL (NULL attr)
Init: pthread_mutexattr_init - SUCCESSFUL
Init: mutex protocol is (0) -- PTHREAD_PRIO_NONE

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 6 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Init: pthread_key_create - SUCCESSFUL
Destructor invoked 0 times
Init: pthread_key_create - EAGAIN (too many keys)

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 7 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Init: pthread_attr_init - EINVAL (NULL attr)
Init: pthread_attr_init - SUCCESSFUL
Init: initialize and destroy an attribute - SUCCESSFUL

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 8 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Init: pthread_detach - ESRCH (invalid id)
Init: pthread_detach self
Init: pthread_join - ESRCH (invalid id)

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 9 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Init: pthread_getschedparam - SUCCESSFUL
Init: Fri May 24 11:05:00 1996 - current priority = 2
Init: pthread_setschedparam - SUCCESSFUL (sporadic server)

View File

@@ -17,14 +17,14 @@ Init: pthread_cond_destroy
Init: pthread_cond_destroy - EINVAL (cond invalid)
Init: pthread_cond_init - attr
Init: sleep to switch to Task_1
Task_1: ID is 0x0c010002
Task_1: ID is 0x0b010002
Task_1: pthread_cond_wait
Init: pthread_cond_destroy - EBUSY (task1 waiting)
Init: pthread_cond_signal
Init: sleep - switch to Task_1 and Task_2
Task_1: back from pthread_cond_wait release mutex
Task_1: pthread_cond_wait
Task_2: ID is 0x0c010003
Task_2: ID is 0x0b010003
Task_2: pthread_cond_wait
Init: pthread_cond_broadcast
Init: sleep - switch to Task_1
@@ -46,7 +46,7 @@ Init: pthread_cond_timedwait - ETIMEDOUT (abstime->tv_nsec < current time)
Init: pthread_cond_wait - EINVAL (mutex not locked before call)
Init: pthread_cond_timedwait - EINVAL (mutex not locked before call)
Init: sleep - switch to Task_3
Task_3: ID is 0x0c010004
Task_3: ID is 0x0b010004
Task_3: pthread_cond_wait
Init: pthread_cond_signal
Init: sleep - switch to Task_3

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 11 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
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

View File

@@ -1,5 +1,5 @@
*** POSIX TEST 12 ***
Init's ID is 0x0c010001
Init's ID is 0x0b010001
Init: pthread_attr_init - SUCCESSFUL
Init: pthread_create - EINVAL (invalid scheduling policy)
Init: pthread_attr_init - SUCCESSFUL