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

1234567

/openjdk7/jdk/test/java/nio/charset/CharsetEncoder/
H A DFlush.java101 static void unexpected(Throwable t) { failed++; t.printStackTrace(); } method in class:Flush
108 try { realMain(args); } catch (Throwable t) { unexpected(t); }
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DPermission.java76 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Permission
82 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/tools/jar/
H A DUpdateJar.java77 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:UpdateJar
83 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/AbstractCollection/
H A DToString.java67 static void unexpected(Throwable t) { failed++; t.printStackTrace(); } method in class:ToString
74 try { realMain(args); } catch (Throwable t) { unexpected(t); }
/openjdk7/jdk/test/java/util/Arrays/
H A DBig.java56 catch (Throwable t) { unexpected(t); }
59 catch (Throwable t) { unexpected(t); }
63 catch (Throwable t) { unexpected(t); }
84 catch (Throwable t) { unexpected(t); }
87 catch (Throwable t) { unexpected(t); }
91 catch (Throwable t) { unexpected(t); }
104 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Big
110 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DFloatDoubleOrder.java112 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FloatDoubleOrder
120 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/Formatter/
H A DFailingConstructors.java118 unexpected(ioe);
127 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FailingConstructors
129 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/Scanner/
H A DFailingConstructors.java117 unexpected(ioe);
126 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FailingConstructors
128 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/TreeMap/
H A DNullPermissiveComparator.java104 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:NullPermissiveComparator
110 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DLastElement.java58 catch (Throwable t) {unexpected(t);}
75 catch (Throwable t) {unexpected(t);}
90 unexpected(e);
104 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:LastElement
112 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DIteratorWeakConsistency.java79 } catch (Throwable t) { unexpected(t); }
97 } catch (Throwable t) { unexpected(t); }
106 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:IteratorWeakConsistency
114 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/CopyOnWriteArrayList/
H A DEqualsRace.java60 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:EqualsRace
66 try {realMain(args);} catch (Throwable t) {unexpected(t);}
72 try { realRun(); } catch (Throwable t) { unexpected(t); }}}
/openjdk7/jdk/test/java/util/concurrent/CopyOnWriteArraySet/
H A DRacingCows.java96 catch (Throwable t) { unexpected(t); }
100 catch (Throwable t) { unexpected(t); }
104 catch (Throwable t) { unexpected(t); }
108 catch (Throwable t) { unexpected(t); }
119 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:RacingCows
125 try {realMain(args);} catch (Throwable t) {unexpected(t);}
131 try { realRun(); } catch (Throwable t) { unexpected(t); }}}
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DExplicitSet.java49 } catch (Exception e) { unexpected(e); }
78 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ExplicitSet
84 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DArrive.java86 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Arrive
94 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DDecorateTask.java96 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:DecorateTask
104 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DModifyCorePoolSize.java66 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ModifyCorePoolSize
72 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DSelfInterrupt.java55 } catch (Throwable t) { unexpected(t); }}});
66 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:SelfInterrupt
74 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/TimeUnit/
H A DBasic.java89 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Basic
95 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/logging/
H A DLoggerSubclass.java88 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:LoggerSubclass
97 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/
H A DConstructDeflaterInput.java166 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ConstructDeflaterInput
172 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DConstructInflaterOutput.java142 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ConstructInflaterOutput
148 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DDataDescriptor.java116 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:DataDescriptor
122 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DTotalInOut.java86 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:TotalInOut
87 static void unexpected(Throwable t, String msg) { method in class:TotalInOut
94 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/GZIP/
H A DReadUByte.java63 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ReadUByte
69 try {realMain(args);} catch (Throwable t) {unexpected(t);}

Completed in 84 milliseconds

1234567