Searched defs:testCommandLine (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/api/
H A DT6430241.java44 testCommandLine();
68 void testCommandLine() throws Exception { method in class:T6430241
69 testCommandLine(true);
70 testCommandLine(true, "-Xbootclasspath/p:" + emptyDir);
71 testCommandLine(false, "-Xbootclasspath:" + bootClassPath);
72 testCommandLine(true, "-Xbootclasspath/a:" + emptyDir);
73 testCommandLine(false, "-XDignore.symbol.file");
77 void testCommandLine(boolean expectWarnings, String... opts) throws Exception { method in class:T6430241

Completed in 29 milliseconds