Changeset 3a23218 in rtems for c/src/ada-tests/mptests
- Timestamp:
- Dec 14, 2009, 9:28:54 PM (11 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 9db18dd
- Parents:
- 110e1f1
- Location:
- c/src/ada-tests/mptests
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/mptests/mp01/node1/mp01_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP01_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP01_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp01/node2/mp01_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP01_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP01_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp02/node1/mp02_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP02_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP02_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp02/node2/mp02_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP02_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP02_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp03/node1/mp03_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP03_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP03_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp03/node2/mp03_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP03_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP03_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp04/node1/mp04_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP04_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP04_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp04/node2/mp04_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP04_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP04_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp05/mptest.adb
r110e1f1 r3a23218 205 205 exit when RTEMS.IS_STATUS_SUCCESSFUL( STATUS ); 206 206 207 exit when not RTEMS.ARE_STATUSES_EQUAL( STATUS, RTEMS.NOT_DEFINED);207 exit when not RTEMS.ARE_STATUSES_EQUAL(STATUS, RTEMS.NOT_DEFINED); 208 208 209 209 end loop; -
c/src/ada-tests/mptests/mp05/node1/mp05_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP05_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP05_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp05/node2/mp05_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP05_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP05_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp06/node1/mp06_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP06_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP06_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp06/node2/mp06_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP06_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP06_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp07/node1/mp07_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP07_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP07_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp07/node2/mp07_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP07_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP07_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp08/node1/mp08_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP08_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP08_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp08/node2/mp08_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP08_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP08_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp09/node1/mp09_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP09_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP09_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp09/node2/mp09_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP09_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP09_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp10/node1/mp10_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP10_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP10_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp10/node2/mp10_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP10_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP10_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp11/node1/mp11_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP11_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP11_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp11/node2/mp11_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP11_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP11_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp12/node1/mp12_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP12_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP12_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp12/node2/mp12_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP12_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP12_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp13/node1/mp13_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP13_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP13_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp13/node2/mp13_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP13_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP13_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp14/mptest.adb
r110e1f1 r3a23218 59 59 begin 60 60 61 RTEMS.TASK_MODE( RTEMS.NO_PREEMPT, RTEMS.PREEMPT_MASK, OLD_MODE, STATUS);61 RTEMS.TASK_MODE(RTEMS.NO_PREEMPT, RTEMS.PREEMPT_MASK, OLD_MODE, STATUS); 62 62 TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "TASK_MODE" ); 63 63 … … 102 102 RTEMS.TIMER_FIRE_AFTER( 103 103 MPTEST.STOP_TIMER_ID, 104 TEST_SUPPORT.MAXIMUM_LONG_TEST_DURATION * TEST_SUPPORT.TICKS_PER_SECOND, 104 TEST_SUPPORT.MAXIMUM_LONG_TEST_DURATION * 105 TEST_SUPPORT.TICKS_PER_SECOND, 105 106 MPTEST.STOP_TEST_TSR'ACCESS, 106 107 RTEMS.NULL_ADDRESS, -
c/src/ada-tests/mptests/mp14/node1/mp14_node1.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP14_NODE1 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP14_NODE1 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES: -
c/src/ada-tests/mptests/mp14/node2/mp14_node2.adb
r110e1f1 r3a23218 4 4 -- DESCRIPTION: 5 5 -- 6 -- This is the entry point for Test MP14_NODE2 of the Single Processor Test Suite. 6 -- This is the entry point for Test MP14_NODE2 of the Multiprocessor 7 -- Test Suite. 7 8 -- 8 9 -- DEPENDENCIES:
Note: See TracChangeset
for help on using the changeset viewer.