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

1234567

/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DManyZipFiles.java130 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ManyZipFiles
136 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DReadLongZipFileName.java74 unexpected(e, "Problem creating the Jar file.");
95 unexpected(e, "Test failed - problem reading the Jar file back in.");
114 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ReadLongZipFileName
115 static void unexpected(Throwable t, String msg) { method in class:ReadLongZipFileName
122 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/sun/nio/cs/
H A DEucJpLinux0212.java70 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:EucJpLinux0212
76 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DUkrainianIsNotRussian.java67 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:UkrainianIsNotRussian
73 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DFixedLengthInputStream.java134 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FixedLengthInputStream
144 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DConnect.java96 unexpected(ioe);
121 unexpected(ioe);
131 unexpected(ioe);
145 unexpected(ioe);
156 unexpected(ioe);
186 unexpected(ioe);
208 unexpected(ioe);
226 unexpected(ioe);
236 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Connect
246 try {test(args);} catch (Throwable t) {unexpected(
[all...]
H A DSocketOptionTests.java140 unexpected(ioe);
205 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:SocketOptionTests
215 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSend.java177 unexpected(ioe);
210 unexpected(ioe);
214 catch (InterruptedException ie) { unexpected(ie); }
217 catch (IOException e) { unexpected (e);}
254 fail("Server: unexpected null from receive");
287 fail("Server: unexpected null from receive");
318 fail("Server: unexpected null from receive");
335 unexpected(ioe);
337 unexpected(ie);
351 void unexpected(Throwabl method in class:Send
[all...]
/openjdk7/jdk/test/java/net/HttpURLConnection/
H A DUnmodifiableMaps.java137 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:UnmodifiableMaps
145 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DHttpTest.java114 unexpected(e);
116 if (in != null) { try {in.close(); } catch(IOException e) {unexpected(e);} }
137 void unexpected(Exception e) { method in class:HttpTest.HttpServer
/openjdk7/jdk/test/java/nio/charset/StandardCharsets/
H A DStandard.java73 unexpected(failure);
90 static void unexpected(Throwable t) { failed++; t.printStackTrace(); } method in class:Standard
97 try { realMain(args); } catch (Throwable t) { unexpected(t); }
108 else unexpected(t);}}
/openjdk7/jdk/test/tools/jar/
H A DChangeDir.java120 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ChangeDir
126 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DJarBackSlash.java126 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:JarBackSlash
132 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DJarEntryTime.java153 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:JarEntryTime
159 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DUpdateManifest.java53 try { testManifestExistence(); } catch (Throwable t) { unexpected(t); }
54 try { testManifestContents(); } catch (Throwable t) { unexpected(t); }
199 static void unexpected(Throwable t) { method in class:UpdateManifest
222 unexpected(t);
/openjdk7/jdk/test/java/util/AbstractMap/
H A DSimpleEntries.java62 catch (Throwable t) { unexpected(t); }
78 catch (Throwable t) { unexpected(t); }
87 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:SimpleEntries
93 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/ArrayList/
H A DBug6533203.java50 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Bug6533203
58 try {test(args);} catch (Throwable t) {unexpected(t);}
67 else unexpected(t);}}
/openjdk7/jdk/test/java/util/BitSet/
H A DImportExport.java144 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ImportExport
152 try {test(args);} catch (Throwable t) {unexpected(t);}
H A DPreviousBits.java139 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:PreviousBits
147 try {test(args);} catch (Throwable t) {unexpected(t);}
156 else unexpected(t);}}
H A DStickySize.java80 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:StickySize
86 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/Collection/
H A DHotPotatoes.java85 } catch (Throwable t) { unexpected(t); }
93 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:HotPotatoes
99 try {realMain(args);} catch (Throwable t) {unexpected(t);}
105 try { realRun(); } catch (Throwable t) { unexpected(t); }}}
H A DIteratorAtEnd.java70 } catch (Throwable t) { unexpected(t); }
80 } catch (Throwable t) { unexpected(t); }
91 } catch (Throwable t) { unexpected(t); }
105 } catch (Throwable t) { unexpected(t); }
117 } catch (Throwable t) { unexpected(t); }
126 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:IteratorAtEnd
132 try {realMain(args);} catch (Throwable t) {unexpected(t);}
141 else unexpected(t);}}
/openjdk7/jdk/test/java/util/Collections/
H A DAsLifoQueue.java46 } catch (Throwable t) { unexpected(t); }
74 } catch (Throwable t) { unexpected(t); }
82 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:AsLifoQueue
88 try {realMain(args);} catch (Throwable t) {unexpected(t);}
97 else unexpected(t);}}
H A DBigBinarySearch.java67 catch (Throwable t) { unexpected(t); }
74 catch (Throwable t) { unexpected(t); }
106 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:BigBinarySearch
112 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DCheckedIdentityMap.java61 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:CheckedIdentityMap
69 try {test(args);} catch (Throwable t) {unexpected(t);}
78 else unexpected(t);}}
81 try {r.run();} catch (Throwable t) {unexpected(t);}}};}

Completed in 81 milliseconds

1234567