Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/test/functional/Java16andUp/playlist.xml
6000 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!--
3
Copyright (c) 2021, 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="../../TestConfig/playlist.xsd">
24
<test>
25
<testCaseName>Jep397Tests</testCaseName>
26
<disables>
27
<disable>
28
<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>
29
<impl>hotspot</impl>
30
</disable>
31
</disables>
32
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \
33
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \
34
org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng.xml$(Q) -testnames Jep397Tests \
35
-groups $(TEST_GROUP) \
36
-excludegroups $(DEFAULT_EXCLUDE); \
37
$(TEST_STATUS)
38
</command>
39
<levels>
40
<level>sanity</level>
41
</levels>
42
<groups>
43
<group>functional</group>
44
</groups>
45
<versions>
46
<version>16+</version>
47
</versions>
48
</test>
49
50
<test>
51
<testCaseName>Jep397Tests_testSubClassOfSealedSuperFromDifferentModule</testCaseName>
52
<disables>
53
<disable>
54
<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>
55
<impl>hotspot</impl>
56
</disable>
57
</disables>
58
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \
59
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \
60
-cp $(Q)$(TEST_RESROOT)$(D)module_bin$(D)org.openj9test.modularity.moduleX$(Q) \
61
-cp $(Q)$(TEST_RESROOT)$(D)module_bin$(D)org.openj9test.modularity.moduleY$(Q) \
62
--module-path $(Q)$(TEST_RESROOT)$(D)module_bin$(Q) \
63
--add-modules org.openj9test.modularity.moduleX,org.openj9test.modularity.moduleY \
64
--add-exports org.openj9test.modularity.moduleX/org.openj9.test.modularity.pkgA=ALL-UNNAMED \
65
--add-exports org.openj9test.modularity.moduleY/org.openj9.test.modularity.pkgB=ALL-UNNAMED \
66
--add-reads org.openj9test.modularity.moduleX=ALL-UNNAMED \
67
--add-reads org.openj9test.modularity.moduleY=ALL-UNNAMED \
68
org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testSubClassOfSealedSuperFromDifferentModule.xml$(Q) -testnames Jep397Tests_testSubClassOfSealedSuperFromDifferentModule \
69
-groups $(TEST_GROUP) \
70
-excludegroups $(DEFAULT_EXCLUDE); \
71
$(TEST_STATUS)
72
</command>
73
<levels>
74
<level>sanity</level>
75
</levels>
76
<groups>
77
<group>functional</group>
78
</groups>
79
<versions>
80
<version>16+</version>
81
</versions>
82
</test>
83
84
<test>
85
<testCaseName>Jep397Tests_testSubClassOfSealedSuperFromDifferentPackageInSameUnamedModule</testCaseName>
86
<disables>
87
<disable>
88
<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>
89
<impl>hotspot</impl>
90
</disable>
91
</disables>
92
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \
93
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \
94
org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testSubClassOfSealedSuperFromDifferentPackageInSameUnamedModule.xml$(Q) -testnames Jep397Tests_testSubClassOfSealedSuperFromDifferentPackageInSameUnamedModule \
95
-groups $(TEST_GROUP) \
96
-excludegroups $(DEFAULT_EXCLUDE); \
97
$(TEST_STATUS)
98
</command>
99
<levels>
100
<level>sanity</level>
101
</levels>
102
<groups>
103
<group>functional</group>
104
</groups>
105
<versions>
106
<version>16+</version>
107
</versions>
108
</test>
109
110
<test>
111
<testCaseName>Jep397Tests_testSubClassOfSealedSuperFromDifferentPackageInSameNamedModule</testCaseName>
112
<disables>
113
<disable>
114
<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>
115
<impl>hotspot</impl>
116
</disable>
117
</disables>
118
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \
119
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \
120
-cp $(Q)$(TEST_RESROOT)$(D)module_bin$(D)org.openj9test.modularity.moduleX$(Q) \
121
--module-path $(Q)$(TEST_RESROOT)$(D)module_bin$(Q) \
122
--add-modules org.openj9test.modularity.moduleX \
123
--add-exports org.openj9test.modularity.moduleX/org.openj9.test.modularity.pkgA=ALL-UNNAMED \
124
--add-exports org.openj9test.modularity.moduleX/org.openj9.test.modularity.pkgD=ALL-UNNAMED \
125
--add-reads org.openj9test.modularity.moduleX=ALL-UNNAMED \
126
org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testSubClassOfSealedSuperFromDifferentPackageInSameNamedModule.xml$(Q) -testnames Jep397Tests_testSubClassOfSealedSuperFromDifferentPackageInSameNamedModule \
127
-groups $(TEST_GROUP) \
128
-excludegroups $(DEFAULT_EXCLUDE); \
129
$(TEST_STATUS)
130
</command>
131
<levels>
132
<level>sanity</level>
133
</levels>
134
<groups>
135
<group>functional</group>
136
</groups>
137
<versions>
138
<version>16+</version>
139
</versions>
140
</test>
141
142
<test>
143
<testCaseName>CloseScope0Tests</testCaseName>
144
<disables>
145
<disable>
146
<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>
147
<impl>hotspot</impl>
148
</disable>
149
</disables>
150
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \
151
--add-opens jdk.incubator.foreign/jdk.internal.foreign=ALL-UNNAMED \
152
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED \
153
--add-opens java.base/java.lang=ALL-UNNAMED \
154
--add-modules jdk.incubator.foreign \
155
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \
156
org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng.xml$(Q) \
157
-testnames CloseScope0Tests \
158
-groups $(TEST_GROUP) \
159
-excludegroups $(DEFAULT_EXCLUDE); \
160
$(TEST_STATUS)
161
</command>
162
<levels>
163
<level>sanity</level>
164
</levels>
165
<groups>
166
<group>functional</group>
167
</groups>
168
<versions>
169
<version>16+</version>
170
</versions>
171
</test>
172
173
<test>
174
<testCaseName>Jep389Tests_testClinkerFfi_DownCall</testCaseName>
175
<disables>
176
<disable>
177
<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>
178
<impl>hotspot</impl>
179
</disable>
180
</disables>
181
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \
182
--add-modules jdk.incubator.foreign \
183
-Dforeign.restricted=permit \
184
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \
185
org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng_160.xml$(Q) -testnames Jep389Tests_testClinkerFfi_DownCall \
186
-groups $(TEST_GROUP) \
187
-excludegroups $(DEFAULT_EXCLUDE); \
188
$(TEST_STATUS)
189
</command>
190
<platformRequirements>bits.64,^arch.riscv,^os.zos,^os.sunos,^arch.arm,^os.osx</platformRequirements>
191
<levels>
192
<level>sanity</level>
193
</levels>
194
<groups>
195
<group>functional</group>
196
</groups>
197
<impls>
198
<impl>openj9</impl>
199
</impls>
200
<versions>
201
<version>16</version>
202
</versions>
203
</test>
204
205
<test>
206
<testCaseName>Jep389Tests_testClinkerFfi_VaList</testCaseName>
207
<disables>
208
<disable>
209
<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>
210
<impl>hotspot</impl>
211
</disable>
212
</disables>
213
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \
214
--add-modules jdk.incubator.foreign \
215
-Dforeign.restricted=permit \
216
-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \
217
org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng_160.xml$(Q) -testnames Jep389Tests_testClinkerFfi_VaList \
218
-groups $(TEST_GROUP) \
219
-excludegroups $(DEFAULT_EXCLUDE); \
220
$(TEST_STATUS)
221
</command>
222
<platformRequirements>bits.64,^arch.ppc,^arch.390,^arch.riscv,^os.zos,^os.sunos,^arch.arm,^os.osx</platformRequirements>
223
<levels>
224
<level>sanity</level>
225
</levels>
226
<groups>
227
<group>functional</group>
228
</groups>
229
<impls>
230
<impl>openj9</impl>
231
</impls>
232
<versions>
233
<version>16</version>
234
</versions>
235
</test>
236
</playlist>
237
238