Searched refs:testSrcDir (Results 1 - 14 of 14) sorted by relevance

/openjdk9/jdk/test/javax/xml/bind/jxc/8073519/
H A DSchemagenErrorReporting.java51 Path testWorkDir, testSrcDir, testOutput;
58 testSrcDir = Paths.get(System.getProperty("test.src", "."));
64 Files.copy(testSrcDir.resolve(CLASS_FILE), testWorkDir.resolve(CLASS_FILE),
/openjdk9/langtools/test/tools/javac/
H A DT6397286.java41 String testSrcDir = System.getProperty("test.src");
47 fm.getJavaFileObjectsFromFiles(Arrays.asList(new File(testSrcDir, self + ".java")));
H A DT6361619.java45 String testSrcDir = System.getProperty("test.src");
64 fm.getJavaFileObjectsFromFiles(Arrays.asList(new File(testSrcDir,
H A DT6403466.java48 static final String testSrcDir = System.getProperty("test.src"); field in class:T6403466
58 fm.getJavaFileObjectsFromFiles(Arrays.asList(new File(testSrcDir, self + ".java")));
68 VerifyingTaskListener vtl = new VerifyingTaskListener(new File(testSrcDir, self + ".out"));
/openjdk9/langtools/test/tools/javac/api/
H A DT6501502.java55 File testSrcDir = new File(System.getProperty("test.src"));
59 test(new File(testSrcDir, "T6501501.java"));
H A DTestTrees.java58 static final String testSrcDir = System.getProperty("test.src"); field in class:TestTrees
79 fm.getJavaFileObjectsFromFiles(Arrays.asList(new File(testSrcDir, self + ".java")));
/openjdk9/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/
H A DTestSerializationMismatch.java46 static final String testSrcDir = testSrc != null ? testSrc : "."; field in class:TestSerializationMismatch
47 static final String testSrcClientDir = testSrcDir + File.separator + clientDir + File.separator;
48 static final String testSrcServerDir = testSrcDir + File.separator + serverDir + File.separator;
/openjdk9/jdk/test/javax/xml/bind/jxc/8046817/
H A DGenerateEnumSchema.java66 testSrcDir = Paths.get(System.getProperty("test.src", "."));
78 Files.copy(testSrcDir.resolve(inputFileName), testCaseDir.resolve(inputFileName), REPLACE_EXISTING);
117 Path testSrcDir; field in class:GenerateEnumSchema
/openjdk9/langtools/test/tools/javac/6902720/
H A DTest.java52 File testSrcDir = new File(System.getProperty("test.src"));
54 test(new File(testSrcDir, arg));
/openjdk9/jdk/test/javax/xml/bind/xjc/8145039/
H A DJaxbMarshallTest.java59 testSrcDir = Paths.get(System.getProperty("test.src", "."));
63 Files.copy(testSrcDir.resolve(XSD_FILENAME), testWorkDir.resolve(XSD_FILENAME), REPLACE_EXISTING);
157 Path testSrcDir; field in class:JaxbMarshallTest
/openjdk9/jdk/test/javax/xml/bind/xjc/8032884/
H A DXjcOptionalPropertyTest.java78 testSrcDir = Paths.get(System.getProperty("test.src", "."));
82 Files.copy(testSrcDir.resolve(XSD_FILENAME), testWorkDir.resolve(XSD_FILENAME), REPLACE_EXISTING);
126 Path testSrcDir; field in class:XjcOptionalPropertyTest
/openjdk9/jdk/test/sun/misc/JarIndex/metaInfFilenames/
H A DBasic.java95 static final String testSrcDir = testSrc != null ? testSrc : "."; field in class:Basic
124 testSources[i] = testSrcDir + slash + testSources[i];
127 "-sourcepath", testSrcDir,
134 "-C", testSrcDir + slash + "jarA", "META-INF");
137 "-C", testSrcDir + slash + "jarB", "META-INF");
140 "-C", testSrcDir + slash + "jarC", "META-INF");
/openjdk9/langtools/test/tools/javac/policy/test1/
H A DTest1b.java94 File testSrcDir = new File(System.getProperty("test.src"));
101 l.add(new File(testSrcDir, a).getPath());
/openjdk9/jdk/test/java/sql/testng/test/sql/
H A DBatchUpdateExceptionTests.java41 private final String testSrcDir = System.getProperty("test.src", ".") field in class:BatchUpdateExceptionTests

Completed in 80 milliseconds