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

1234567

/openjdk7/jdk/test/java/util/Arrays/
H A DFill.java43 catch (Throwable t) { unexpected(t); }
50 catch (Throwable t) { unexpected(t); }
57 catch (Throwable t) { unexpected(t); }
65 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Fill
71 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/Collections/
H A DNCopies.java46 static void unexpected(Throwable t) { method in class:NCopies
95 } catch (Throwable t) { unexpected(t); }
H A DSetFromMap.java37 static void unexpected(Throwable t) { failed++; t.printStackTrace(); } method in class:SetFromMap
44 try { realMain(); } catch (Throwable t) { unexpected(t); }
64 } catch (Throwable t) { unexpected(t); }
/openjdk7/jdk/test/java/util/PriorityQueue/
H A DRemoveContains.java46 static void unexpected(Throwable t) { method in class:RemoveContains
96 } catch (Throwable t) { unexpected(t); }
/openjdk7/jdk/test/java/util/Random/
H A DNextBytes.java52 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:NextBytes
58 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/TreeMap/
H A DEmptyMapAndNulls.java111 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:EmptyMapAndNulls
117 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DNullAtEnd.java46 static void unexpected(Throwable t) { method in class:NullAtEnd
104 } catch (Throwable t) { unexpected(t); }
/openjdk7/jdk/test/java/util/Vector/
H A DCopyInto.java45 catch (Throwable t) { unexpected(t); }
53 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:CopyInto
59 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ConcurrentMap/
H A DConcurrentModification.java41 static void unexpected(Throwable t) { method in class:ConcurrentModification
71 } catch (Throwable t) {unexpected(t);}
88 } catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ExecutorService/
H A DInvoke.java47 static void unexpected(Throwable t) { method in class:Invoke
87 } catch (Throwable t) { unexpected(t); }
/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DAutoShutdown.java83 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:AutoShutdown
88 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantReadWriteLock/
H A DBug6571733.java52 } catch (Throwable t) { unexpected(t); }}};
63 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Bug6571733
68 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/
H A DInfoZip.java42 static void unexpected(Throwable t) { method in class:InfoZip
H A DStoredCRC.java77 unexpected(t);
95 unexpected(t);
105 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:StoredCRC
111 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DTestZipError.java94 unexpected(t);
106 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:TestZipError
112 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DDeleteTempJar.java78 unexpected(ex);
101 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:DeleteTempJar
107 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/com/sun/tools/extcheck/
H A DTestExtcheckArgs.java83 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:TestExtcheckArgs
89 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/io/FileOutputStream/
H A DAtomicAppend.java56 } catch (Throwable t) { unexpected(t); }}});
70 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:AtomicAppend
78 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/io/PrintStream/
H A DFailingConstructors.java120 unexpected(ioe);
129 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FailingConstructors
131 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/io/PrintWriter/
H A DFailingConstructors.java119 unexpected(ioe);
128 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FailingConstructors
130 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/lang/
H A DCompare.java131 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Compare
139 try {test(args);} catch (Throwable t) {unexpected(t);}
H A DHashCode.java69 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:HashCode
77 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DCapacity.java74 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Capacity
82 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/net/Socket/
H A DSocksConnectTimeout.java62 unexpected(e);
100 unexpected(e);
111 static void unexpected(Exception e ) { method in class:SocksConnectTimeout
116 if (closeable != null) try { closeable.close(); } catch (IOException e) {unexpected(e);}
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DClosedByInterrupt.java139 unexpected(e);
148 unexpected(e + " thrown but interrupt status not set");
151 unexpected(e);
155 unexpected(e);
160 unexpected(e);
173 static void unexpected(Exception e) { method in class:ClosedByInterrupt
178 static void unexpected(String msg) { method in class:ClosedByInterrupt

Completed in 140 milliseconds

1234567