Searched refs:TEST_CLASSES (Results 26 - 43 of 43) sorted by relevance

12

/openjdk10/jdk/test/tools/launcher/modules/illegalaccess/
H A DIllegalAccessTest.java64 static final String TEST_CLASSES = System.getProperty("test.classes"); field in class:IllegalAccessTest
210 "-cp", TEST_CLASSES, "TryAccess", action);
396 Path classes = Paths.get(TEST_CLASSES);
419 Path classes = Paths.get(TEST_CLASSES);
/openjdk10/jdk/test/java/lang/reflect/Proxy/
H A DProxyLayerTest.java52 private static final String TEST_CLASSES = System.getProperty("test.classes"); field in class:ProxyLayerTest
56 private static final Path CPATH_DIR = Paths.get(TEST_CLASSES);
/openjdk10/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiRegistrySslTest.java53 private final String TEST_CLASSES = System.getProperty("test.classes"); field in class:RmiRegistrySslTest
57 private final Path libDir = FS.getPath(TEST_CLASSES, "lib");
/openjdk10/jdk/test/java/net/spi/URLStreamHandlerProvider/
H A DBasic.java69 static final Path TEST_CLASSES = Paths.get(System.getProperty("test.classes", ".")); field in class:Basic
105 Result r = java(Collections.emptyList(), asList(TEST_CLASSES),
152 Result r = java(props, asList(testJar, TEST_CLASSES),
/openjdk10/jdk/test/java/security/Provider/
H A DSecurityProviderModularTest.java64 private static final Path TEST_CLASSES field in class:SecurityProviderModularTest
280 JarUtils.createJarFile(P_JAR, TEST_CLASSES, "p/TestProvider.class");
282 JarUtils.createJarFile(C_JAR, TEST_CLASSES, "c/TestClient.class");
/openjdk10/langtools/test/tools/jdeps/modules/
H A DModuleTest.java53 private static final String TEST_CLASSES = System.getProperty("test.classes"); field in class:ModuleTest
H A DCheckModuleTest.java50 private static final String TEST_CLASSES = System.getProperty("test.classes"); field in class:CheckModuleTest
H A DInverseDeps.java59 private static final String TEST_CLASSES = System.getProperty("test.classes"); field in class:InverseDeps
/openjdk10/jdk/make/non-build-utils/reorder/
H A DMakefile49 TEST_CLASSES = $(TESTS:%=$(CLASSDIR)/%.class) macro
109 test_classes : $(TEST_CLASSES)
/openjdk10/jdk/test/com/sun/jdi/
H A DOomDebugTest.java120 private static final String TEST_CLASSES = System.getProperty("test.classes", "."); field in class:OomDebugTest
121 private static final File RESULT_FILE = new File(TEST_CLASSES, "results.properties");
/openjdk10/jdk/test/sun/security/ssl/CertPathRestrictions/
H A DTLSRestrictions.java83 private static final String TEST_CLASSES = System.getProperty("test.classes"); field in class:TLSRestrictions
232 TEST_CLASSES,
/openjdk10/langtools/test/tools/javadoc/lib/
H A DOldToolTester.java39 protected final String TEST_CLASSES = System.getProperty("test.classes", field in class:OldToolTester
45 private final File outputFile = new File(TEST_CLASSES, "testrun.out");
/openjdk10/jdk/test/tools/jar/compat/
H A DCLICompatibility.java61 static final Path TEST_CLASSES = Paths.get(System.getProperty("test.classes", ".")); field in class:CLICompatibility
76 Files.copy(TEST_CLASSES.resolve(RES1), USER_DIR.resolve(RES1));
77 Files.copy(TEST_CLASSES.resolve(RES2), USER_DIR.resolve(RES2));
/openjdk10/jdk/test/javax/security/auth/Subject/doAs/
H A DNestedActions.java100 static final String TEST_CLASSES = System.getProperty("test.classes"); field in class:NestedActions
127 TEST_CLASSES + FS + file)) {
/openjdk10/jdk/test/java/io/Serializable/failureAtomicity/
H A DFailureAtomicity.java68 static final Path TEST_CLASSES = Paths.get(System.getProperty("test.classes", ".")); field in class:FailureAtomicity
364 Arrays.asList(TEST_CLASSES.toFile()));
/openjdk10/jdk/test/sun/security/tools/jarsigner/compatibility/
H A DCompatibility.java72 private static final String TEST_CLASSES = System.getProperty("test.classes"); field in class:Compatibility
759 cmd[2] = TEST_CLASSES;
/openjdk10/test/lib/jdk/test/lib/
H A DUtils.java101 public static final String TEST_CLASSES = System.getProperty("test.classes", "."); field in class:Utils
/openjdk10/jdk/test/tools/jar/modularJar/
H A DBasic.java63 static final Path TEST_CLASSES = Paths.get(System.getProperty("test.classes", ".")); field in class:Basic
64 static final Path MODULE_CLASSES = TEST_CLASSES.resolve("build");

Completed in 123 milliseconds

12