Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/test/functional/NativeTest/playlist.xml
6000 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!--
3
Copyright (c) 2016, 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>nativeTestSettings.mk</include>
25
<test>
26
<testCaseName>algotest2</testCaseName>
27
<variations>
28
<variation>NoOptions</variation>
29
</variations>
30
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
31
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)algotest$(SQ) -avltest:$(TEST_RESROOT)$(D)..$(D)algotest$(D)avltest.lst -Xcheck:memory:ignoreUnfreedCallsite=zip/:dbgwrapper:unknown:wrapper; \
32
$(TEST_STATUS)</command>
33
<levels>
34
<level>sanity</level>
35
</levels>
36
<groups>
37
<group>functional</group>
38
</groups>
39
<types>
40
<type>native</type>
41
</types>
42
<impls>
43
<impl>openj9</impl>
44
<impl>ibm</impl>
45
</impls>
46
</test>
47
<test>
48
<testCaseName>ctest</testCaseName>
49
<variations>
50
<variation>NoOptions</variation>
51
</variations>
52
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
53
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)ctest$(SQ) ; \
54
$(TEST_STATUS)</command>
55
<levels>
56
<level>sanity</level>
57
</levels>
58
<groups>
59
<group>functional</group>
60
</groups>
61
<types>
62
<type>native</type>
63
</types>
64
<impls>
65
<impl>openj9</impl>
66
<impl>ibm</impl>
67
</impls>
68
</test>
69
<test>
70
<testCaseName>jniargtests</testCaseName>
71
<variations>
72
<variation>-Xint</variation>
73
<variation>-Xjit:count=0</variation>
74
<variation>-Xjit:count=1,disableAsyncCompilation</variation>
75
</variations>
76
<command>
77
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
78
$(JAVA_COMMAND) $(JVM_OPTIONS) \
79
-cp $(Q)$(TEST_RESROOT)$(D)jniargtests$(D)jniargtests.jar$(Q) JniArgTests jniargtests; \
80
$(TEST_STATUS)</command>
81
<levels>
82
<level>sanity</level>
83
</levels>
84
<groups>
85
<group>functional</group>
86
</groups>
87
<types>
88
<type>native</type>
89
</types>
90
<impls>
91
<impl>openj9</impl>
92
<impl>ibm</impl>
93
</impls>
94
</test>
95
<test>
96
<testCaseName>jniargtestssystemlink</testCaseName>
97
<variations>
98
<variation>-Xint</variation>
99
<variation>-Xjit:count=0</variation>
100
<variation>-Xjit:count=1,disableAsyncCompilation</variation>
101
</variations>
102
<platformRequirements>os.zos,bits.31</platformRequirements>
103
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
104
$(JAVA_COMMAND) $(JVM_OPTIONS) \
105
-cp $(Q)$(TEST_RESROOT)$(D)jniargtests$(D)jniargtests.jar$(Q) JniArgTests jniargtestssystemlink; \
106
$(TEST_STATUS)
107
</command>
108
<levels>
109
<level>sanity</level>
110
</levels>
111
<groups>
112
<group>functional</group>
113
</groups>
114
<types>
115
<type>native</type>
116
</types>
117
<impls>
118
<impl>openj9</impl>
119
<impl>ibm</impl>
120
</impls>
121
</test>
122
<test>
123
<testCaseName>vmtest</testCaseName>
124
<variations>
125
<variation>NoOptions</variation>
126
</variations>
127
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
128
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)vmtest$(SQ) ; \
129
$(TEST_STATUS)</command>
130
<levels>
131
<level>sanity</level>
132
</levels>
133
<groups>
134
<group>functional</group>
135
</groups>
136
<types>
137
<type>native</type>
138
</types>
139
<impls>
140
<impl>openj9</impl>
141
<impl>ibm</impl>
142
</impls>
143
</test>
144
<test>
145
<testCaseName>jsigjnitest</testCaseName>
146
<disables>
147
<disable>
148
<comment>https://github.com/eclipse-openj9/openj9/issues/3212</comment>
149
<platform>.*windows.*</platform>
150
</disable>
151
</disables>
152
<variations>
153
<variation>Mode110</variation>
154
<variation>Mode610</variation>
155
</variations>
156
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
157
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)jsigjnitest$(SQ) \
158
$(SQ)$(J9VM_PATH)$(SQ) $(JVM_OPTIONS) ; \
159
$(TEST_STATUS)</command>
160
<levels>
161
<level>sanity</level>
162
</levels>
163
<groups>
164
<group>functional</group>
165
</groups>
166
<types>
167
<type>native</type>
168
</types>
169
<impls>
170
<impl>openj9</impl>
171
<impl>ibm</impl>
172
</impls>
173
</test>
174
<test>
175
<testCaseName>gc_rwlocktest</testCaseName>
176
<variations>
177
<variation>NoOptions</variation>
178
</variations>
179
<command>chmod u+x $(JAVA_SHARED_LIBRARIES_DIR)$(D)gc_rwlocktest; \
180
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
181
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)gc_rwlocktest$(SQ) -verbose; \
182
$(TEST_STATUS)</command>
183
<platformRequirements>^os.win</platformRequirements>
184
<levels>
185
<level>sanity</level>
186
</levels>
187
<groups>
188
<group>functional</group>
189
</groups>
190
<types>
191
<type>native</type>
192
</types>
193
<impls>
194
<impl>openj9</impl>
195
<impl>ibm</impl>
196
</impls>
197
</test>
198
<test>
199
<testCaseName>gc_rwlocktest_win</testCaseName>
200
<variations>
201
<variation>NoOptions</variation>
202
</variations>
203
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
204
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)gc_rwlocktest$(SQ) -verbose; \
205
$(TEST_STATUS)</command>
206
<platformRequirements>os.win</platformRequirements>
207
<levels>
208
<level>sanity</level>
209
</levels>
210
<groups>
211
<group>functional</group>
212
</groups>
213
<types>
214
<type>native</type>
215
</types>
216
<impls>
217
<impl>openj9</impl>
218
<impl>ibm</impl>
219
</impls>
220
</test>
221
<test>
222
<testCaseName>shrtest_linux</testCaseName>
223
<variations>
224
<variation>Mode110</variation>
225
<variation>Mode610</variation>
226
</variations>
227
<command>perl $(JVM_TEST_ROOT)$(D)TestConfig$(D)scripts$(D)tools$(D)sysvcleanup.pl all ; \
228
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
229
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)shrtest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)$(SQ) $(SQ)-Xbootclasspath/a:$(Q)dummy1$(P)dummy2$(P)dummy3$(Q)$(SQ) ; \
230
$(TEST_STATUS)
231
</command>
232
<platformRequirements>os.linux</platformRequirements>
233
<levels>
234
<level>sanity</level>
235
</levels>
236
<groups>
237
<group>functional</group>
238
</groups>
239
<types>
240
<type>native</type>
241
</types>
242
<impls>
243
<impl>openj9</impl>
244
<impl>ibm</impl>
245
</impls>
246
<versions>
247
<version>9</version>
248
<version>11+</version>
249
</versions>
250
<features>
251
<feature>AOT:explicit</feature>
252
</features>
253
</test>
254
<test>
255
<testCaseName>shrtest_zos</testCaseName>
256
<variations>
257
<variation>Mode110</variation>
258
<variation>Mode610</variation>
259
</variations>
260
<command>perl $(JVM_TEST_ROOT)$(D)TestConfig$(D)scripts$(D)tools$(D)sysvcleanup.pl all zos ; \
261
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
262
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)shrtest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)$(SQ) $(SQ)-Xbootclasspath/a:$(Q)dummy1$(P)dummy2$(P)dummy3$(Q)$(SQ) ; \
263
$(TEST_STATUS)
264
</command>
265
<platformRequirements>os.zos</platformRequirements>
266
<levels>
267
<level>sanity</level>
268
</levels>
269
<groups>
270
<group>functional</group>
271
</groups>
272
<types>
273
<type>native</type>
274
</types>
275
<impls>
276
<impl>openj9</impl>
277
<impl>ibm</impl>
278
</impls>
279
<versions>
280
<version>9</version>
281
<version>11+</version>
282
</versions>
283
<features>
284
<feature>AOT:explicit</feature>
285
</features>
286
</test>
287
<test>
288
<testCaseName>shrtest_aix</testCaseName>
289
<variations>
290
<variation>Mode110</variation>
291
<variation>Mode610</variation>
292
</variations>
293
<command>perl $(JVM_TEST_ROOT)$(D)TestConfig$(D)scripts$(D)tools$(D)sysvcleanup.pl all aix ; \
294
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
295
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)shrtest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)$(SQ) $(SQ)-Xbootclasspath/a:$(Q)dummy1$(P)dummy2$(P)dummy3$(Q)$(SQ) ; \
296
$(TEST_STATUS)
297
</command>
298
<platformRequirements>os.aix</platformRequirements>
299
<levels>
300
<level>sanity</level>
301
</levels>
302
<groups>
303
<group>functional</group>
304
</groups>
305
<types>
306
<type>native</type>
307
</types>
308
<impls>
309
<impl>openj9</impl>
310
<impl>ibm</impl>
311
</impls>
312
<versions>
313
<version>9</version>
314
<version>11+</version>
315
</versions>
316
<features>
317
<feature>AOT:explicit</feature>
318
</features>
319
</test>
320
<test>
321
<testCaseName>shrtest_win</testCaseName>
322
<variations>
323
<variation>Mode110</variation>
324
<variation>Mode610</variation>
325
</variations>
326
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
327
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)shrtest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)$(SQ) $(SQ)-Xbootclasspath/a:$(Q)dummy1$(P)dummy2$(P)dummy3$(Q)$(SQ) ; \
328
$(TEST_STATUS)
329
</command>
330
<platformRequirements>os.win</platformRequirements>
331
<levels>
332
<level>sanity</level>
333
</levels>
334
<groups>
335
<group>functional</group>
336
</groups>
337
<types>
338
<type>native</type>
339
</types>
340
<impls>
341
<impl>openj9</impl>
342
<impl>ibm</impl>
343
</impls>
344
<versions>
345
<version>9</version>
346
<version>11+</version>
347
</versions>
348
<features>
349
<feature>AOT:explicit</feature>
350
</features>
351
</test>
352
<test>
353
<testCaseName>shrtest_linux_SE80</testCaseName>
354
<variations>
355
<variation>Mode110</variation>
356
<variation>Mode610</variation>
357
</variations>
358
<command>perl $(JVM_TEST_ROOT)$(D)TestConfig$(D)scripts$(D)tools$(D)sysvcleanup.pl all ; \
359
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
360
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)shrtest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)jre$(D)$(SQ) ; \
361
$(TEST_STATUS)
362
</command>
363
<platformRequirements>os.linux</platformRequirements>
364
<levels>
365
<level>sanity</level>
366
</levels>
367
<groups>
368
<group>functional</group>
369
</groups>
370
<types>
371
<type>native</type>
372
</types>
373
<impls>
374
<impl>openj9</impl>
375
<impl>ibm</impl>
376
</impls>
377
<versions>
378
<version>8</version>
379
</versions>
380
<features>
381
<feature>AOT:explicit</feature>
382
</features>
383
</test>
384
<test>
385
<testCaseName>shrtest_zos_SE80</testCaseName>
386
<variations>
387
<variation>Mode110</variation>
388
<variation>Mode610</variation>
389
</variations>
390
<command>perl $(JVM_TEST_ROOT)$(D)TestConfig$(D)scripts$(D)tools$(D)sysvcleanup.pl all zos ; \
391
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
392
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)shrtest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)jre$(D)$(SQ) ; \
393
$(TEST_STATUS)
394
</command>
395
<platformRequirements>os.zos</platformRequirements>
396
<levels>
397
<level>sanity</level>
398
</levels>
399
<groups>
400
<group>functional</group>
401
</groups>
402
<types>
403
<type>native</type>
404
</types>
405
<impls>
406
<impl>openj9</impl>
407
<impl>ibm</impl>
408
</impls>
409
<versions>
410
<version>8</version>
411
</versions>
412
<features>
413
<feature>AOT:explicit</feature>
414
</features>
415
</test>
416
<test>
417
<testCaseName>shrtest_aix_SE80</testCaseName>
418
<disables>
419
<disable>
420
<comment>runtimes/infrastructure/issues/5965</comment>
421
<impl>ibm</impl>
422
</disable>
423
</disables>
424
<variations>
425
<variation>Mode110</variation>
426
<variation>Mode610</variation>
427
</variations>
428
<command>perl $(JVM_TEST_ROOT)$(D)TestConfig$(D)scripts$(D)tools$(D)sysvcleanup.pl all aix ; \
429
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
430
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)shrtest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)jre$(D)$(SQ) ; \
431
$(TEST_STATUS)
432
</command>
433
<platformRequirements>os.aix</platformRequirements>
434
<levels>
435
<level>sanity</level>
436
</levels>
437
<groups>
438
<group>functional</group>
439
</groups>
440
<types>
441
<type>native</type>
442
</types>
443
<impls>
444
<impl>openj9</impl>
445
<impl>ibm</impl>
446
</impls>
447
<versions>
448
<version>8</version>
449
</versions>
450
<features>
451
<feature>AOT:explicit</feature>
452
</features>
453
</test>
454
<test>
455
<testCaseName>shrtest_win_SE80</testCaseName>
456
<variations>
457
<variation>Mode110</variation>
458
<variation>Mode610</variation>
459
</variations>
460
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
461
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)shrtest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)jre$(D)$(SQ) ; \
462
$(TEST_STATUS)
463
</command>
464
<platformRequirements>os.win</platformRequirements>
465
<levels>
466
<level>sanity</level>
467
</levels>
468
<groups>
469
<group>functional</group>
470
</groups>
471
<types>
472
<type>native</type>
473
</types>
474
<impls>
475
<impl>openj9</impl>
476
<impl>ibm</impl>
477
</impls>
478
<versions>
479
<version>8</version>
480
</versions>
481
<features>
482
<feature>AOT:explicit</feature>
483
</features>
484
</test>
485
<test>
486
<testCaseName>thrstatetest</testCaseName>
487
<variations>
488
<variation>Mode110</variation>
489
<variation>Mode610</variation>
490
</variations>
491
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
492
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)thrstatetest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)jre$(D)$(SQ) -Dcom.ibm.tools.attach.enable=no -Dibm.java9.forceCommonCleanerShutdown=true ; \
493
$(TEST_STATUS)
494
</command>
495
<levels>
496
<level>sanity</level>
497
</levels>
498
<groups>
499
<group>functional</group>
500
</groups>
501
<types>
502
<type>native</type>
503
</types>
504
<versions>
505
<version>8</version>
506
</versions>
507
<impls>
508
<impl>openj9</impl>
509
<impl>ibm</impl>
510
</impls>
511
</test>
512
<test>
513
<testCaseName>thrstatetest</testCaseName>
514
<variations>
515
<variation>Mode110</variation>
516
<variation>Mode610</variation>
517
</variations>
518
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
519
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)thrstatetest$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)$(SQ) -Dcom.ibm.tools.attach.enable=no -Dibm.java9.forceCommonCleanerShutdown=true ; \
520
$(TEST_STATUS)
521
</command>
522
<levels>
523
<level>sanity</level>
524
</levels>
525
<groups>
526
<group>functional</group>
527
</groups>
528
<types>
529
<type>native</type>
530
</types>
531
<versions>
532
<version>9</version>
533
<version>11+</version>
534
</versions>
535
<impls>
536
<impl>openj9</impl>
537
<impl>ibm</impl>
538
</impls>
539
</test>
540
<test>
541
<testCaseName>vmLifecyleTests</testCaseName>
542
<disables>
543
<disable>
544
<comment>https://github.com/eclipse-openj9/openj9/issues/3561</comment>
545
</disable>
546
</disables>
547
<variations>
548
<variation>Mode110</variation>
549
<variation>Mode610</variation>
550
<variation>Mode301</variation>
551
<variation>Mode351</variation>
552
<variation>Mode501</variation>
553
<variation>Mode551</variation>
554
</variations>
555
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
556
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)vmLifecyleTests$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)jre$(D)$(SQ) -Dibm.java9.forceCommonCleanerShutdown=true ; \
557
$(TEST_STATUS)</command>
558
<levels>
559
<level>extended</level>
560
</levels>
561
<groups>
562
<group>functional</group>
563
</groups>
564
<types>
565
<type>native</type>
566
</types>
567
<impls>
568
<impl>openj9</impl>
569
<impl>ibm</impl>
570
</impls>
571
<versions>
572
<version>8</version>
573
</versions>
574
</test>
575
<test>
576
<testCaseName>vmLifecyleTests</testCaseName>
577
<disables>
578
<disable>
579
<comment>https://github.com/eclipse-openj9/openj9/issues/3561</comment>
580
</disable>
581
</disables>
582
<variations>
583
<variation>Mode110</variation>
584
<variation>Mode610</variation>
585
<variation>Mode301</variation>
586
<variation>Mode351</variation>
587
<variation>Mode501</variation>
588
<variation>Mode551</variation>
589
</variations>
590
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
591
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)vmLifecyleTests$(SQ) $(JVM_OPTIONS) -Djava.home=$(SQ)$(TEST_JDK_HOME)$(D)$(SQ) -Dibm.java9.forceCommonCleanerShutdown=true ; \
592
$(TEST_STATUS)</command>
593
<levels>
594
<level>extended</level>
595
</levels>
596
<groups>
597
<group>functional</group>
598
</groups>
599
<types>
600
<type>native</type>
601
</types>
602
<versions>
603
<version>9</version>
604
<version>11+</version>
605
</versions>
606
</test>
607
<test>
608
<testCaseName>TestInvtest</testCaseName>
609
<command>cp -R $(TEST_JDK_HOME)/ $(REPORTDIR_NQ)/testJava; \
610
$(TEST_JAVA)/bin/java -version; \
611
extattr +a $(REPORTDIR_NQ)/testJava$(LIBJ9IFA29); \
612
export LIBPATH=$(Q)$(PATH_TO_LIB):$(LIBPATH)$(Q); \
613
$(JAVA_SHARED_LIBRARIES_DIR)/invtest -Djava.home=$(TEST_JAVA)/ -Dibm.java9.forceCommonCleanerShutdown=true; \
614
$(TEST_STATUS); \
615
rm -rf $(REPORTDIR_NQ)/testJava</command>
616
<platformRequirements>os.zos</platformRequirements>
617
<levels>
618
<level>sanity</level>
619
</levels>
620
<groups>
621
<group>functional</group>
622
</groups>
623
<types>
624
<type>native</type>
625
</types>
626
<impls>
627
<impl>openj9</impl>
628
<impl>ibm</impl>
629
</impls>
630
<versions>
631
<version>8+</version>
632
</versions>
633
</test>
634
</playlist>
635
636