source: rtems/testsuites/smptests/smpatomic04/smpatomic04.scn @ d1c5c01f

4.115
Last change on this file since d1c5c01f was 7e02305, checked in by WeiY <wei.a.yang@…>, on 01/25/13 at 16:01:17

tests: atomic support for RTEMS. SMP tests for atomic operations.

  • Property mode set to 100644
File size: 505 bytes
Line 
1***  SMPatomic04 TEST ***
2
3CPU2 _Atomic_Fetch_sub_int: SUCCESS
4
5CPU1 _Atomic_Fetch_sub_int: SUCCESS
6
7CPU3 _Atomic_Fetch_sub_int: SUCCESS
8
9CPU2 _Atomic_Fetch_sub_long: SUCCESS
10
11CPU3 _Atomic_Fetch_sub_long: SUCCESS
12
13CPU1 _Atomic_Fetch_sub_long: SUCCESS
14
15CPU3 _Atomic_Fetch_sub_ptr: SUCCESS
16
17CPU1 _Atomic_Fetch_sub_ptr: SUCCESS
18
19CPU2 _Atomic_Fetch_sub_ptr: SUCCESS
20
21CPU3 _Atomic_Fetch_sub_32: SUCCESS
22
23CPU1 _Atomic_Fetch_sub_32: SUCCESS
24
25CPU2 _Atomic_Fetch_sub_32: SUCCESS
26
27
28*** END OF TEST SMPatomic04 ***
29
Note: See TracBrowser for help on using the repository browser.