source: rtems/testsuites/smptests/smpatomic01/smpatomic01.scn @ 39e51758

4.115
Last change on this file since 39e51758 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: 444 bytes
Line 
1***  SMPatomic01 TEST ***
2
3CPU1 _Atomic_Load_int: SUCCESS
4
5CPU2 _Atomic_Load_int: SUCCESS
6
7CPU3 _Atomic_Load_int: SUCCESS
8
9CPU1 _Atomic_Load_long: SUCCESS
10
11CPU2 _Atomic_Load_long: SUCCESS
12
13CPU3 _Atomic_Load_long: SUCCESS
14
15CPU1 _Atomic_Load_ptr: SUCCESS
16
17CPU3 _Atomic_Load_ptr: SUCCESS
18
19CPU2 _Atomic_Load_ptr: SUCCESS
20
21CPU1 _Atomic_Load_32: SUCCESS
22
23CPU2 _Atomic_Load_32: SUCCESS
24
25CPU3 _Atomic_Load_32: SUCCESS
26
27
28*** END OF TEST SMPatomic01 ***
Note: See TracBrowser for help on using the repository browser.