summaryrefslogtreecommitdiff
path: root/bin/run_all_list.pm
blob: a41f964d6b95a4fa88ccaf46277f86d4010c14a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# -*- perl -*-
# $Id$
# This are the pairs "sub-directory , script" we run; the separator
# *must* be a space followed by a comma and then another space.

$ace_tests = 'tests , run_tests.pl';
if ($^O eq "MSWin32") {
  $ace_tests = 'tests , run_tests.bat';
}

@RUN_LIST =
    ( $ace_tests,
      'TAO/tests/Param_Test , run_test.pl',
      'TAO/tests/Param_Test , run_test.pl -i dii',
      'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl',
      'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100',
      'TAO/performance-tests/Latency , run_test.pl',
      'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
      'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl',
      'TAO/tests/OctetSeq , run_test.pl',
      'TAO/tests/Leader_Followers , run_test.pl',
      'TAO/tests/Multiple_Inheritance , run_test.pl',
      'TAO/tests/MT_Client , run_test.pl',
      'TAO/tests/MT_Server , run_test.pl',
      'TAO/tests/Faults , run_test.pl',
      'TAO/tests/NestedUpcall/Simple , run_test.pl',
      'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl',
      'TAO/tests/NestedUpcall/Triangle_Test , run_test.pl',
      'TAO/tests/Nested_Event_Loop , run_test.pl',
      'TAO/tests/POA/Identity , run_test.pl',
      'TAO/tests/POA/Deactivation , run_test.pl',
      'TAO/tests/POA/Destruction , run_test.pl',
      'TAO/tests/IORManipulation , run_test.pl',
      'TAO/tests/Timeout , run_test.pl',
      'TAO/tests/Timed_Buffered_Oneways , run_test.pl',
      'TAO/tests/IDL_Test , run_test.pl',
      'TAO/tests/ORB_init , run_test.pl',
      'TAO/tests/DSI_Gateway , run_test.pl',
      'TAO/tests/DynAny_Test , run_test.pl',
      'TAO/examples/Buffered_Oneways , run_test.pl',
# REQUIRES AMI 'TAO/examples/Buffered_AMI , run_test.pl',
      'TAO/examples/POA/Adapter_Activator , run_test.pl',
      'TAO/examples/POA/DSI , run_test.pl',
      'TAO/examples/POA/Default_Servant , run_test.pl',
      'TAO/examples/POA/Explicit_Activation , run_test.pl',
      'TAO/examples/POA/FindPOA , run_test.pl',
      'TAO/examples/POA/Forwarding , run_test.pl',
      'TAO/examples/POA/NewPOA , run_test.pl',
      'TAO/examples/POA/On_Demand_Activation , run_test.pl',
      'TAO/examples/POA/On_Demand_Loading , run_test.pl',
      'TAO/examples/POA/Reference_Counted_Servant , run_test.pl',
      'TAO/examples/POA/Loader , run_test.pl',
      'TAO/examples/POA/RootPOA , run_test.pl',
      'TAO/examples/POA/Adapter_Activator , run_test.pl',
      'TAO/examples/Simple/bank , run_test.pl',
      'TAO/examples/Simple/grid , run_test.pl',
      'TAO/examples/Simple/time-date , run_test.pl',
      'TAO/examples/Simple/time , run_test.pl',
      'TAO/examples/Load_Balancing , run_test.pl',
      'TAO/orbsvcs/tests/Simple_Naming , run_test.pl',
      'TAO/orbsvcs/tests/Trading , run_test.pl',
      'TAO/orbsvcs/tests/Event/Basic , run_test.pl',
      'TAO/orbsvcs/tests/Event/Performance , run_test.pl',
      'TAO/orbsvcs/tests/EC_Basic , run_test.pl',
      'TAO/orbsvcs/tests/EC_Custom_Marshal , run_test.pl',
      'TAO/orbsvcs/tests/EC_Throughput , run_test.pl',
# BREAKS LINUX 'TAO/orbsvcs/tests/EC_Mcast , run_test.pl',
# FAILS 'TAO/orbsvcs/tests/EC_Multiple , run_test.pl',
      'TAO/orbsvcs/tests/Event_Latency , run_test.pl',
      'TAO/examples/Simple/echo , run_test.pl < Echo.idl',
# INTERACTIVE 'TAO/examples/Simple/chat , run_test.pl',
      'TAO/orbsvcs/tests/Property , run_test.pl',
#HANGS'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
#HANGS'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
    );

@MINIMUM_CORBA_LIST =
    ( $ace_tests,
# NOT MINIMUM 'TAO/tests/Param_Test , run_test.pl',
# NOT MINIMUM 'TAO/tests/Param_Test , run_test.pl -i dii',
# NOT MINIMUM 'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl',
      'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100',
# NOT MINIMUM 'TAO/performance-tests/Latency , run_test.pl',
      'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
# NOT MINIMUM 'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl',
      'TAO/tests/OctetSeq , run_test.pl',
      'TAO/tests/Leader_Followers , run_test.pl',
      'TAO/tests/Multiple_Inheritance , run_test.pl',
      'TAO/tests/MT_Client , run_test.pl',
      'TAO/tests/MT_Server , run_test.pl',
# NOT MINIMUM 'TAO/tests/Faults , run_test.pl',
      'TAO/tests/NestedUpcall/Simple , run_test.pl',
      'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl',
      'TAO/tests/NestedUpcall/Triangle_Test , run_test.pl',
      'TAO/tests/Nested_Event_Loop , run_test.pl',
      'TAO/tests/POA/Identity , run_test.pl',
      'TAO/tests/POA/Deactivation , run_test.pl',
      'TAO/tests/POA/Destruction , run_test.pl',
      'TAO/tests/IORManipulation , run_test.pl',
# NOT MINIMUM 'TAO/tests/Timeout , run_test.pl',
# NOT MINIMUM 'TAO/tests/Timed_Buffered_Oneways , run_test.pl',
      'TAO/tests/ORB_init , run_test.pl',
# NOT MINIMUM 'TAO/examples/Buffered_Oneways , run_test.pl',
# NOT MINIMUM 'TAO/examples/Buffered_AMI , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/Adapter_Activator , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/DSI , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/Default_Servant , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/Explicit_Activation , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/FindPOA , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/Forwarding , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/NewPOA , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/On_Demand_Activation , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/On_Demand_Loading , run_test.pl',
      'TAO/examples/POA/Reference_Counted_Servant , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/Loader , run_test.pl',
      'TAO/examples/POA/RootPOA , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/Adapter_Activator , run_test.pl',
      'TAO/examples/Simple/bank , run_test.pl',
      'TAO/examples/Simple/grid , run_test.pl',
      'TAO/examples/Simple/time-date , run_test.pl',
      'TAO/examples/Simple/time , run_test.pl',
      'TAO/orbsvcs/tests/Simple_Naming , run_test.pl',
# NOT MINIMUM 'TAO/orbsvcs/tests/Trading , run_test.pl',
      'TAO/orbsvcs/tests/Event/Basic , run_test.pl',
      'TAO/orbsvcs/tests/Event/Performance , run_test.pl',
      'TAO/orbsvcs/tests/EC_Basic , run_test.pl',
      'TAO/orbsvcs/tests/EC_Custom_Marshal , run_test.pl',
      'TAO/orbsvcs/tests/EC_Throughput , run_test.pl',
# BREAKS LINUX 'TAO/orbsvcs/tests/EC_Mcast , run_test.pl',
# FAILS 'TAO/orbsvcs/tests/EC_Multiple , run_test.pl',
      'TAO/orbsvcs/tests/Event_Latency , run_test.pl',
      'TAO/examples/Simple/echo , run_test.pl < Echo.idl',
# INTERACTIVE 'TAO/examples/Simple/chat , run_test.pl',
      'TAO/orbsvcs/tests/Property , run_test.pl',
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
    );

@SINGLE_THREADED_LIST =
    ( $ace_tests,
      'TAO/tests/Param_Test , run_test.pl',
      'TAO/tests/Param_Test , run_test.pl -i dii',
# NOT ST 'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl',
# NOT ST 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100'
# NOT ST 'TAO/performance-tests/Latency , run_test.pl',
      'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
      'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl',
      'TAO/tests/OctetSeq , run_test.pl',
# NOT ST 'TAO/tests/Leader_Followers , run_test.pl',
      'TAO/tests/Multiple_Inheritance , run_test.pl',
# NOT ST 'TAO/tests/MT_Client , run_test.pl',
# NOT ST 'TAO/tests/MT_Server , run_test.pl',
      'TAO/tests/Faults , run_test.pl',
# NOT ST 'TAO/tests/NestedUpcall/Simple , run_test.pl',
      'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl',
      'TAO/tests/NestedUpcall/Triangle_Test , run_test.pl',
      'TAO/tests/Nested_Event_Loop , run_test.pl',
      'TAO/tests/POA/Identity , run_test.pl',
      'TAO/tests/POA/Deactivation , run_test.pl',
      'TAO/tests/POA/Destruction , run_test.pl',
      'TAO/tests/IORManipulation , run_test.pl',
      'TAO/tests/Timeout , run_test.pl',
      'TAO/tests/Timed_Buffered_Oneways , run_test.pl',
      'TAO/tests/ORB_init , run_test.pl',
      'TAO/tests/DSI_Gateway , run_test.pl',
      'TAO/tests/DynAny_Test , run_test.pl',
      'TAO/examples/Buffered_Oneways , run_test.pl',
# REQUIRES AMI 'TAO/examples/Buffered_AMI , run_test.pl',
      'TAO/examples/POA/Adapter_Activator , run_test.pl',
      'TAO/examples/POA/DSI , run_test.pl',
      'TAO/examples/POA/Default_Servant , run_test.pl',
      'TAO/examples/POA/Explicit_Activation , run_test.pl',
      'TAO/examples/POA/FindPOA , run_test.pl',
      'TAO/examples/POA/Forwarding , run_test.pl',
      'TAO/examples/POA/NewPOA , run_test.pl',
      'TAO/examples/POA/On_Demand_Activation , run_test.pl',
      'TAO/examples/POA/On_Demand_Loading , run_test.pl',
      'TAO/examples/POA/Reference_Counted_Servant , run_test.pl',
      'TAO/examples/POA/Loader , run_test.pl',
      'TAO/examples/POA/RootPOA , run_test.pl',
      'TAO/examples/POA/Adapter_Activator , run_test.pl',
      'TAO/examples/Simple/bank , run_test.pl',
      'TAO/examples/Simple/grid , run_test.pl',
# NOT ST 'TAO/examples/Simple/time-date , run_test.pl',
      'TAO/examples/Simple/time , run_test.pl',
      'TAO/orbsvcs/tests/Simple_Naming , run_test.pl',
      'TAO/orbsvcs/tests/Trading , run_test.pl',
# NOT ST 'TAO/orbsvcs/tests/Event/Basic , run_test.pl',
# NOT ST 'TAO/orbsvcs/tests/Event/Performance , run_test.pl',
      'TAO/orbsvcs/tests/EC_Basic , run_test.pl',
# NOT ST 'TAO/orbsvcs/tests/EC_Custom_Marshal , run_test.pl',
# NOT ST 'TAO/orbsvcs/tests/EC_Throughput , run_test.pl',
# BREAKS LINUX 'TAO/orbsvcs/tests/EC_Mcast , run_test.pl',
# FAILS 'TAO/orbsvcs/tests/EC_Multiple , run_test.pl',
      'TAO/orbsvcs/tests/Event_Latency , run_test.pl',
      'TAO/examples/Simple/echo , run_test.pl < Echo.idl',
# INTERACTIVE 'TAO/examples/Simple/chat , run_test.pl',
      'TAO/orbsvcs/tests/Property , run_test.pl',
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
    );

@AMI_CORBA_LIST =
    ( $ace_tests,
      'TAO/tests/Param_Test , run_test.pl',
      'TAO/tests/Param_Test , run_test.pl -i dii',
      'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl',
      'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100',
      'TAO/performance-tests/Latency , run_test.pl',
      'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
      'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl',
      'TAO/tests/OctetSeq , run_test.pl',
      'TAO/tests/Leader_Followers , run_test.pl',
      'TAO/tests/Multiple_Inheritance , run_test.pl',
      'TAO/tests/MT_Client , run_test.pl',
      'TAO/tests/MT_Server , run_test.pl',
      'TAO/tests/Faults , run_test.pl',
      'TAO/tests/NestedUpcall/Simple , run_test.pl',
      'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl',
      'TAO/tests/NestedUpcall/Triangle_Test , run_test.pl',
      'TAO/tests/Nested_Event_Loop , run_test.pl',
      'TAO/tests/POA/Identity , run_test.pl',
      'TAO/tests/POA/Deactivation , run_test.pl',
      'TAO/tests/POA/Destruction , run_test.pl',
      'TAO/tests/IORManipulation , run_test.pl',
      'TAO/tests/Timeout , run_test.pl',
      'TAO/tests/Timed_Buffered_Oneways , run_test.pl',
      'TAO/tests/IDL_Test , run_test.pl',
      'TAO/tests/ORB_init , run_test.pl',
      'TAO/tests/DSI_Gateway , run_test.pl',
      'TAO/tests/AMI , run_test.pl',
      'TAO/examples/Buffered_Oneways , run_test.pl',
      'TAO/examples/Buffered_AMI , run_test.pl',
      'TAO/examples/POA/Adapter_Activator , run_test.pl',
      'TAO/examples/POA/DSI , run_test.pl',
      'TAO/examples/POA/Default_Servant , run_test.pl',
      'TAO/examples/POA/Explicit_Activation , run_test.pl',
      'TAO/examples/POA/FindPOA , run_test.pl',
      'TAO/examples/POA/Forwarding , run_test.pl',
      'TAO/examples/POA/NewPOA , run_test.pl',
      'TAO/examples/POA/On_Demand_Activation , run_test.pl',
      'TAO/examples/POA/On_Demand_Loading , run_test.pl',
      'TAO/examples/POA/Reference_Counted_Servant , run_test.pl',
      'TAO/examples/POA/Loader , run_test.pl',
      'TAO/examples/POA/RootPOA , run_test.pl',
      'TAO/examples/POA/Adapter_Activator , run_test.pl',
      'TAO/examples/Simple/bank , run_test.pl',
      'TAO/examples/Simple/grid , run_test.pl',
      'TAO/examples/Simple/time-date , run_test.pl',
      'TAO/examples/Simple/time , run_test.pl',
      'TAO/examples/Load_Balancing , run_test.pl',
      'TAO/orbsvcs/tests/Simple_Naming , run_test.pl',
      'TAO/orbsvcs/tests/Trading , run_test.pl',
      'TAO/orbsvcs/tests/Event/Basic , run_test.pl',
      'TAO/orbsvcs/tests/Event/Performance , run_test.pl',
      'TAO/orbsvcs/tests/EC_Basic , run_test.pl',
      'TAO/orbsvcs/tests/EC_Custom_Marshal , run_test.pl',
      'TAO/orbsvcs/tests/EC_Throughput , run_test.pl',
# BREAKS LINUX 'TAO/orbsvcs/tests/EC_Mcast , run_test.pl',
# FAILS 'TAO/orbsvcs/tests/EC_Multiple , run_test.pl',
      'TAO/orbsvcs/tests/Event_Latency , run_test.pl',
      'TAO/examples/Simple/echo , run_test.pl < Echo.idl',
# INTERACTIVE 'TAO/examples/Simple/chat , run_test.pl',
      'TAO/orbsvcs/tests/Property , run_test.pl',
# HANGS'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
# HANGS'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
    );
1;