Searched refs:testcase (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/spi/
H A DTestProvider.java144 String testcase;
150 testcase = "RMIClassLoader.loadClass(String)";
151 System.err.println("testing " + testcase);
156 testcase + " returned " + ret);
164 testcase = "RMIClassLoader.loadClass(URL,String)";
165 System.err.println("testing " + testcase);
170 testcase + " returned " + ret);
178 testcase = "RMIClassLoader.loadClass(String,String)";
179 System.err.println("testing " + testcase);
184 testcase
[all...]
/openjdk7/hotspot/test/runtime/6878713/
H A DTest6878713.sh19 ${COMPILEJAVA}${FS}bin${FS}jar xvf ${TESTSRC}${FS}testcase.jar
/openjdk7/hotspot/test/runtime/7020373/
H A DTest7020373.sh21 ${COMPILEJAVA}${FS}bin${FS}jar xvf ${TESTSRC}${FS}testcase.jar
/openjdk7/jdk/test/sun/awt/font/
H A DClassLoaderLeakTest.java54 String testcase = "FontManagerTest";
57 testcase = args[0];
77 Runnable launcher = new TestLauncher(testcase);
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationEmissionTest.java127 public int runTest(int testcase) throws Exception { argument
128 echo("\n=-=-= Running testcase " + testcase + " =-=-=");
129 switch (testcase) {
141 echo("Invalid testcase");
/openjdk7/jdk/test/java/util/AbstractCollection/
H A DToArrayTest.java171 * Major target of this testcase, bug 7121314.
191 ToArrayTest testcase = new ToArrayTest();
193 testcase.test();
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRETest.java275 RETestCase testcase = getNextTestCase(br);
276 if (testcase != null) {
277 testcase.runTest();
603 * Creates testcase for the next test description in the script file.

Completed in 2941 milliseconds