Changeset 6da99727 in rtems


Ignore:
Timestamp:
11/14/02 17:36:48 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1d6e0f99
Parents:
afcd563
Message:

2002-11-14 Joel Sherrill <joel@…>

  • 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.
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/ChangeLog

    rafcd563 r6da99727  
     12002-11-14      Joel Sherrill <joel@OARcorp.com>
     2
     3        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
     4        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
     5        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
     6        Per PR239 update the IDs in the various screens.
     7
    182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/tests/psxtests/psx01/psx01.scn

    rafcd563 r6da99727  
    2929Fri May 24 11:05:06 1996
    3030Init: sec (0), nsec (0) remaining
    31 Init: ID is 0x0c010001
     31Init: ID is 0x0b010001
    3232Init: sched_get_priority_min (SCHED_FIFO) -- 1
    3333Init: sched_get_priority_min -- EINVAL (invalid policy)
     
    4141Init: pthread_exit
    4242 
    43 Task_1: ID is 0x0c010002
     43Task_1: ID is 0x0b010002
    4444Task_1: pthread_equal - match case passed
    4545Task_1: pthread_equal - different case passed
  • c/src/tests/psxtests/psx02/psx02.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 2 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Signal: 16 caught by 0xc010001 (1)
    44Init: Block SIGUSR1
  • c/src/tests/psxtests/psx03/psx03.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 3 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: waiting on any signal for 3 seconds.
    44Init: correctly timed out waiting for SIGUSR1.
  • c/src/tests/psxtests/psx04/psx04.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 4 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: sigemptyset -  set= 0x00000000
    44Init: sigfillset -  set= 0xffffffff
  • c/src/tests/psxtests/psx05/psx05.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 5 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_mutexattr_init - EINVAL (NULL attr)
    44Init: pthread_mutexattr_init - SUCCESSFUL
  • c/src/tests/psxtests/psx06/psx06.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 6 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_key_create - SUCCESSFUL
    44Destructor invoked 0 times
  • c/src/tests/psxtests/psx07/psx07.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 7 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_attr_init - EINVAL (NULL attr)
    44Init: pthread_attr_init - SUCCESSFUL
  • c/src/tests/psxtests/psx08/psx08.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 8 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_detach - ESRCH (invalid id)
    44Init: pthread_detach self
  • c/src/tests/psxtests/psx09/psx09.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 9 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_getschedparam - SUCCESSFUL
    44Init: Fri May 24 11:05:00 1996 - current priority = 2
  • c/src/tests/psxtests/psx10/psx10.scn

    rafcd563 r6da99727  
    1818Init: pthread_cond_init - attr
    1919Init: sleep to switch to Task_1
    20 Task_1: ID is 0x0c010002
     20Task_1: ID is 0x0b010002
    2121Task_1: pthread_cond_wait
    2222Init: pthread_cond_destroy - EBUSY (task1 waiting)
     
    2525Task_1: back from pthread_cond_wait release mutex
    2626Task_1: pthread_cond_wait
    27 Task_2: ID is 0x0c010003
     27Task_2: ID is 0x0b010003
    2828Task_2: pthread_cond_wait
    2929Init: pthread_cond_broadcast
     
    4747Init: pthread_cond_timedwait - EINVAL (mutex not locked before call)
    4848Init: sleep - switch to Task_3
    49 Task_3: ID is 0x0c010004
     49Task_3: ID is 0x0b010004
    5050Task_3: pthread_cond_wait
    5151Init: pthread_cond_signal
  • c/src/tests/psxtests/psx11/psx11.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 11 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: Setting scheduling parameters to FIFO with priority 127
    44Init: Setting scheduling parameters to RR with priority 125
  • c/src/tests/psxtests/psx12/psx12.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 12 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_attr_init - SUCCESSFUL
    44Init: pthread_create - EINVAL (invalid scheduling policy)
  • testsuites/psxtests/ChangeLog

    rafcd563 r6da99727  
     12002-11-14      Joel Sherrill <joel@OARcorp.com>
     2
     3        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
     4        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
     5        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
     6        Per PR239 update the IDs in the various screens.
     7
    182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • testsuites/psxtests/psx01/psx01.scn

    rafcd563 r6da99727  
    2929Fri May 24 11:05:06 1996
    3030Init: sec (0), nsec (0) remaining
    31 Init: ID is 0x0c010001
     31Init: ID is 0x0b010001
    3232Init: sched_get_priority_min (SCHED_FIFO) -- 1
    3333Init: sched_get_priority_min -- EINVAL (invalid policy)
     
    4141Init: pthread_exit
    4242 
    43 Task_1: ID is 0x0c010002
     43Task_1: ID is 0x0b010002
    4444Task_1: pthread_equal - match case passed
    4545Task_1: pthread_equal - different case passed
  • testsuites/psxtests/psx02/psx02.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 2 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Signal: 16 caught by 0xc010001 (1)
    44Init: Block SIGUSR1
  • testsuites/psxtests/psx03/psx03.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 3 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: waiting on any signal for 3 seconds.
    44Init: correctly timed out waiting for SIGUSR1.
  • testsuites/psxtests/psx04/psx04.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 4 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: sigemptyset -  set= 0x00000000
    44Init: sigfillset -  set= 0xffffffff
  • testsuites/psxtests/psx05/psx05.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 5 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_mutexattr_init - EINVAL (NULL attr)
    44Init: pthread_mutexattr_init - SUCCESSFUL
  • testsuites/psxtests/psx06/psx06.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 6 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_key_create - SUCCESSFUL
    44Destructor invoked 0 times
  • testsuites/psxtests/psx07/psx07.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 7 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_attr_init - EINVAL (NULL attr)
    44Init: pthread_attr_init - SUCCESSFUL
  • testsuites/psxtests/psx08/psx08.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 8 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_detach - ESRCH (invalid id)
    44Init: pthread_detach self
  • testsuites/psxtests/psx09/psx09.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 9 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_getschedparam - SUCCESSFUL
    44Init: Fri May 24 11:05:00 1996 - current priority = 2
  • testsuites/psxtests/psx10/psx10.scn

    rafcd563 r6da99727  
    1818Init: pthread_cond_init - attr
    1919Init: sleep to switch to Task_1
    20 Task_1: ID is 0x0c010002
     20Task_1: ID is 0x0b010002
    2121Task_1: pthread_cond_wait
    2222Init: pthread_cond_destroy - EBUSY (task1 waiting)
     
    2525Task_1: back from pthread_cond_wait release mutex
    2626Task_1: pthread_cond_wait
    27 Task_2: ID is 0x0c010003
     27Task_2: ID is 0x0b010003
    2828Task_2: pthread_cond_wait
    2929Init: pthread_cond_broadcast
     
    4747Init: pthread_cond_timedwait - EINVAL (mutex not locked before call)
    4848Init: sleep - switch to Task_3
    49 Task_3: ID is 0x0c010004
     49Task_3: ID is 0x0b010004
    5050Task_3: pthread_cond_wait
    5151Init: pthread_cond_signal
  • testsuites/psxtests/psx11/psx11.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 11 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: Setting scheduling parameters to FIFO with priority 127
    44Init: Setting scheduling parameters to RR with priority 125
  • testsuites/psxtests/psx12/psx12.scn

    rafcd563 r6da99727  
    11*** POSIX TEST 12 ***
    2 Init's ID is 0x0c010001
     2Init's ID is 0x0b010001
    33Init: pthread_attr_init - SUCCESSFUL
    44Init: pthread_create - EINVAL (invalid scheduling policy)
Note: See TracChangeset for help on using the changeset viewer.