Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/test/functional/DDR_Test/playlist.xml
6000 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!--
3
Copyright (c) 2018, 2022 IBM Corp. and others
4
5
This program and the accompanying materials are made available under
6
the terms of the Eclipse Public License 2.0 which accompanies this
7
distribution and is available at https://www.eclipse.org/legal/epl-2.0/
8
or the Apache License, Version 2.0 which accompanies this distribution and
9
is available at https://www.apache.org/licenses/LICENSE-2.0.
10
11
This Source Code may also be made available under the following
12
Secondary Licenses when the conditions for such availability set
13
forth in the Eclipse Public License, v. 2.0 are satisfied: GNU
14
General Public License, version 2 with the GNU Classpath
15
Exception [1] and GNU General Public License, version 2 with the
16
OpenJDK Assembly Exception [2].
17
18
[1] https://www.gnu.org/software/classpath/license.html
19
[2] http://openjdk.java.net/legal/assembly-exception.html
20
21
SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
22
-->
23
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TKG/playlist.xsd">
24
<include>ddrSettings.mk</include>
25
<test>
26
<testCaseName>testDDRExt_General</testCaseName>
27
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
28
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
29
-Dtest.list=$(Q)TestDDRExtensionGeneral$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
30
$(TEST_STATUS)</command>
31
<disables>
32
<disable>
33
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
34
<platform>aarch64_mac.*</platform>
35
</disable>
36
</disables>
37
<levels>
38
<level>extended</level>
39
</levels>
40
<groups>
41
<group>functional</group>
42
</groups>
43
<impls>
44
<impl>openj9</impl>
45
<impl>ibm</impl>
46
</impls>
47
</test>
48
<test>
49
<testCaseName>testDDRExt_Class</testCaseName>
50
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
51
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
52
-Dtest.list=$(Q)TestClassExt$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
53
$(TEST_STATUS)</command>
54
<disables>
55
<disable>
56
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
57
<platform>aarch64_mac.*</platform>
58
</disable>
59
</disables>
60
<levels>
61
<level>extended</level>
62
</levels>
63
<groups>
64
<group>functional</group>
65
</groups>
66
<impls>
67
<impl>openj9</impl>
68
<impl>ibm</impl>
69
</impls>
70
</test>
71
<test>
72
<testCaseName>testDDRExt_Callsites</testCaseName>
73
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
74
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
75
-Dtest.list=$(Q)TestCallsites$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
76
$(TEST_STATUS)</command>
77
<disables>
78
<disable>
79
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
80
<platform>aarch64_mac.*</platform>
81
</disable>
82
</disables>
83
<levels>
84
<level>extended</level>
85
</levels>
86
<groups>
87
<group>functional</group>
88
</groups>
89
<impls>
90
<impl>openj9</impl>
91
<impl>ibm</impl>
92
</impls>
93
</test>
94
<test>
95
<testCaseName>testDDRExt_JITExt</testCaseName>
96
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; ant -v -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
97
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
98
-Dtest.list=$(Q)TestJITExt$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -DEXTRADUMPOPT=$(Q)-Xjit:count=0$(Q) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
99
$(TEST_STATUS)</command>
100
<disables>
101
<disable>
102
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
103
<platform>aarch64_mac.*</platform>
104
</disable>
105
</disables>
106
<levels>
107
<level>extended</level>
108
</levels>
109
<groups>
110
<group>functional</group>
111
</groups>
112
<impls>
113
<impl>openj9</impl>
114
<impl>ibm</impl>
115
</impls>
116
</test>
117
<test>
118
<testCaseName>testDDRExt_SharedClasses</testCaseName>
119
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
120
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
121
-Dtest.list=$(Q)TestSharedClassesExt$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
122
$(TEST_STATUS)</command>
123
<disables>
124
<disable>
125
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
126
<platform>aarch64_mac.*</platform>
127
</disable>
128
</disables>
129
<levels>
130
<level>extended</level>
131
</levels>
132
<groups>
133
<group>functional</group>
134
</groups>
135
<impls>
136
<impl>openj9</impl>
137
<impl>ibm</impl>
138
</impls>
139
</test>
140
<test>
141
<testCaseName>testDDRExtJunit_CollisionResilientHashtable</testCaseName>
142
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
143
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
144
-Dtest.list=$(Q)TestCollisionResilientHashtable$(Q) -DEXTRADUMPOPT=$(Q)-XX:stringTableListToTreeThreshold=64$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
145
$(TEST_STATUS)</command>
146
<disables>
147
<disable>
148
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
149
<platform>aarch64_mac.*</platform>
150
</disable>
151
</disables>
152
<levels>
153
<level>extended</level>
154
</levels>
155
<groups>
156
<group>functional</group>
157
</groups>
158
<impls>
159
<impl>openj9</impl>
160
<impl>ibm</impl>
161
</impls>
162
</test>
163
<test>
164
<testCaseName>testDDRExtJunit_StackMap</testCaseName>
165
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DCOREGEN=$(Q)j9vm.test.corehelper.StackMapCoreGenerator$(Q) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
166
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
167
-Dtest.list=$(Q)TestStackMap$(Q) -DEXTRADUMPOPT=$(Q)-Xdump:system:events=throw,filter=*HelperExceptionForCoreGeneration*$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
168
$(TEST_STATUS)</command>
169
<disables>
170
<disable>
171
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
172
<platform>aarch64_mac.*</platform>
173
</disable>
174
</disables>
175
<levels>
176
<level>extended</level>
177
</levels>
178
<groups>
179
<group>functional</group>
180
</groups>
181
<impls>
182
<impl>openj9</impl>
183
<impl>ibm</impl>
184
</impls>
185
</test>
186
<test>
187
<testCaseName>testDDRExtJunit_MonitorsAndDeadlock1</testCaseName>
188
<variations>
189
<variation>Mode101</variation>
190
<variation>Mode601</variation>
191
</variations>
192
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; $(ADD_JVM_LIB_DIR_TO_LIBPATH) ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_LIB_PATH=$(Q)-Djava.library.path=$(TEST_LIB_PATH_VALUE)$(Q) \
193
-DJVM_OPTIONS=$(Q)$(JVM_OPTIONS)$(Q) -DTESTNUM=1 -DCOREGEN=$(Q)j9vm.test.corehelper.DeadlockCoreGenerator$(Q) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
194
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
195
-Dtest.list=$(Q)TestDeadlockCase1$(Q) -DEXTRADUMPOPT=$(Q)-Xdump:system:events=throw,filter=*HelperExceptionForCoreGeneration*,request=exclusive$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
196
$(TEST_STATUS)</command>
197
<disables>
198
<disable>
199
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
200
<platform>aarch64_mac.*</platform>
201
</disable>
202
</disables>
203
<levels>
204
<level>extended</level>
205
</levels>
206
<groups>
207
<group>functional</group>
208
</groups>
209
<types>
210
<type>native</type>
211
</types>
212
<impls>
213
<impl>openj9</impl>
214
<impl>ibm</impl>
215
</impls>
216
</test>
217
<test>
218
<testCaseName>testDDRExtJunit_MonitorsAndDeadlock2</testCaseName>
219
<variations>
220
<variation>Mode101</variation>
221
<variation>Mode601</variation>
222
</variations>
223
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; $(ADD_JVM_LIB_DIR_TO_LIBPATH) ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_LIB_PATH=$(Q)-Djava.library.path=$(TEST_LIB_PATH_VALUE)$(Q) \
224
-DJVM_OPTIONS=$(Q)$(JVM_OPTIONS)$(Q) -DTESTNUM=2 -DCOREGEN=$(Q)j9vm.test.corehelper.DeadlockCoreGenerator$(Q) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
225
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
226
-Dtest.list=$(Q)TestDeadlockCase2$(Q) -DEXTRADUMPOPT=$(Q)-Xdump:system:events=throw,filter=*HelperExceptionForCoreGeneration*,request=exclusive$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
227
$(TEST_STATUS)</command>
228
<disables>
229
<disable>
230
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
231
<platform>aarch64_mac.*</platform>
232
</disable>
233
</disables>
234
<levels>
235
<level>extended</level>
236
</levels>
237
<groups>
238
<group>functional</group>
239
</groups>
240
<types>
241
<type>native</type>
242
</types>
243
<impls>
244
<impl>openj9</impl>
245
<impl>ibm</impl>
246
</impls>
247
</test>
248
<test>
249
<testCaseName>testDDRExtJunit_MonitorsAndDeadlock3</testCaseName>
250
<variations>
251
<variation>Mode101</variation>
252
<variation>Mode601</variation>
253
</variations>
254
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; $(ADD_JVM_LIB_DIR_TO_LIBPATH) ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_LIB_PATH=$(Q)-Djava.library.path=$(TEST_LIB_PATH_VALUE)$(Q) \
255
-DJVM_OPTIONS=$(Q)$(JVM_OPTIONS)$(Q) -DTESTNUM=3 -DCOREGEN=$(Q)j9vm.test.corehelper.DeadlockCoreGenerator$(Q) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
256
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
257
-Dtest.list=$(Q)TestDeadlockCase3$(Q) -DEXTRADUMPOPT=$(Q)-Xdump:system:events=throw,filter=*HelperExceptionForCoreGeneration*,request=exclusive$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
258
$(TEST_STATUS)</command>
259
<disables>
260
<disable>
261
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
262
<platform>aarch64_mac.*</platform>
263
</disable>
264
</disables>
265
<levels>
266
<level>extended</level>
267
</levels>
268
<groups>
269
<group>functional</group>
270
</groups>
271
<types>
272
<type>native</type>
273
</types>
274
<impls>
275
<impl>openj9</impl>
276
<impl>ibm</impl>
277
</impls>
278
</test>
279
<test>
280
<testCaseName>testDDRExtJunit_MonitorsAndDeadlock4</testCaseName>
281
<variations>
282
<variation>Mode101</variation>
283
<variation>Mode601</variation>
284
</variations>
285
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; $(ADD_JVM_LIB_DIR_TO_LIBPATH) ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_LIB_PATH=$(Q)-Djava.library.path=$(TEST_LIB_PATH_VALUE)$(Q) \
286
-DJVM_OPTIONS=$(Q)$(JVM_OPTIONS)$(Q) -DTESTNUM=4 -DCOREGEN=$(Q)j9vm.test.corehelper.DeadlockCoreGenerator$(Q) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
287
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
288
-Dtest.list=$(Q)TestDeadlockCase4$(Q) -DEXTRADUMPOPT=$(Q)-Xdump:system:events=throw,filter=*HelperExceptionForCoreGeneration*,request=exclusive$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
289
$(TEST_STATUS)</command>
290
<disables>
291
<disable>
292
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
293
<platform>aarch64_mac.*</platform>
294
</disable>
295
</disables>
296
<levels>
297
<level>extended</level>
298
</levels>
299
<groups>
300
<group>functional</group>
301
</groups>
302
<types>
303
<type>native</type>
304
</types>
305
<impls>
306
<impl>openj9</impl>
307
<impl>ibm</impl>
308
</impls>
309
</test>
310
<test>
311
<testCaseName>testDDRExtJunit_MonitorsAndDeadlock5</testCaseName>
312
<variations>
313
<variation>Mode101</variation>
314
<variation>Mode601</variation>
315
</variations>
316
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; $(ADD_JVM_LIB_DIR_TO_LIBPATH) ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_LIB_PATH=$(Q)-Djava.library.path=$(TEST_LIB_PATH_VALUE)$(Q) \
317
-DJVM_OPTIONS=$(Q)$(JVM_OPTIONS)$(Q) -DTESTNUM=5 -DCOREGEN=$(Q)j9vm.test.corehelper.DeadlockCoreGenerator$(Q) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
318
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
319
-Dtest.list=$(Q)TestDeadlockCase5$(Q) -DEXTRADUMPOPT=$(Q)-Xdump:system:events=throw,filter=*HelperExceptionForCoreGeneration*,request=exclusive$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
320
$(TEST_STATUS)</command>
321
<disables>
322
<disable>
323
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
324
<platform>aarch64_mac.*</platform>
325
</disable>
326
</disables>
327
<levels>
328
<level>extended</level>
329
</levels>
330
<groups>
331
<group>functional</group>
332
</groups>
333
<types>
334
<type>native</type>
335
</types>
336
<impls>
337
<impl>openj9</impl>
338
<impl>ibm</impl>
339
</impls>
340
</test>
341
<test>
342
<testCaseName>testDDRExtJunit_MonitorsAndDeadlock6</testCaseName>
343
<variations>
344
<variation>Mode101</variation>
345
<variation>Mode601</variation>
346
</variations>
347
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; $(ADD_JVM_LIB_DIR_TO_LIBPATH) ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_LIB_PATH=$(Q)-Djava.library.path=$(TEST_LIB_PATH_VALUE)$(Q) \
348
-DJVM_OPTIONS=$(Q)$(JVM_OPTIONS)$(Q) -DTESTNUM=6 -DCOREGEN=$(Q)j9vm.test.corehelper.DeadlockCoreGenerator$(Q) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
349
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
350
-Dtest.list=$(Q)TestDeadlockCase6$(Q) -DEXTRADUMPOPT=$(Q)-Xdump:system:events=throw,filter=*HelperExceptionForCoreGeneration*,request=exclusive$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
351
$(TEST_STATUS)</command>
352
<disables>
353
<disable>
354
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
355
<platform>aarch64_mac.*</platform>
356
</disable>
357
</disables>
358
<levels>
359
<level>extended</level>
360
</levels>
361
<groups>
362
<group>functional</group>
363
</groups>
364
<types>
365
<type>native</type>
366
</types>
367
<impls>
368
<impl>openj9</impl>
369
<impl>ibm</impl>
370
</impls>
371
</test>
372
<test>
373
<testCaseName>testDDRExtJunit_FindExtThread</testCaseName>
374
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DCOREGEN=$(Q)j9vm.test.corehelper.FindExtCoreGenerator$(Q) -DTEST_ROOT=${TEST_ROOT} -DTEST_JDK_HOME=${TEST_JDK_HOME} -DJDK_VERSION=${JDK_VERSION} \
375
-DTEST_RESROOT=$(TEST_RESROOT) -DRESOURCES_DIR=${RESOURCES_DIR} -DREPORTDIR=${REPORTDIR} -DOS=${OS} -DBITS=$(BITS) -DLIB_DIR=${LIB_DIR} \
376
-Dtest.list=$(Q)TestFindExt$(Q) -DADDITIONALEXPORTS=$(ADDEXPORTS_JDKASM_UNNAMED) -f $(Q)$(REPORTDIR)$(D)tck_ddrext.xml$(Q); \
377
$(TEST_STATUS)</command>
378
<disables>
379
<disable>
380
<comment>https://github.com/eclipse-openj9/openj9/issues/14387</comment>
381
<platform>aarch64_mac.*</platform>
382
</disable>
383
</disables>
384
<levels>
385
<level>extended</level>
386
</levels>
387
<groups>
388
<group>functional</group>
389
</groups>
390
<impls>
391
<impl>openj9</impl>
392
<impl>ibm</impl>
393
</impls>
394
</test>
395
</playlist>
396
397