source: rtems/testsuites/smptests/smpatomic02/smpatomic02.scn @ 7e02305

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