Searched defs:unexpected (Results 151 - 159 of 159) sorted by relevance

1234567

/openjdk7/jdk/test/java/util/zip/
H A DFlaterCriticalArray.java283 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FlaterCriticalArray
284 static void unexpected(Throwable t, String msg) { method in class:FlaterCriticalArray
292 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DInflateIn_DeflateOut.java277 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:InflateIn_DeflateOut
283 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java44 static void unexpected(Throwable t) { method in class:CorruptedZipFiles
165 unexpected(e);
167 unexpected(t);
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java186 catch (Throwable t) { unexpected(t); }
244 catch (Throwable t) { unexpected(t); }
289 catch (Throwable t) { unexpected(t); }
299 } catch (Throwable t) { unexpected(t); }
306 catch (Throwable t) { unexpected(t); }
311 } catch (Throwable t) { unexpected(t); }
318 catch (Throwable t) { unexpected(t); }
370 catch (Throwable t) { unexpected(t); }
389 catch (Throwable t) { unexpected(t); }
392 catch (Throwable t) { unexpected(
1175 static void unexpected(Throwable t) { failed++; t.printStackTrace(); } method in class:MOAT
[all...]
/openjdk7/jdk/test/sun/nio/cs/
H A DFindDecoderBugs.java420 unexpected(t);
433 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FindDecoderBugs
442 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DFindEncoderBugs.java501 unexpected(t);
514 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FindEncoderBugs
520 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java807 static void unexpected(Throwable t) { failed++; t.printStackTrace(); } method in class:LockStep
814 try { realMain(args); } catch (Throwable t) { unexpected(t); }
825 else unexpected(t);}}
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java87 unexpected(t);
100 unexpected(t);
212 } catch (Throwable t) { unexpected(t); }
226 } catch (Throwable t) { unexpected(t); }
235 } catch (Throwable t) { unexpected(t); }
244 } catch (Throwable t) { unexpected(t); }
279 unexpected(e);
280 } catch (Throwable t) { unexpected(t); }
383 unexpected(e);
384 } catch (Throwable t) { unexpected(
2288 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Basic
[all...]
/openjdk7/jdk/test/java/util/EnumSet/
H A DRetainAll.java75 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:RetainAll
81 try {realMain(args);} catch (Throwable t) {unexpected(t);}

Completed in 100 milliseconds

1234567