source: rtems/testsuites/sptests/spatomic04/spatomic04.scn @ fb9fa15

4.115
Last change on this file since fb9fa15 was fb9fa15, checked in by WeiY <wei.a.yang@…>, on 01/25/13 at 15:59:49

tests: atomic support for RTEMS. Uniprocessor tests for atomic ops.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1patomic04 TEST ***
2
3
4task0: _Atomic_Fetch_sub_int: SUCCESS
5
6task0: _Atomic_Fetch_sub_long: SUCCESS
7
8task0: _Atomic_Fetch_sub_ptr: SUCCESS
9
10task0: _Atomic_Fetch_sub_32: SUCCESS
11
12task0: _Atomic_Fetch_sub_int: SUCCESS
13
14task0: _Atomic_Fetch_sub_long: SUCCESS
15
16task0: _Atomic_Fetch_sub_ptr: SUCCESS
17
18task0: _Atomic_Fetch_sub_32: SUCCESS
19
20task0: _Atomic_Fetch_sub_int: SUCCESS
21
22task0: _Atomic_Fetch_sub_long: SUCCESS
23
24task0: _Atomic_Fetch_sub_ptr: SUCCESS
25
26task0: _Atomic_Fetch_sub_32: SUCCESS
27
28task1: _Atomic_Fetch_sub_int: SUCCESS
29
30task1: _Atomic_Fetch_sub_long: SUCCESS
31
32task1: _Atomic_Fetch_sub_ptr: SUCCESS
33
34task1: _Atomic_Fetch_sub_32: SUCCESS
35
36task1: _Atomic_Fetch_sub_int: SUCCESS
37
38task1: _Atomic_Fetch_sub_long: SUCCESS
39
40task1: _Atomic_Fetch_sub_ptr: SUCCESS
41
42task1: _Atomic_Fetch_sub_32: SUCCESS
43
44task1: _Atomic_Fetch_sub_int: SUCCESS
45
46task1: _Atomic_Fetch_sub_long: SUCCESS
47
48task1: _Atomic_Fetch_sub_ptr: SUCCESS
49
50task1: _Atomic_Fetch_sub_32: SUCCESS
51
52task2: _Atomic_Fetch_sub_int: SUCCESS
53
54task2: _Atomic_Fetch_sub_long: SUCCESS
55
56task2: _Atomic_Fetch_sub_ptr: SUCCESS
57
58task2: _Atomic_Fetch_sub_32: SUCCESS
59
60task2: _Atomic_Fetch_sub_int: SUCCESS
61
62task2: _Atomic_Fetch_sub_long: SUCCESS
63
64task2: _Atomic_Fetch_sub_ptr: SUCCESS
65
66task2: _Atomic_Fetch_sub_32: SUCCESS
67
68task2: _Atomic_Fetch_sub_int: SUCCESS
69
70task2: _Atomic_Fetch_sub_long: SUCCESS
71
72task2: _Atomic_Fetch_sub_ptr: SUCCESS
73
74task2: _Atomic_Fetch_sub_32: SUCCESS
75
76task3: _Atomic_Fetch_sub_int: SUCCESS
77
78task3: _Atomic_Fetch_sub_long: SUCCESS
79
80task3: _Atomic_Fetch_sub_ptr: SUCCESS
81
82task3: _Atomic_Fetch_sub_32: SUCCESS
83
84task3: _Atomic_Fetch_sub_int: SUCCESS
85
86task3: _Atomic_Fetch_sub_long: SUCCESS
87
88task3: _Atomic_Fetch_sub_ptr: SUCCESS
89
90task3: _Atomic_Fetch_sub_32: SUCCESS
91
92task3: _Atomic_Fetch_sub_int: SUCCESS
93
94task3: _Atomic_Fetch_sub_long: SUCCESS
95
96task3: _Atomic_Fetch_sub_ptr: SUCCESS
97
98task3: _Atomic_Fetch_sub_32: SUCCESS
99
100
101*** END OF TEST spatomic04 ***
102
Note: See TracBrowser for help on using the repository browser.