Path: blob/master/test/functional/cmdLineTests/getCallerClassTests/getCallerClassTests_8.xml
6004 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>12<!--3Copyright (c) 2016, 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="Verify the functionalities of getCallerClass()/ensureCalledFromBootstrapClass() invoked from the application/bootstrap/extension classloader" timeout="6000">2728<test id="call APIs with/without @CallerSensitive annotation from the application classloader">29<command>$EXE$ -cp $RESJAR$ com.ibm.j9.getcallerclass.TestGroup appClassLoader</command>30<output type="success" regex="no">All Tests Completed and Passed</output>3132<output type="failure" caseSensitive="yes" regex="no">FAILED</output>33<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>34<output type="failure" caseSensitive="no" regex="no">corrupt</output>35<output type="failure" caseSensitive="yes" regex="no">Processing dump event</output>36<output type="failure" caseSensitive="yes" regex="no">JVM requested Java dump</output>37<output type="failure" caseSensitive="yes" regex="no">JVM requested Snap dump</output>38</test>3940<test id="call APIs with/without @CallerSensitive annotation from the bootstrap classloader">41<command>$EXE$ -Xbootclasspath/a:$RESJAR$ com.ibm.j9.getcallerclass.TestGroup bootClassLoader</command>42<output type="success" regex="no">All Tests Completed and Passed</output>4344<output type="failure" caseSensitive="yes" regex="no">FAILED</output>45<output type="failure" caseSensitive="no" regex="no">Unhandled 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<test id="call APIs with/without @CallerSensitive annotation from the extension classloader">53<command>$EXE$ -Djava.ext.dirs=$RESDIR$ com.ibm.j9.getcallerclass.TestGroup extClassLoader</command>54<output type="success" regex="no">All Tests Completed and Passed</output>5556<output type="failure" caseSensitive="yes" regex="no">FAILED</output>57<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>58<output type="failure" caseSensitive="no" regex="no">corrupt</output>59<output type="failure" caseSensitive="yes" regex="no">Processing dump event</output>60<output type="failure" caseSensitive="yes" regex="no">JVM requested Java dump</output>61<output type="failure" caseSensitive="yes" regex="no">JVM requested Snap dump</output>62</test>63</suite>6465