Searched refs:expectWarnings (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javac/api/
H A DT6430241.java77 void testCommandLine(boolean expectWarnings, String... opts) throws Exception { argument
88 checkOutput(out, expectWarnings);
102 void testSimpleAPI(boolean expectWarnings, String... opts) { argument
116 checkOutput(out, expectWarnings);
133 void testTaskAPI(boolean expectWarnings, Iterable<? extends File> pcp) throws Exception { argument
151 checkOutput(out, expectWarnings);
213 void checkOutput(String out, boolean expectWarnings) { argument
216 if (!expectWarnings)
219 if (expectWarnings)
/openjdk7/langtools/test/tools/javap/
H A DT4777949.java56 void test(String classPath, String className, boolean expectWarnings) { argument

Completed in 31 milliseconds