< prev index next >

test/jdk/com/sun/jdi/NoLaunchOptionTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 20,39 **** * or visit www.oracle.com if you need additional information or have any * questions. */ import static jdk.testlibrary.Asserts.assertFalse; ! import jdk.testlibrary.OutputAnalyzer; ! import jdk.testlibrary.ProcessTools; /* * @test NoLaunchOptionTest.java * @bug 4554734 4724714 * @summary Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption * @author Tim Bell * * @library /lib/testlibrary * * @run compile -g NoLaunchOptionTest.java * @build jdk.testlibrary.* VMConnection * @run driver NoLaunchOptionTest */ --- 20,40 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ import static jdk.testlibrary.Asserts.assertFalse; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; /* * @test NoLaunchOptionTest.java * @bug 4554734 4724714 * @summary Test for -Xrunjdwp:[onthrow,onuncaught] suboptions require launch suboption * @author Tim Bell * * @library /lib/testlibrary + * @library /test/lib * * @run compile -g NoLaunchOptionTest.java * @build jdk.testlibrary.* VMConnection * @run driver NoLaunchOptionTest */
< prev index next >