Path: blob/master/test/functional/cmdLineTests/shareClassTests/StorageKey/playlist.xml
6004 views
<?xml version='1.0' encoding='UTF-8'?>1<!--2Copyright (c) 2020, 2021 IBM Corp. and others3This program and the accompanying materials are made available under4the terms of the Eclipse Public License 2.0 which accompanies this5distribution and is available at https://www.eclipse.org/legal/epl-2.0/6or the Apache License, Version 2.0 which accompanies this distribution and7is available at https://www.apache.org/licenses/LICENSE-2.0.8This Source Code may also be made available under the following9Secondary Licenses when the conditions for such availability set10forth in the Eclipse Public License, v. 2.0 are satisfied: GNU11General Public License, version 2 with the GNU Classpath12Exception [1] and GNU General Public License, version 2 with the13OpenJDK Assembly Exception [2].14[1] https://www.gnu.org/software/classpath/license.html15[2] http://openjdk.java.net/legal/assembly-exception.html16SPDX-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-exception17-->18<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../TKG/playlist.xsd">19<test>20<testCaseName>cmdLineTester_shareClassesStorageKey</testCaseName>21<variations>22<variation>NoOptions</variation>23</variations>24<command>$(JAVA_COMMAND) $(JVM_OPTIONS) -Xdump -DUTILSJAR=$(Q)$(JVM_TEST_ROOT)$(D)functional$(D)cmdLineTests$(D)utils$(D)utils.jar$(Q) \25-DEXE=$(SQ)$(JAVA_COMMAND) $(JVM_OPTIONS) -Xdump$(SQ) -jar $(CMDLINETESTER_JAR) \26-config $(Q)$(TEST_RESROOT)$(D)storageKey.xml$(Q) -explainExcludes -xids all,$(PLATFORM),$(VARIATION) -nonZeroExitWhenError; \27${TEST_STATUS}</command>28<platformRequirements>os.zos</platformRequirements>29<levels>30<level>extended</level>31</levels>32<groups>33<group>functional</group>34</groups>35<impls>36<impl>openj9</impl>37<impl>ibm</impl>38</impls>39</test>40</playlist>414243