Path: blob/master/test/functional/Java16andUp/playlist.xml
6000 views
<?xml version='1.0' encoding='UTF-8'?>1<!--2Copyright (c) 2021, 2022 IBM Corp. and others34This program and the accompanying materials are made available under5the terms of the Eclipse Public License 2.0 which accompanies this6distribution and is available at https://www.eclipse.org/legal/epl-2.0/7or the Apache License, Version 2.0 which accompanies this distribution and8is available at https://www.apache.org/licenses/LICENSE-2.0.910This Source Code may also be made available under the following11Secondary Licenses when the conditions for such availability set12forth in the Eclipse Public License, v. 2.0 are satisfied: GNU13General Public License, version 2 with the GNU Classpath14Exception [1] and GNU General Public License, version 2 with the15OpenJDK Assembly Exception [2].1617[1] https://www.gnu.org/software/classpath/license.html18[2] http://openjdk.java.net/legal/assembly-exception.html1920SPDX-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-exception21-->22<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TestConfig/playlist.xsd">23<test>24<testCaseName>Jep397Tests</testCaseName>25<disables>26<disable>27<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>28<impl>hotspot</impl>29</disable>30</disables>31<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \32-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \33org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng.xml$(Q) -testnames Jep397Tests \34-groups $(TEST_GROUP) \35-excludegroups $(DEFAULT_EXCLUDE); \36$(TEST_STATUS)37</command>38<levels>39<level>sanity</level>40</levels>41<groups>42<group>functional</group>43</groups>44<versions>45<version>16+</version>46</versions>47</test>4849<test>50<testCaseName>Jep397Tests_testSubClassOfSealedSuperFromDifferentModule</testCaseName>51<disables>52<disable>53<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>54<impl>hotspot</impl>55</disable>56</disables>57<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \58-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \59-cp $(Q)$(TEST_RESROOT)$(D)module_bin$(D)org.openj9test.modularity.moduleX$(Q) \60-cp $(Q)$(TEST_RESROOT)$(D)module_bin$(D)org.openj9test.modularity.moduleY$(Q) \61--module-path $(Q)$(TEST_RESROOT)$(D)module_bin$(Q) \62--add-modules org.openj9test.modularity.moduleX,org.openj9test.modularity.moduleY \63--add-exports org.openj9test.modularity.moduleX/org.openj9.test.modularity.pkgA=ALL-UNNAMED \64--add-exports org.openj9test.modularity.moduleY/org.openj9.test.modularity.pkgB=ALL-UNNAMED \65--add-reads org.openj9test.modularity.moduleX=ALL-UNNAMED \66--add-reads org.openj9test.modularity.moduleY=ALL-UNNAMED \67org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testSubClassOfSealedSuperFromDifferentModule.xml$(Q) -testnames Jep397Tests_testSubClassOfSealedSuperFromDifferentModule \68-groups $(TEST_GROUP) \69-excludegroups $(DEFAULT_EXCLUDE); \70$(TEST_STATUS)71</command>72<levels>73<level>sanity</level>74</levels>75<groups>76<group>functional</group>77</groups>78<versions>79<version>16+</version>80</versions>81</test>8283<test>84<testCaseName>Jep397Tests_testSubClassOfSealedSuperFromDifferentPackageInSameUnamedModule</testCaseName>85<disables>86<disable>87<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>88<impl>hotspot</impl>89</disable>90</disables>91<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \92-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \93org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testSubClassOfSealedSuperFromDifferentPackageInSameUnamedModule.xml$(Q) -testnames Jep397Tests_testSubClassOfSealedSuperFromDifferentPackageInSameUnamedModule \94-groups $(TEST_GROUP) \95-excludegroups $(DEFAULT_EXCLUDE); \96$(TEST_STATUS)97</command>98<levels>99<level>sanity</level>100</levels>101<groups>102<group>functional</group>103</groups>104<versions>105<version>16+</version>106</versions>107</test>108109<test>110<testCaseName>Jep397Tests_testSubClassOfSealedSuperFromDifferentPackageInSameNamedModule</testCaseName>111<disables>112<disable>113<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>114<impl>hotspot</impl>115</disable>116</disables>117<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \118-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \119-cp $(Q)$(TEST_RESROOT)$(D)module_bin$(D)org.openj9test.modularity.moduleX$(Q) \120--module-path $(Q)$(TEST_RESROOT)$(D)module_bin$(Q) \121--add-modules org.openj9test.modularity.moduleX \122--add-exports org.openj9test.modularity.moduleX/org.openj9.test.modularity.pkgA=ALL-UNNAMED \123--add-exports org.openj9test.modularity.moduleX/org.openj9.test.modularity.pkgD=ALL-UNNAMED \124--add-reads org.openj9test.modularity.moduleX=ALL-UNNAMED \125org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testSubClassOfSealedSuperFromDifferentPackageInSameNamedModule.xml$(Q) -testnames Jep397Tests_testSubClassOfSealedSuperFromDifferentPackageInSameNamedModule \126-groups $(TEST_GROUP) \127-excludegroups $(DEFAULT_EXCLUDE); \128$(TEST_STATUS)129</command>130<levels>131<level>sanity</level>132</levels>133<groups>134<group>functional</group>135</groups>136<versions>137<version>16+</version>138</versions>139</test>140141<test>142<testCaseName>CloseScope0Tests</testCaseName>143<disables>144<disable>145<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>146<impl>hotspot</impl>147</disable>148</disables>149<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \150--add-opens jdk.incubator.foreign/jdk.internal.foreign=ALL-UNNAMED \151--add-opens java.base/jdk.internal.misc=ALL-UNNAMED \152--add-opens java.base/java.lang=ALL-UNNAMED \153--add-modules jdk.incubator.foreign \154-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \155org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng.xml$(Q) \156-testnames CloseScope0Tests \157-groups $(TEST_GROUP) \158-excludegroups $(DEFAULT_EXCLUDE); \159$(TEST_STATUS)160</command>161<levels>162<level>sanity</level>163</levels>164<groups>165<group>functional</group>166</groups>167<versions>168<version>16+</version>169</versions>170</test>171172<test>173<testCaseName>Jep389Tests_testClinkerFfi_DownCall</testCaseName>174<disables>175<disable>176<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>177<impl>hotspot</impl>178</disable>179</disables>180<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \181--add-modules jdk.incubator.foreign \182-Dforeign.restricted=permit \183-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \184org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng_160.xml$(Q) -testnames Jep389Tests_testClinkerFfi_DownCall \185-groups $(TEST_GROUP) \186-excludegroups $(DEFAULT_EXCLUDE); \187$(TEST_STATUS)188</command>189<platformRequirements>bits.64,^arch.riscv,^os.zos,^os.sunos,^arch.arm,^os.osx</platformRequirements>190<levels>191<level>sanity</level>192</levels>193<groups>194<group>functional</group>195</groups>196<impls>197<impl>openj9</impl>198</impls>199<versions>200<version>16</version>201</versions>202</test>203204<test>205<testCaseName>Jep389Tests_testClinkerFfi_VaList</testCaseName>206<disables>207<disable>208<comment>https://github.com/eclipse-openj9/openj9/issues/14028#issuecomment-988225623</comment>209<impl>hotspot</impl>210</disable>211</disables>212<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \213--add-modules jdk.incubator.foreign \214-Dforeign.restricted=permit \215-cp $(Q)$(LIB_DIR)$(D)asm.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(Q) \216org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng_160.xml$(Q) -testnames Jep389Tests_testClinkerFfi_VaList \217-groups $(TEST_GROUP) \218-excludegroups $(DEFAULT_EXCLUDE); \219$(TEST_STATUS)220</command>221<platformRequirements>bits.64,^arch.ppc,^arch.390,^arch.riscv,^os.zos,^os.sunos,^arch.arm,^os.osx</platformRequirements>222<levels>223<level>sanity</level>224</levels>225<groups>226<group>functional</group>227</groups>228<impls>229<impl>openj9</impl>230</impls>231<versions>232<version>16</version>233</versions>234</test>235</playlist>236237238