Path: blob/master/test/functional/cmdLineTests/pltest/playlist.xml
6004 views
<?xml version='1.0' encoding='UTF-8'?>1<!--2Copyright (c) 2016, 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="../../../TKG/playlist.xsd">23<test>24<testCaseName>cmdLineTester_pltest</testCaseName>25<disables>26<disable>27<comment>https://github.com/eclipse-openj9/openj9/issues/3212</comment>28<platform>.*windows.*</platform>29</disable>30</disables>31<variations>32<variation>NoOptions</variation>33</variations>34<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \35$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \36-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)pltest.xml$(Q) -explainExcludes \37-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \38$(TEST_STATUS)</command>39<platformRequirements>^os.aix,^os.osx</platformRequirements>40<levels>41<level>sanity</level>42</levels>43<groups>44<group>functional</group>45</groups>46<types>47<type>native</type>48</types>49<impls>50<impl>openj9</impl>51<impl>ibm</impl>52</impls>53<versions>54<version>8</version>55<version>9</version>56<version>11+</version>57</versions>58</test>59<test>60<testCaseName>cmdLineTester_pltest_osx</testCaseName>61<variations>62<variation>NoOptions</variation>63</variations>64<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \65$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \66-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -exclude:j9sock $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)pltest.xml$(Q) -explainExcludes \67-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \68$(TEST_STATUS)</command>69<platformRequirements>os.osx</platformRequirements>70<disables>71<disable>72<comment>https://github.com/eclipse-openj9/openj9/issues/13767</comment>73<platform>aarch64_mac.*</platform>74</disable>75</disables>76<levels>77<level>sanity</level>78</levels>79<groups>80<group>functional</group>81</groups>82<types>83<type>native</type>84</types>85<impls>86<impl>openj9</impl>87<impl>ibm</impl>88</impls>89<versions>90<version>8</version>91<version>9</version>92<version>11+</version>93</versions>94</test>95<test>96<testCaseName>cmdLineTester_pltest_aix</testCaseName>97<variations>98<variation>NoOptions</variation>99</variations>100<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \101$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \102-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -exclude:j9process $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)pltest.xml$(Q) -explainExcludes \103-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \104$(TEST_STATUS)</command>105<platformRequirements>os.aix</platformRequirements>106<levels>107<level>sanity</level>108</levels>109<groups>110<group>functional</group>111</groups>112<types>113<type>native</type>114</types>115<impls>116<impl>openj9</impl>117<impl>ibm</impl>118</impls>119<versions>120<version>8</version>121<version>9</version>122<version>11+</version>123</versions>124</test>125<test>126<testCaseName>cmdLineTester_pltest_CEEHDLR</testCaseName>127<variations>128<variation>-XCEEHDLR</variation>129</variations>130<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \131$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \132-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)pltest.xml$(Q) -explainExcludes \133-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \134$(TEST_STATUS)</command>135<platformRequirements>os.zos,bits.31</platformRequirements>136<levels>137<level>sanity</level>138</levels>139<groups>140<group>functional</group>141</groups>142<types>143<type>native</type>144</types>145<impls>146<impl>openj9</impl>147<impl>ibm</impl>148</impls>149<versions>150<version>8</version>151<version>9</version>152<version>11+</version>153</versions>154</test>155<test>156<testCaseName>cmdLineTester_pltest_tty_extended</testCaseName>157<disables>158<disable>159<comment>https://github.com/eclipse-openj9/openj9/issues/1511</comment>160</disable>161<disable>162<comment>https://github.com/eclipse-openj9/openj9/issues/3212</comment>163<platform>.*windows.*</platform>164</disable>165</disables>166<variations>167<variation>NoOptions</variation>168</variations>169<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \170$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \171-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -include:tty_extended$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)j9tty_extended.xml$(Q) -explainExcludes \172-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \173$(TEST_STATUS)</command>174<platformRequirements>os.win</platformRequirements>175<levels>176<level>sanity</level>177</levels>178<groups>179<group>functional</group>180</groups>181<types>182<type>native</type>183</types>184<impls>185<impl>openj9</impl>186<impl>ibm</impl>187</impls>188<versions>189<version>8</version>190<version>9</version>191<version>11+</version>192</versions>193</test>194<test>195<testCaseName>cmdLineTester_pltest_numcpus_notBound</testCaseName>196<disables>197<disable>198<comment>https://github.com/eclipse-openj9/openj9/issues/1511</comment>199</disable>200<disable>201<comment>https://github.com/eclipse-openj9/openj9/issues/3212</comment>202<platform>.*windows.*</platform>203</disable>204</disables>205<variations>206<variation>NoOptions</variation>207</variations>208<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \209$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \210-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -include:j9numcpus $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) -config $(Q)$(TEST_RESROOT)$(D)pltest.xml$(Q) -explainExcludes \211-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \212$(TEST_STATUS)</command>213<platformRequirements>os.win</platformRequirements>214<levels>215<level>sanity</level>216</levels>217<groups>218<group>functional</group>219</groups>220<types>221<type>native</type>222</types>223<impls>224<impl>openj9</impl>225<impl>ibm</impl>226</impls>227<versions>228<version>8</version>229<version>9</version>230<version>11+</version>231</versions>232</test>233<test>234<testCaseName>cmdLineTester_pltest_numcpus_bound_linux</testCaseName>235<variations>236<variation>NoOptions</variation>237</variations>238<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \239export myCPU=`grep Cpus_allowed_list /proc/self/status | sed -e $(SQ)s/[-,].*//;s/Cpus_allowed_list:[^0-9]*//$(SQ)`; \240$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \241-DEXE=$(Q)taskset -c $$myCPU $(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -include:j9numcpus -boundcpus:1 $(JVM_OPTIONS)$(Q) -jar $(CMDLINETESTER_JAR) \242-config $(Q)$(TEST_RESROOT)$(D)pltest_numcpus_bound.xml$(Q) -explainExcludes \243-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \244$(TEST_STATUS)</command>245<platformRequirements>os.linux</platformRequirements>246<levels>247<level>sanity</level>248</levels>249<groups>250<group>functional</group>251</groups>252<types>253<type>native</type>254</types>255<impls>256<impl>openj9</impl>257<impl>ibm</impl>258</impls>259<versions>260<version>8</version>261<version>9</version>262<version>11+</version>263</versions>264</test>265<test>266<testCaseName>cmdLineTester_pltest_numcpus_bound_win</testCaseName>267<disables>268<disable>269<comment>https://github.com/eclipse-openj9/openj9/issues/1511</comment>270</disable>271<disable>272<comment>https://github.com/eclipse-openj9/openj9/issues/3212</comment>273<platform>.*windows.*</platform>274</disable>275</disables>276<variations>277<variation>NoOptions</variation>278</variations>279<command>echo $(Q)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -include:j9numcpus -boundcpus:1$(Q) > run_pltest.bat ; \280echo exit 0 >> run_pltest.bat; \281$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \282-DEXE=$(SQ)cmd /C start /B /wait /affinity 1 run_pltest.bat > j9numcpus.txt 2>&1$(SQ) -jar $(CMDLINETESTER_JAR) \283-config $(Q)$(TEST_RESROOT)$(D)pltest_numcpus_bound.xml$(Q) -explainExcludes \284-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \285$(TEST_STATUS)</command>286<platformRequirements>os.win</platformRequirements>287<levels>288<level>sanity</level>289</levels>290<groups>291<group>functional</group>292</groups>293<types>294<type>native</type>295</types>296<impls>297<impl>openj9</impl>298<impl>ibm</impl>299</impls>300<versions>301<version>8</version>302<version>9</version>303<version>11+</version>304</versions>305</test>306<test>307<testCaseName>cmdLineTester_pltest_numcpus_bound_aix</testCaseName>308<variations>309<variation>NoOptions</variation>310</variations>311<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \312$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \313-DEXE=$(SQ)execrset -c 1 -e $(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -include:j9numcpus -boundcpus:1 $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) \314-config $(Q)$(TEST_RESROOT)$(D)pltest_numcpus_bound.xml$(Q) -explainExcludes \315-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \316$(TEST_STATUS)</command>317<platformRequirements>os.aix</platformRequirements>318<levels>319<level>sanity</level>320</levels>321<groups>322<group>functional</group>323</groups>324<types>325<type>native</type>326</types>327<impls>328<impl>openj9</impl>329<impl>ibm</impl>330</impls>331<versions>332<version>8</version>333<version>9</version>334<version>11+</version>335</versions>336</test>337<test>338<testCaseName>cmdLineTester_pltest_hyp_HV_vmware</testCaseName>339<variations>340<variation>NoOptions</variation>341</variations>342<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \343$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \344-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -include:j9hypervisor -hypervisor:vmware $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) \345-config $(Q)$(TEST_RESROOT)$(D)pltest.xml$(Q) -explainExcludes \346-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \347$(TEST_STATUS)</command>348<platformRequirements>os.linux,arch.x86</platformRequirements>349<capabilities>hypervisor:VMWare</capabilities>350<levels>351<level>sanity</level>352</levels>353<groups>354<group>functional</group>355</groups>356<types>357<type>native</type>358</types>359<impls>360<impl>openj9</impl>361<impl>ibm</impl>362</impls>363<versions>364<version>8</version>365<version>9</version>366<version>11+</version>367</versions>368</test>369<test>370<testCaseName>cmdLineTester_pltest_hyp_HV_kvm</testCaseName>371<variations>372<variation>NoOptions</variation>373</variations>374<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \375$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \376-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -include:j9hypervisor -hypervisor:kvm $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) \377-config $(Q)$(TEST_RESROOT)$(D)pltest.xml$(Q) -explainExcludes \378-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \379$(TEST_STATUS)</command>380<platformRequirements>os.linux,arch.x86</platformRequirements>381<capabilities>hypervisor:KVM</capabilities>382<levels>383<level>sanity</level>384</levels>385<groups>386<group>functional</group>387</groups>388<types>389<type>native</type>390</types>391<impls>392<impl>openj9</impl>393<impl>ibm</impl>394</impls>395<versions>396<version>8</version>397<version>9</version>398<version>11+</version>399</versions>400</test>401<test>402<testCaseName>cmdLineTester_pltest_j9sig_ext</testCaseName>403<variations>404<variation>NoOptions</variation>405</variations>406<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \407$(JAVA_COMMAND) $(JVM_OPTIONS) -DRESOURCES_DIR=$(Q)$(RESOURCES_DIR)$(Q) -DJVM_TEST_ROOT=$(Q)$(JVM_TEST_ROOT)$(Q) \408-DEXE=$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)pltest -inlcude:j9sig_extended $(JVM_OPTIONS)$(SQ) -jar $(CMDLINETESTER_JAR) \409-config $(Q)$(TEST_RESROOT)$(D)pltest.xml$(Q) -explainExcludes \410-xids all,$(PLATFORM),$(VARIATION) -plats all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \411$(TEST_STATUS)</command>412<platformRequirements>os.linux</platformRequirements>413<levels>414<level>extended</level>415</levels>416<groups>417<group>functional</group>418</groups>419<types>420<type>native</type>421</types>422<impls>423<impl>openj9</impl>424<impl>ibm</impl>425</impls>426<versions>427<version>8+</version>428</versions>429</test>430</playlist>431432433