Searched refs:TEST_SRC (Results 1 - 25 of 91) sorted by relevance

1234

/openjdk10/jdk/test/sun/management/jmxremote/bootstrap/
H A DSSLConfigFilePermissionTest.java39 private final String TEST_SRC = System.getProperty("test.src"); field in class:SSLConfigFilePermissionTest
54 FS.getPath(TEST_SRC, "ssl", "keystore").toFile().getAbsolutePath(),
/openjdk10/hotspot/test/runtime/modules/ModuleStress/
H A DModuleStressGC.java41 private static final String TEST_SRC = System.getProperty("test.src"); field in class:ModuleStressGC
44 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
H A DExportModuleStressTest.java41 private static final String TEST_SRC = System.getProperty("test.src"); field in class:ExportModuleStressTest
44 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
/openjdk10/jdk/test/java/lang/Class/getResource/
H A DResourcesTest.java46 private static final String TEST_SRC = System.getProperty("test.src"); field in class:ResourcesTest
48 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
69 .compile(Paths.get(TEST_SRC, "Main.java"),
/openjdk10/jdk/test/java/lang/ClassLoader/getResource/modules/
H A DResourcesTest.java47 private static final String TEST_SRC = System.getProperty("test.src"); field in class:ResourcesTest
49 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
69 .compile(Paths.get(TEST_SRC, "Main.java"),
/openjdk10/langtools/test/tools/jdeps/listdeps/
H A DListModuleDeps.java50 private static final String TEST_SRC = System.getProperty("test.src"); field in class:ListModuleDeps
52 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
71 assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src", "lib"), LIB_DIR));
74 assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src", "hi"), CLASSES_DIR));
77 assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src", "z"),
/openjdk10/jdk/test/java/util/logging/modules/
H A DGetResourceBundleTest.java54 private static final String TEST_SRC = System.getProperty("test.src"); field in class:GetResourceBundleTest
56 private static final Path MOD_SRC_DIR = Paths.get(TEST_SRC, "src");
58 private static final Path PKG_SRC_DIR = Paths.get(TEST_SRC, "pkgs");
/openjdk10/jdk/test/java/lang/System/LoggerFinder/modules/
H A DBase.java54 protected static final String TEST_SRC = System.getProperty("test.src"); field in class:Base
59 Paths.get(TEST_SRC, "patched_usage", "java.base");
61 protected static final Path SRC_PATCHED_CLIENT = Paths.get(TEST_SRC, "patched_client");
66 protected static final Path SRC_BOOT_USAGE = Paths.get(TEST_SRC, "boot_usage");
68 protected static final Path SRC_BOOT_CLIENT = Paths.get(TEST_SRC, "boot_client");
72 protected static final Path SRC_NAMED_LOGGER = Paths.get(TEST_SRC, "named_logger");
76 protected static final Path SRC_UNNAMED_LOGGER = Paths.get(TEST_SRC, "unnamed_logger");
86 protected static final Path SRC_NAMED_CLIENT = Paths.get(TEST_SRC, "named_client");
90 protected static final Path SRC_UNNAMED_CLIENT = Paths.get(TEST_SRC, "unnamed_client");
/openjdk10/jdk/test/java/rmi/module/
H A DModuleTest.java54 private static final String TEST_SRC = System.getProperty("test.src"); field in class:ModuleTest
70 Paths.get(TEST_SRC, "src", "mserver"),
78 Paths.get(TEST_SRC, "src", "mclient"),
86 assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src", "mtest"),
/openjdk10/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DInheritedChannelTest.java59 private static final String TEST_SRC = System.getProperty("test.src"); field in class:InheritedChannelTest
61 private static final Path POLICY_PASS = Paths.get(TEST_SRC, "java.policy.pass");
62 private static final Path POLICY_FAIL = Paths.get(TEST_SRC, "java.policy.fail");
71 = Paths.get(TEST_SRC, "lib", OS_NAME + "-" + OS_ARCH);
/openjdk10/jdk/test/sun/tools/jcmd/
H A DTestJcmdSanity.java51 private static final String TEST_SRC = System.getProperty("test.src").trim(); field in class:TestJcmdSanity
104 File scrpitFile = new File(TEST_SRC, "dcmd-script.txt");
118 File scrpitFile = new File(TEST_SRC, "dcmd-big-script.txt");
166 Path path = Paths.get(TEST_SRC, "help_help.out");
H A DTestJcmdDefaults.java50 private static final String TEST_SRC = System.getProperty("test.src").trim(); field in class:TestJcmdDefaults
101 Path path = Paths.get(TEST_SRC, "usage.out");
/openjdk10/jdk/test/java/lang/ModuleTests/access/
H A DAccessTest.java49 private static final String TEST_SRC = System.getProperty("test.src"); field in class:AccessTest
51 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
/openjdk10/jdk/test/java/lang/reflect/Proxy/
H A DProxyTest.java48 private static final String TEST_SRC = System.getProperty("test.src"); field in class:ProxyTest
51 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
/openjdk10/jdk/test/java/util/ResourceBundle/modules/security/
H A DTestPermission.java47 private static final String TEST_SRC = System.getProperty("test.src"); field in class:TestPermission
50 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
/openjdk10/jdk/test/java/util/ResourceBundle/modules/casesensitive/
H A DCaseInsensitiveNameClash.java46 private static final String TEST_SRC = System.getProperty("test.src"); field in class:CaseInsensitiveNameClash
48 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
/openjdk10/jdk/test/java/nio/charset/spi/
H A DCharsetProviderBasicTest.java59 private static final String TEST_SRC = System.getProperty("test.src"); field in class:CharsetProviderBasicTest
67 "-Djava.security.policy=" + TEST_SRC + File.separator + "default-pol"
72 "-Djava.security.policy=" + TEST_SRC + File.separator + "charsetProvider.sp"
/openjdk10/langtools/test/tools/jdeps/jdkinternals/
H A DShowReplacement.java45 private static final String TEST_SRC = System.getProperty("test.src"); field in class:ShowReplacement
63 assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src", "apple"), tmp));
64 assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src", "q"),
H A DRemovedJDKInternals.java48 private static final String TEST_SRC = System.getProperty("test.src"); field in class:RemovedJDKInternals
63 Path sunMiscSrc = Paths.get(TEST_SRC, "patches", JDK_UNSUPPORTED);
69 Path codecSrc = Paths.get(TEST_SRC, "patches", "java.desktop");
74 assertTrue(CompilerUtils.compile(Paths.get(TEST_SRC, "src", "p"),
/openjdk10/jdk/test/java/lang/Class/forName/modules/
H A DTestDriver.java56 private static final String TEST_SRC = field in class:TestDriver
61 private static final Path MOD_SRC_DIR = Paths.get(TEST_SRC, "src");
127 Path policyFile = Paths.get(TEST_SRC, "policy.denied");
143 Path policyFile = Paths.get(TEST_SRC, "policy");
/openjdk10/jdk/test/tools/launcher/modules/patch/basic/
H A DPatchTest.java63 private static final String TEST_SRC = System.getProperty("test.src"); field in class:PatchTest
66 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
70 private static final Path SRC1_DIR = Paths.get(TEST_SRC, "src1");
74 private static final Path SRC2_DIR = Paths.get(TEST_SRC, "src2");
H A DPatchTestWarningError.java60 private static final String TEST_SRC = System.getProperty("test.src"); field in class:PatchTestWarningError
63 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
67 private static final Path SRC1_DIR = Paths.get(TEST_SRC, "src1");
71 private static final Path SRC2_DIR = Paths.get(TEST_SRC, "src2");
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/
H A DBasicModularXMLParserTest.java59 private static final String TEST_SRC = System.getProperty("test.src"); field in class:BasicModularXMLParserTest
61 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
/openjdk10/jdk/test/java/lang/StackTraceElement/
H A DWithClassLoaderName.java48 private static final String TEST_SRC = System.getProperty("test.src"); field in class:WithClassLoaderName
51 private static final Path SRC_DIR = Paths.get(TEST_SRC, "src");
/openjdk10/jdk/test/sun/security/krb5/auto/
H A DBogusKDC.java43 static final String TEST_SRC = System.getProperty("test.src", "."); field in class:BogusKDC
76 TEST_SRC + File.separator + "refreshKrb5Config.jaas");

Completed in 274 milliseconds

1234