Path: blob/master/test/functional/OpenJ9_Jsr_292_API/playlist.xml
6000 views
<?xml version='1.0' encoding='UTF-8'?>1<!--2Copyright (c) 2017, 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<!--24TODO: The following test cases specific to Lookup are temporarily excluded in Java 1425as there is no backward compatibility of these APIs since Java 14 due to the new changes26required at https://github.com/eclipse-openj9/openj9/issues/8571. These test cases here27(mainly used prior to OpenJ9) will be re-evaluated against the Java 14 Spec and copied28as a new version with modification to meet the new scenarios in Java 14.29-->30<test>31<testCaseName>openj9_jsr292Test</testCaseName>32<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \33--add-modules mods.modulea,mods.moduleb,mods.modulec --module-path $(Q)$(TEST_RESROOT)$(D)mods$(Q) \34--add-opens=java.base/java.lang=ALL-UNNAMED \35-cp $(Q)$(TEST_RESROOT)$(D)openj9_jsr292test.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(LIB_DIR)$(D)asm-all.jar$(Q) \36org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng.xml$(Q) \37-testnames openj9_jsr292Test \38-groups $(TEST_GROUP) \39-excludegroups $(DEFAULT_EXCLUDE); \40$(TEST_STATUS)</command>41<levels>42<level>sanity</level>43</levels>44<groups>45<group>functional</group>46</groups>47<versions>48<version>11</version>49<version>13</version>50</versions>51</test>52<test>53<testCaseName>openj9_jsr292Test_JitCount0</testCaseName>54<variations>55<variation>-Xjit:count=0</variation>56</variations>57<command>$(JAVA_COMMAND) $(JVM_OPTIONS) \58--add-modules mods.modulea,mods.moduleb,mods.modulec --module-path $(Q)$(TEST_RESROOT)$(D)mods$(Q) \59--add-opens=java.base/java.lang=ALL-UNNAMED \60-cp $(Q)$(TEST_RESROOT)$(D)openj9_jsr292test.jar$(P)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(LIB_DIR)$(D)asm-all.jar$(Q) \61org.testng.TestNG -d $(REPORTDIR) $(Q)$(TEST_RESROOT)$(D)testng.xml$(Q) \62-testnames openj9_jsr292Test \63-groups $(TEST_GROUP) \64-excludegroups $(DEFAULT_EXCLUDE); \65$(TEST_STATUS)</command>66<platformRequirements>^arch.arm</platformRequirements>67<levels>68<level>sanity</level>69</levels>70<groups>71<group>functional</group>72</groups>73<versions>74<version>11</version>75<version>13</version>76</versions>77<impls>78<impl>openj9</impl>79<impl>ibm</impl>80</impls>81</test>82</playlist>838485