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

1234567

/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DCustom.java38 static void unexpected(Throwable t) { failed++; t.printStackTrace(); } method in class:Custom
H A DShutdownNowExecuteRace.java47 catch (Throwable t) { unexpected(t); }}};
57 catch (Throwable t) { unexpected(t); }}}};
75 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ShutdownNowExecuteRace
81 try {realMain(args);} catch (Throwable t) {unexpected(t);}
90 else unexpected(t);}}
94 try {realRun();} catch (Throwable t) {unexpected(t);}}}
H A DTimeOutShrink.java52 } catch (Throwable t) { unexpected(t); }}};
72 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:TimeOutShrink
78 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/
H A DDeflateIn_InflateOut.java236 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:DeflateIn_InflateOut
242 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DTestEmptyZip.java87 unexpected(ex);
98 unexpected(ex);
112 unexpected(ex);
132 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:TestEmptyZip
138 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DFinalizeZipFile.java90 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FinalizeZipFile
96 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DLargeZipFile.java148 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:LargeZipFile
149 static void unexpected(Throwable t, String msg) { method in class:LargeZipFile
156 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DHttpOnly.java261 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:HttpOnly
270 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/sun/nio/cs/
H A DISO8859x.java75 unexpected(t);
87 catch (Throwable t) { unexpected(t); }
96 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ISO8859x
102 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/com/sun/nio/sctp/
H A DMessageInfoTests.java134 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:MessageInfoTests
145 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DBind.java98 catch (IOException ioe) { unexpected(ioe); }
107 } catch (IOException ioe) { unexpected(ioe); }
117 } catch (IOException ioe) { unexpected(ioe); }
127 } catch (IOException ioe) { unexpected(ioe); }
136 unexpected(ioe);
139 unexpected(ioe);
142 catch (IOException ioe) { unexpected(ioe); }
187 unexpected(ioe);
200 unexpected(ioe);
222 unexpected(io
336 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Bind
[all...]
H A DReceive.java112 unexpected(ioe);
122 fail("unexpected null from receive");
150 fail("unexpected null from receive");
186 unexpected(ioe);
205 unexpected(ioe);
209 catch (InterruptedException ie) { unexpected(ie); }
212 catch (IOException e) { unexpected (e);}
276 unexpected(ioe);
278 unexpected(ie);
326 unexpected(io
346 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Receive
[all...]
H A DSend.java108 unexpected(ioe);
166 unexpected(ioe);
204 unexpected(ioe);
227 unexpected(ioe);
274 unexpected(ioe);
278 catch (InterruptedException ie) { unexpected(ie); }
281 catch (IOException e) { unexpected (e);}
320 fail("Server: unexpected null from receive");
340 fail("Server: unexpected null from receive");
368 fail("Server: unexpected nul
449 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Send
[all...]
H A DShutdown.java100 unexpected(ioe);
112 fail("unexpected null from receive");
140 unexpected(ioe);
152 unexpected(ioe);
162 unexpected(ioe);
165 unexpected(ioe);
167 unexpected(ie);
171 catch (IOException e) { unexpected(e);}
233 catch (IOException ioe) { unexpected(ioe); }
235 catch (IOException ioe) { unexpected(io
270 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Shutdown
[all...]
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java147 unexpected(ioe);
151 catch (InterruptedException ie) { unexpected(ie); }
154 catch (IOException e) { unexpected (e);}
191 fail("Server: unexpected null from receive");
219 unexpected(ioe);
221 unexpected(ie);
274 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Branch
284 try {test(args);} catch (Throwable t) {unexpected(t);}
H A DSocketOptionTests.java151 unexpected(ioe);
260 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:SocketOptionTests
270 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
H A DAccept.java103 unexpected(ioe);
105 unexpected(ie);
108 catch (IOException e) { unexpected(e);}
130 unexpected(ioe);
148 unexpected(ioe);
223 catch (IOException ioe) { unexpected(ioe); }
225 catch (IOException ioe) { unexpected(ioe); }
256 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Accept
261 catch(InterruptedException ie) { unexpected(ie); }}
263 catch(InterruptedException ie) { unexpected(i
[all...]
H A DNonBlockingAccept.java100 unexpected(ioe);
102 unexpected(ie);
181 catch (IOException ioe) { unexpected(ioe); }
183 catch (IOException ioe) { unexpected(ioe); }
214 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:NonBlockingAccept
219 catch(InterruptedException ie) { unexpected(ie); }}
226 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/lang/annotation/
H A DParameterAnnotations.java105 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ParameterAnnotations
116 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/AbstractCollection/
H A DToArrayTest.java195 unexpected(t);
207 static void unexpected(Throwable t) { failed++; t.printStackTrace(); } method in class:ToArrayTest
/openjdk7/jdk/test/java/util/Collections/
H A DCheckedNull.java61 catch (Throwable t) { unexpected(t); return null; }
102 } catch (Throwable t) { unexpected(t); }
169 } catch (Throwable t) { unexpected(t); }
177 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:CheckedNull
185 try {test(args);} catch (Throwable t) {unexpected(t);}
H A DEmptyIterator.java126 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:EmptyIterator
134 try {test(args);} catch (Throwable t) {unexpected(t);}
143 else unexpected(t);}}
/openjdk7/jdk/test/java/util/Timer/
H A DArgs.java126 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Args
134 try {test(args);} catch (Throwable t) {unexpected(t);}
143 else unexpected(t);}}
/openjdk7/jdk/test/java/util/WeakHashMap/
H A DGCDuringIteration.java226 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:GCDuringIteration
234 try {test(args);} catch (Throwable t) {unexpected(t);}
243 else unexpected(t);}}
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DConcurrentQueueLoops.java144 catch (Throwable t) { unexpected(t); return null; }
178 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ConcurrentQueueLoops
186 try {test(args);} catch (Throwable t) {unexpected(t);}

Completed in 86 milliseconds

1234567