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

1234567

/openjdk7/jdk/test/java/util/Collections/
H A DReverseOrder2.java103 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ReverseOrder2
109 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DT6433170.java67 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:T6433170
75 try {test(args);} catch (Throwable t) {unexpected(t);}
84 else unexpected(t);}}
/openjdk7/jdk/test/java/util/Deque/
H A DChorusLine.java53 catch (Throwable t) {unexpected(t);}
63 catch (Throwable t) {unexpected(t);}
78 catch (Throwable t) {unexpected(t);}
82 catch (Throwable t) {unexpected(t);}
103 catch (Throwable t) {unexpected(t);}
110 catch (Throwable t) {unexpected(t);}
177 catch (Throwable t) {unexpected(t);}
186 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ChorusLine
192 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/Map/
H A DGet.java84 catch (Throwable t) { unexpected(m.getClass().getName(), t); }
88 catch (Throwable t) { unexpected(m.getClass().getName(), t); }
92 catch (Throwable t) { unexpected(m.getClass().getName(), t); }
100 catch (Throwable t) { unexpected(m.getClass().getName(), t); }
104 catch (Throwable t) { unexpected(m.getClass().getName(), t); }
108 catch (Throwable t) { unexpected(m.getClass().getName(), t); }
117 static void unexpected(String msg, Throwable t) { System.err.println("Unexpected: " + msg); unexpected(t); } method in class:Get
118 static void unexpected(Throwable t) { failed++; t.printStackTrace(System.err); } method in class:Get
126 try { realMain(args); } catch (Throwable t) { unexpected(
[all...]
H A DLockStep.java116 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:LockStep
124 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/PriorityQueue/
H A DForgetMeNot.java140 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ForgetMeNot
146 try {realMain(args);} catch (Throwable t) {unexpected(t);}
155 else unexpected(t);}}
H A DNoNulls.java186 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:NoNulls
194 try {test(args);} catch (Throwable t) {unexpected(t);}
203 else unexpected(t);}}
/openjdk7/jdk/test/java/util/Timer/
H A DDelayOverflow.java61 catch (Throwable t) { unexpected(t); }
101 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:DelayOverflow
112 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DInterrupt.java48 } catch (Throwable t) { unexpected(t); }
93 catch (Throwable t) { unexpected(t); }
113 unexpected(t);
130 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Interrupt
136 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DOfferDrainToLoops.java98 try { realRun(); } catch (Throwable t) { unexpected(t); }
172 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:OfferDrainToLoops
180 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DGCRetention.java147 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:GCRetention
155 try {test(args);} catch (Throwable t) {unexpected(t);}
H A DOfferRemoveLoops.java94 try { realRun(); } catch (Throwable t) { unexpected(t); }
163 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:OfferRemoveLoops
171 try {test(args);} catch (Throwable t) {unexpected(t);}
H A DRemovePollRace.java115 catch (InterruptedException e) { unexpected(e); }
209 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:RemovePollRace
217 try {test(args);} catch (Throwable t) {unexpected(t);}
222 try {r.run();} catch (Throwable t) {unexpected(t);}}};}
/openjdk7/jdk/test/java/util/concurrent/DelayQueue/
H A DIterate.java67 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Iterate
73 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DPollUnexpired.java56 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:PollUnexpired
62 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DThrows.java77 catch (Throwable t) { unexpected(t); }
80 catch (Throwable t) { unexpected(t); }
83 catch (Throwable t) { unexpected(t); }
86 catch (Throwable t) { unexpected(t); }
89 catch (Throwable t) { unexpected(t); }
92 catch (Throwable t) { unexpected(t); }
95 catch (Throwable t) { unexpected(t); }
98 catch (Throwable t) { unexpected(t); }
101 catch (Throwable t) { unexpected(t); }
104 catch (Throwable t) { unexpected(
116 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:Throws
[all...]
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DBlockingTaskExecutor.java63 catch (Throwable t) { unexpected(t); }}};
154 static void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:BlockingTaskExecutor
160 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DDoneTimedGetLoops.java86 try { realRun(); } catch (Throwable t) { unexpected(t); }
152 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:DoneTimedGetLoops
160 try {test(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DFickleRegister.java131 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:FickleRegister
139 try {test(args);} catch (Throwable t) {unexpected(t);}
147 try {realRun();} catch (Throwable t) {unexpected(t);}
H A DPhaseOverflow.java147 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:PhaseOverflow
155 try {test(args);} catch (Throwable t) {unexpected(t);}
H A DTieredArriveLoops.java98 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:TieredArriveLoops
106 try {test(args);} catch (Throwable t) {unexpected(t);}
114 try {realRun();} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DBasicCancelTest.java51 } catch (Throwable t) { unexpected(t); }
64 } catch (Throwable t) { unexpected(t); }
95 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:BasicCancelTest
103 try {test(args);} catch (Throwable t) {unexpected(t);}
112 else unexpected(t);}}
H A DDelayOverflow.java112 } catch (Throwable t) { unexpected(t); }
139 } catch (Throwable t) { unexpected(t); }
158 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:DelayOverflow
166 try {test(args);} catch (Throwable t) {unexpected(t);}
H A DZeroCorePoolSize.java65 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:ZeroCorePoolSize
73 try {test(args);} catch (Throwable t) {unexpected(t);}
82 else unexpected(t);}}
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DCoreThreadTimeOut.java98 void unexpected(Throwable t) {failed++; t.printStackTrace();} method in class:CoreThreadTimeOut
106 try {test(args);} catch (Throwable t) {unexpected(t);}

Completed in 80 milliseconds

1234567