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

/openjdk7/hotspot/test/runtime/7116786/
H A DTest7116786.java47 * Some cases are not testable, either because the code is probably unreachable
49 * marked with 'testable' == false, and the test runner will skip them.
58 private boolean testable; // Whether this case is testable or not. field in class:Case
60 public Case(String caseName, String file, boolean testable, argument
64 this.testable = testable;
76 boolean isTestable() { return this.testable; }

Completed in 78 milliseconds