Path: blob/master/test/functional/cmdLineTests/libpathTest/libpathRtfChild.xml
6004 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>12<!--3Copyright (c) 2013, 2018 IBM Corp. and others45This program and the accompanying materials are made available under6the terms of the Eclipse Public License 2.0 which accompanies this7distribution and is available at https://www.eclipse.org/legal/epl-2.0/8or the Apache License, Version 2.0 which accompanies this distribution and9is available at https://www.apache.org/licenses/LICENSE-2.0.1011This Source Code may also be made available under the following12Secondary Licenses when the conditions for such availability set13forth in the Eclipse Public License, v. 2.0 are satisfied: GNU14General Public License, version 2 with the GNU Classpath15Exception [1] and GNU General Public License, version 2 with the16OpenJDK Assembly Exception [2].1718[1] https://www.gnu.org/software/classpath/license.html19[2] http://openjdk.java.net/legal/assembly-exception.html2021SPDX-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-exception22-->2324<!DOCTYPE suite SYSTEM "cmdlinetester.dtd">2526<suite id="LIBPATH RtfChild test intended for PMR56610 (CMVC 201272)" timeout="6000">27<variable name="EXE" value="$JAVA_EXE$" />28<variable name="CP" value="$TESTSJARPATH$" />29<variable name="RTF_CHILD" value="-cp $CP$ org.openj9.test.libpath.RtfChild" />30<variable name="EXECUTION_OPTIONS" value="$EXTRA_OPTIONS$ -Dcom.sun.management.jmxremote"/>3132<test id="RtfChild testcase">33<command>$EXE$ $EXECUTION_OPTIONS$ $RTF_CHILD$</command>34<output type="success" regex="no" showMatch="yes">I am the child</output>35<output type="required" regex="no" showMatch="yes">com.ibm.oti.vm.bootstrap.library.path=</output>36<output type="required" regex="no" showMatch="yes">sun.boot.library.path=</output>37<output type="required" regex="no" showMatch="yes">java.library.path=</output>3839<output type="failure" regex="no">Could not find or load main class</output>40<output type="failure" caseSensitive="no" regex="no">java.lang.UnsatisfiedLinkError</output>41<output type="failure" caseSensitive="no" regex="no">Not found in com.ibm.oti.vm.bootstrap.library.path</output>42<output type="failure" caseSensitive="no" regex="no">at Rtf.main</output>43<output type="failure" caseSensitive="no" regex="no">at RtfChild.main</output>44<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>45<output type="failure" caseSensitive="yes" regex="no">Exception:</output>46<output type="failure" caseSensitive="no" regex="no">corrupt</output>47<output type="failure" caseSensitive="yes" regex="no">Processing dump event</output>48<output type="failure" caseSensitive="yes" regex="no">JVM requested Java dump</output>49<output type="failure" caseSensitive="yes" regex="no">JVM requested Snap dump</output>50</test>5152</suite>5354