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

/openjdk7/langtools/test/tools/javac/file/zip/
H A DT6836682.java42 * -javaoptions=-DT6836682.testScenarioB=true.
200 public static void testScenarioB(String... args) throws IOException { method in class:T6836682
226 System.out.println("Warning: testScenarioB passes vacuously," +
234 if (Boolean.getBoolean("T6836682.testScenarioB")) {
235 testScenarioB();
236 System.out.println("testScenarioB: PASS");
238 System.out.println("Warning: testScenarioB, large file test skipped");

Completed in 47 milliseconds