Searched refs:expectedFiles (Results 1 - 8 of 8) sorted by relevance

/openjdk9/langtools/test/tools/javac/annotations/repeatingAnnotations/combo/expectedFiles/
H A DExpectedContainer.java24 package expectedFiles; package
H A DExpectedBase.java24 package expectedFiles; package
/openjdk9/jdk/test/tools/lib/tests/
H A DJImageValidator.java56 private final String[] expectedFiles; field in class:JImageValidator
69 String[] expectedFiles) throws IOException {
79 this.expectedFiles = expectedFiles == null ? new String[0] : expectedFiles;
109 for (String f : expectedFiles) {
65 JImageValidator(String module, List<String> expectedLocations, File rootDir, List<String> unexpectedPaths, List<String> unexpectedFiles, String[] expectedFiles) argument
H A DHelper.java289 public void checkImage(Path imageDir, String module, String[] paths, String[] files, String[] expectedFiles) throws IOException { argument
303 expectedFiles);
/openjdk9/jdk/test/tools/jlink/
H A DNativeTest.java86 String[] expectedFiles = new String[] {
96 helper.checkImage(image, moduleName, null, null, expectedFiles);
/openjdk9/jdk/test/tools/jlink/plugins/
H A DExcludeJmodSectionPluginTest.java151 public void test(String[] opts, List<String> expectedFiles) throws Exception { argument
170 Path image = createImage(dir, options, expectedFiles);
181 return !expectedFiles.contains(fn);
210 List<String> expectedFiles) {
217 for (String fn : expectedFiles) {
209 createImage(String outputDir, List<String> options, List<String> expectedFiles) argument
H A DLegalFilePluginTest.java183 public void test(String[] opts, Map<String,String> expectedFiles) throws Exception { argument
214 if (!expectedFiles.containsKey(fn)) {
217 compareFileContent(p, expectedFiles.get(fn));
/openjdk9/langtools/test/tools/javac/annotations/repeatingAnnotations/combo/
H A DReflectionTest.java31 * @compile expectedFiles/ExpectedBase.java expectedFiles/ExpectedContainer.java
47 import expectedFiles.ExpectedBase;
48 import expectedFiles.ExpectedContainer;

Completed in 60 milliseconds