Searched defs:testClasses (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/rmi/testlibrary/
H A DTestParams.java36 public static String testClasses = null; field in class:TestParams
57 testClasses = TestLibrary.
/openjdk7/langtools/test/tools/javac/
H A DT6358168.java46 private static String testClasses = System.getProperty("test.classes"); field in class:T6358168
97 "-processorpath", testClasses,
H A DT6873845.java49 args.add(testClasses.getPath());
81 private File testClasses = new File(System.getProperty("test.classes", ".")); field in class:T6873845
H A DT6873849.java52 args.add(testClasses.getPath());
74 private File testClasses = new File(System.getProperty("test.classes", ".")); field in class:T6873849
/openjdk7/langtools/test/tools/javadoc/6942366/
H A DT6942366.java41 File testClasses; field in class:T6942366
47 testClasses = new File(System.getProperty("test.classes"));
72 args.add(testClasses.getPath());
96 long classLastMod = new File(testClasses, "Test.class").lastModified();
/openjdk7/langtools/test/tools/javap/
H A DT6824493.java73 testSrc + File.pathSeparator + testClasses,
100 private String testClasses = System.getProperty("test.classes", "."); field in class:T6824493
/openjdk7/langtools/test/tools/apt/lib/
H A DTester.java69 private final String testClasses = System.getProperty("test.classes", "."); field in class:Tester
/openjdk7/langtools/test/tools/javah/6572945/
H A DT6572945.java39 static File testClasses = new File(System.getProperty("test.classes", ".")); field in class:T6572945
80 cp_args[1] = testClasses.getPath();
/openjdk7/langtools/test/tools/javac/6400872/
H A DT6400872.java45 static File testClasses = new File(System.getProperty("test.classes", ".")); field in class:T6400872
49 compile(testClasses, null, new File(testSrc, "A.java"), new File(testSrc, "B.java"));
51 jar(new File("A.jar"), iterable(new File(".", "B.jar")), testClasses, new File("A.class"));
52 jar(new File("B.jar"), iterable(new File(".", "A.jar")), testClasses, new File("B.class"));
/openjdk7/langtools/test/tools/javac/Paths/6638501/
H A DJarFromManifestFailure.java40 static File testClasses = new File(System.getProperty("test.classes", ".")); field in class:JarFromManifestFailure
43 compile(testClasses, null, new File(testSrc, "HelloLib/test/HelloImpl.java"), new File(testSrc, "WsCompileExample.java"));
44 File libFile = new File(testClasses, "lib");
46 jar(new File(libFile, "HelloLib.jar"), new ArrayList(), testClasses, new File("test"));
50 jar(new File(libFile, "JarPointer.jar"), arList, testClasses);
/openjdk7/langtools/test/tools/javac/6341866/
H A DT6341866.java47 static final String testClasses = System.getProperty("test.classes", "."); field in class:T6341866
100 opts.addAll(Arrays.asList("-d", ".", "-sourcepath", testSrc, "-classpath", testClasses, "-source", "1.6", "-Xlint:-options"));
193 String[] dirs = { testClasses, "META-INF", "services" };
/openjdk7/jdk/test/javax/management/mxbean/
H A DMiscTest.java51 private static Class<?> testClasses[] = { field in class:MiscTest
449 for (int i = 0; i < testClasses.length; i++) {
452 String cn = testClasses[i].getName();
458 if (testClasses[i] == Test31.class ||
459 testClasses[i] == Test41.class) {
461 testClasses[i].newInstance(),
463 testClasses[i] == Test41.class);
465 } else if (testClasses[i] == Test32.class ||
466 testClasses[i] == Test42.class) {
467 Object o = testClasses[
[all...]
/openjdk7/jdk/test/sun/misc/JarIndex/metaInfFilenames/
H A DBasic.java95 static final String testClasses = System.getProperty("test.classes"); field in class:Basic
96 static final String testClassesDir = testClasses != null ? testClasses : ".";

Completed in 60 milliseconds