Searched refs:whyFailed (Results 1 - 25 of 50) sorted by relevance

12

/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DAbstractTest.java56 public static void fail( String whyFailed )
58 Sysout.println( "The test failed: " + whyFailed );
60 throw new RuntimeException( whyFailed );
/openjdk7/jdk/test/java/awt/Modal/LWModalTest/
H A DLWModalTest.java176 public static synchronized void fail(String whyFailed) argument
180 throw new RuntimeException(whyFailed);
184 failureMessage = whyFailed;
/openjdk7/jdk/test/com/sun/awt/SecurityWarning/
H A DGetSizeShouldNotReturnZero.java186 public static synchronized void fail( String whyFailed )
188 Sysout.println( "The test failed: " + whyFailed );
194 throw new RuntimeException( whyFailed );
198 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/Component/NoUpdateUponShow/
H A DNoUpdateUponShow.java177 public static synchronized void fail( String whyFailed )
179 Sysout.println( "The test failed: " + whyFailed );
185 throw new RuntimeException( whyFailed );
189 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/FileDialog/DefaultFocusOwner/
H A DDefaultFocusOwner.java165 public static synchronized void fail( String whyFailed )
167 Sysout.println( "The test failed: " + whyFailed );
173 throw new RuntimeException( whyFailed );
177 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/Focus/NonFocusableResizableTooSmall/
H A DNonFocusableResizableTooSmall.java209 public static synchronized void fail( String whyFailed )
211 Sysout.println( "The test failed: " + whyFailed );
217 throw new RuntimeException( whyFailed );
221 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/Frame/ShownOffScreenOnWin98/
H A DShownOffScreenOnWin98Test.java202 public static synchronized void fail( String whyFailed )
204 Sysout.println( "The test failed: " + whyFailed );
210 throw new RuntimeException( whyFailed );
214 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/Frame/UnfocusableMaximizedFrameResizablity/
H A DUnfocusableMaximizedFrameResizablity.java207 public static synchronized void fail( String whyFailed )
209 Sysout.println( "The test failed: " + whyFailed );
215 throw new RuntimeException( whyFailed );
219 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/List/ListFlickers/
H A DListFlickers.java160 public static synchronized void fail( String whyFailed )
162 Sysout.println( "The test failed: " + whyFailed );
168 throw new RuntimeException( whyFailed );
172 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/Mixing/
H A DLWComboBox.java219 public static synchronized void fail( String whyFailed )
221 Sysout.println( "The test failed: " + whyFailed );
227 throw new RuntimeException( whyFailed );
231 failureMessage = whyFailed;
H A DMixingInHwPanel.java222 public static synchronized void fail( String whyFailed )
224 Sysout.println( "The test failed: " + whyFailed );
230 throw new RuntimeException( whyFailed );
234 failureMessage = whyFailed;
H A DMixingOnDialog.java222 public static synchronized void fail( String whyFailed )
224 Sysout.println( "The test failed: " + whyFailed );
230 throw new RuntimeException( whyFailed );
234 failureMessage = whyFailed;
H A DMixingOnShrinkingHWButton.java223 public static synchronized void fail( String whyFailed )
225 Sysout.println( "The test failed: " + whyFailed );
231 throw new RuntimeException( whyFailed );
235 failureMessage = whyFailed;
H A DValidBounds.java207 public static synchronized void fail( String whyFailed )
209 Sysout.println( "The test failed: " + whyFailed );
215 throw new RuntimeException( whyFailed );
219 failureMessage = whyFailed;
H A DValidating.java201 public static synchronized void fail( String whyFailed )
203 Sysout.println( "The test failed: " + whyFailed );
209 throw new RuntimeException( whyFailed );
213 failureMessage = whyFailed;
H A DsetComponentZOrder.java171 public static synchronized void fail( String whyFailed )
173 Sysout.println( "The test failed: " + whyFailed );
179 throw new RuntimeException( whyFailed );
183 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/Modal/WsDisabledStyle/Winkey/
H A DWinkey.java174 public static synchronized void fail( String whyFailed )
176 Sysout.println( "The test failed: " + whyFailed );
182 throw new RuntimeException( whyFailed );
186 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/TextArea/MouseOverScrollbarWhenTyping/
H A DTest.java143 public static synchronized void fail( String whyFailed )
145 Sysout.println( "The test failed: " + whyFailed );
151 throw new RuntimeException( whyFailed );
155 failureMessage = whyFailed;
H A DTest1.java144 public static synchronized void fail( String whyFailed )
146 Sysout.println( "The test failed: " + whyFailed );
152 throw new RuntimeException( whyFailed );
156 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/Toolkit/RealSync/
H A DRealSyncOnEDT.java195 public static synchronized void fail( String whyFailed )
197 Sysout.println( "The test failed: " + whyFailed );
203 throw new RuntimeException( whyFailed );
207 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/Window/PropertyChangeListenerLockSerialization/
H A DPropertyChangeListenerLockSerialization.java198 public static synchronized void fail( String whyFailed )
200 Sysout.println( "The test failed: " + whyFailed );
206 throw new RuntimeException( whyFailed );
210 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/event/MouseEvent/SmoothWheel/
H A DSmoothWheel.java190 public static synchronized void fail( String whyFailed )
192 Sysout.println( "The test failed: " + whyFailed );
198 throw new RuntimeException( whyFailed );
202 failureMessage = whyFailed;
/openjdk7/jdk/test/java/awt/event/MouseEvent/SpuriousExitEnter/
H A DSpuriousExitEnter.java167 public static synchronized void fail( String whyFailed )
169 Sysout.println( "The test failed: " + whyFailed );
175 throw new RuntimeException( whyFailed );
179 failureMessage = whyFailed;
H A DSpuriousExitEnter_1.java194 public static synchronized void fail( String whyFailed )
196 Sysout.println( "The test failed: " + whyFailed );
202 throw new RuntimeException( whyFailed );
206 failureMessage = whyFailed;
H A DSpuriousExitEnter_2.java219 public static synchronized void fail( String whyFailed )
221 Sysout.println( "The test failed: " + whyFailed );
227 throw new RuntimeException( whyFailed );
231 failureMessage = whyFailed;

Completed in 242 milliseconds

12