Path: blob/master/test/functional/VM_Test/playlist.xml
6000 views
<?xml version='1.0' encoding='UTF-8'?>1<!--2Copyright (c) 2016, 2021 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="../../TKG/playlist.xsd">23<test>24<testCaseName>J9vmTest</testCaseName>25<variations>26<variation>Mode110</variation>27<variation>Mode301</variation>28<variation>Mode351</variation>29<variation>Mode501</variation>30<variation>Mode551</variation>31<variation>Mode610</variation>32</variations>33<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \34$(JAVA_COMMAND) $(JVM_OPTIONS) -Xdump -Xint \35-cp $(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(P)$(LIB_DIR)$(D)asm-all.jar$(Q) \36j9vm.runner.Menu A -exe=$(SQ)$(TEST_JDK_HOME)$(D)bin$(D)java $(JVM_OPTIONS) -Xdump$(SQ) -version=$(JDK_VERSION) -jar=$(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) -xlist=$(Q)$(TEST_RESROOT)$(D)j9vm.xml$(Q) \37-xids=all,$(PLATFORM); \38$(TEST_STATUS)</command>39<levels>40<level>sanity</level>41</levels>42<groups>43<group>functional</group>44</groups>45<types>46<type>native</type>47</types>48<impls>49<impl>openj9</impl>50<impl>ibm</impl>51</impls>52</test>53<test>54<testCaseName>jvmnativestest</testCaseName>55<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \56$(JAVA_COMMAND) $(JVM_OPTIONS) \57-cp $(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(P)$(LIB_DIR)$(D)junit4.jar$(Q) \58com.ibm.oti.jvmtests.AutoRun; \59$(TEST_STATUS)</command>60<levels>61<level>sanity</level>62</levels>63<groups>64<group>functional</group>65</groups>66<types>67<type>native</type>68</types>69<versions>70<version>11+</version>71</versions>72<impls>73<impl>openj9</impl>74<impl>ibm</impl>75</impls>76</test>77<test>78<testCaseName>ThreadRegressionTests</testCaseName>79<variations>80<variation>Mode110</variation>81<variation>Mode201</variation>82<variation>Mode301</variation>83<variation>Mode351</variation>84<variation>Mode610</variation>85</variations>86<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \87-cp $(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(P)$(LIB_DIR)$(D)junit4.jar$(Q) \88j9vm.test.threads.regression.RegressionTests $(Q)$(TEST_RESROOT)$(Q); \89$(TEST_STATUS)</command>90<levels>91<level>extended</level>92</levels>93<groups>94<group>functional</group>95</groups>96<impls>97<impl>openj9</impl>98<impl>ibm</impl>99</impls>100</test>101<test>102<testCaseName>SharedClassesSysVTesting</testCaseName>103<command>perl $(JVM_TEST_ROOT)$(D)TestConfig$(D)scripts$(D)tools$(D)sysvcleanup.pl all ; \104cd $(TEST_JDK_HOME)$(D)bin ; \105perl $(TEST_RESROOT)$(D)SharedClassesSysVTesting$(D)testSC_SysV_Java7_Tests.pl linux ; \106$(TEST_STATUS)</command>107<platformRequirements>os.linux,^arch.390</platformRequirements>108<levels>109<level>sanity</level>110</levels>111<groups>112<group>functional</group>113</groups>114<versions>115<version>8</version>116<version>9</version>117<version>11+</version>118</versions>119<impls>120<impl>openj9</impl>121<impl>ibm</impl>122</impls>123</test>124<test>125<testCaseName>recreateClassTest</testCaseName>126<disables>127<disable>128<comment>excluded OpenJ9 tests</comment>129</disable>130</disables>131<variations>132<variation>NoOptions</variation>133</variations>134<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \135-javaagent:$(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) \136-cp $(Q)$(LIB_DIR)$(D)junit4.jar$(P)$(LIB_DIR)$(D)asm-all.jar$(P)$(TEST_RESROOT)$(D)VM_Test.jar$(P)$(LIB_DIR)$(D)javassist.jar$(Q) \137junit.textui.TestRunner com.ibm.j9.recreateclass.tests.RecreateClassTestSuite; \138$(TEST_STATUS)</command>139<levels>140<level>sanity</level>141</levels>142<groups>143<group>functional</group>144</groups>145<versions>146<version>8</version>147</versions>148<impls>149<impl>openj9</impl>150<impl>ibm</impl>151</impls>152</test>153<test>154<testCaseName>CFdumptest</testCaseName>155<disables>156<disable>157<comment>excluded OpenJ9 tests</comment>158</disable>159</disables>160<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \161-cp $(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(P)$(LIB_DIR)$(D)junit4.jar$(Q) \162junit.textui.TestRunner com.ibm.j9.cfdump.tests.CfdumpTestSuite; \163$(TEST_STATUS)</command>164<levels>165<level>sanity</level>166</levels>167<groups>168<group>functional</group>169</groups>170<versions>171<version>8</version>172</versions>173<impls>174<impl>openj9</impl>175<impl>ibm</impl>176</impls>177</test>178<test>179<testCaseName>j9vmClassUnloading</testCaseName>180<variations>181<variation>Mode110</variation>182<variation>Mode301</variation>183<variation>Mode351</variation>184<variation>Mode501</variation>185<variation>Mode551</variation>186<variation>Mode610</variation>187</variations>188<command>$(JAVA_COMMAND) -Xdump -Xint -Dj9vm.testing.tests.path=$(TEST_RESROOT) \189-cp $(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(P)$(LIB_DIR)$(D)asm-all.jar$(Q) \190j9vm.runner.Menu -exe=$(Q)$(JAVA_COMMAND) $(JVM_OPTIONS) -Xdump$(Q) -jar=$(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) -test=$(Q)j9vm.test.classunloading.testcases$(Q) \191-xids=all,$(PLATFORM),$(VARIATION); \192$(TEST_STATUS)</command>193<levels>194<level>extended</level>195</levels>196<groups>197<group>functional</group>198</groups>199<impls>200<impl>openj9</impl>201<impl>ibm</impl>202</impls>203</test>204<test>205<testCaseName>xlpTests</testCaseName>206<disables>207<disable>208<comment>https://github.com/eclipse-openj9/openj9/issues/11374</comment>209<platform>.*mac.*</platform>210</disable>211</disables>212<variations>213<variation>Mode110</variation>214<variation>Mode610</variation>215</variations>216<command>$(JAVA_COMMAND) -Dplatform=$(PLATFORM) -cp $(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) \217j9vm.runner.Menu -test=$(Q)j9vm.test.xlp$(Q) -exe=$(Q)$(JAVA_COMMAND) $(JVM_OPTIONS) -Xdump$(Q) \218-jar=$(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) \219-xids=all,$(PLATFORM),$(VARIATION); \220$(TEST_STATUS)</command>221<levels>222<level>extended</level>223</levels>224<groups>225<group>functional</group>226</groups>227<impls>228<impl>openj9</impl>229<impl>ibm</impl>230</impls>231</test>232<test>233<testCaseName>xlpCodeCacheTests</testCaseName>234<variations>235<variation>Mode109</variation>236<variation>Mode110</variation>237<variation>Mode609</variation>238<variation>Mode610</variation>239</variations>240<command>$(JAVA_COMMAND) -Dplatform=$(PLATFORM) -cp $(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) \241j9vm.runner.Menu -test=$(Q)j9vm.test.xlpcodecache$(Q) -exe=$(Q)$(JAVA_COMMAND) $(JVM_OPTIONS) -Xdump$(Q) \242-jar=$(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(Q) \243-xids=all,$(PLATFORM),$(VARIATION); \244$(TEST_STATUS)</command>245<levels>246<level>extended</level>247</levels>248<groups>249<group>functional</group>250</groups>251<impls>252<impl>openj9</impl>253<impl>ibm</impl>254</impls>255</test>256</playlist>257258259