Searched refs:whyFailed (Results 26 - 50 of 77) sorted by relevance

1234

/openjdk9/jdk/test/java/awt/print/PrinterJob/
H A DPrintDialogCancel.java164 public static synchronized void fail( String whyFailed )
166 Sysout.println( "The test failed: " + whyFailed );
172 throw new RuntimeException( whyFailed );
176 failureMessage = whyFailed;
H A DThinLines.java199 public static synchronized void fail( String whyFailed )
201 Sysout.println( "The test failed: " + whyFailed );
207 throw new RuntimeException( whyFailed );
211 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Component/NoUpdateUponShow/
H A DNoUpdateUponShow.java183 public static synchronized void fail( String whyFailed )
185 Sysout.println( "The test failed: " + whyFailed );
191 throw new RuntimeException( whyFailed );
195 failureMessage = whyFailed;
/openjdk9/jdk/test/com/sun/awt/SecurityWarning/
H A DGetSizeShouldNotReturnZero.java173 public static synchronized void fail( String whyFailed )
175 Sysout.println( "The test failed: " + whyFailed );
181 throw new RuntimeException( whyFailed );
185 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Focus/NonFocusableResizableTooSmall/
H A DNonFocusableResizableTooSmall.java210 public static synchronized void fail( String whyFailed )
212 Sysout.println( "The test failed: " + whyFailed );
218 throw new RuntimeException( whyFailed );
222 failureMessage = whyFailed;
/openjdk9/jdk/test/com/sun/jndi/dns/
H A DTest6991580.java167 public static synchronized void fail( String whyFailed )
169 Sysout.println( "The test failed: " + whyFailed );
175 throw new RuntimeException( whyFailed );
179 failureMessage = whyFailed;
/openjdk9/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;
/openjdk9/jdk/test/javax/sound/sampled/Mixers/DirectSoundRepeatingBuffer/
H A DTest4997635.java151 public static synchronized void fail( String whyFailed )
153 Sysout.println( "The test failed: " + whyFailed );
159 throw new RuntimeException( whyFailed );
163 failureMessage = whyFailed;
/openjdk9/jdk/test/javax/sound/sampled/Mixers/DirectSoundUnderrunSilence/
H A DTest5032020.java150 public static synchronized void fail( String whyFailed )
152 Sysout.println( "The test failed: " + whyFailed );
158 throw new RuntimeException( whyFailed );
162 failureMessage = whyFailed;
/openjdk9/jdk/test/javax/sound/midi/MidiSystem/6411624/
H A DTest6411624.java154 public static synchronized void fail( String whyFailed )
156 Sysout.println( "The test failed: " + whyFailed );
162 throw new RuntimeException( whyFailed );
166 failureMessage = whyFailed;
/openjdk9/jdk/test/javax/sound/sampled/Lines/ClickInPlay/
H A DTest4218609.java150 public static synchronized void fail( String whyFailed )
152 Sysout.println( "The test failed: " + whyFailed );
158 throw new RuntimeException( whyFailed );
162 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Window/GetWindowsTest/
H A DGetWindowsTest.java250 public static synchronized void fail( String whyFailed )
256 throw new RuntimeException( whyFailed );
260 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/event/ComponentEvent/MovedResizedTwiceTest/
H A DMovedResizedTwiceTest.java261 public static synchronized void fail(String whyFailed) argument
265 throw new RuntimeException(whyFailed);
269 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Menu/OpensWithNoGrab/
H A DOpensWithNoGrab.java230 public static synchronized void fail( String whyFailed )
232 Sysout.println( "The test failed: " + whyFailed );
238 throw new RuntimeException( whyFailed );
242 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Mixing/
H A DHWDisappear.java225 public static synchronized void fail( String whyFailed )
227 Sysout.println( "The test failed: " + whyFailed );
233 throw new RuntimeException( whyFailed );
237 failureMessage = whyFailed;
H A DJButtonInGlassPane.java225 public static synchronized void fail( String whyFailed )
227 Sysout.println( "The test failed: " + whyFailed );
233 throw new RuntimeException( whyFailed );
237 failureMessage = whyFailed;
H A DLWPopupMenu.java227 public static synchronized void fail( String whyFailed )
229 Sysout.println( "The test failed: " + whyFailed );
235 throw new RuntimeException( whyFailed );
239 failureMessage = whyFailed;
H A DOpaqueTest.java245 public static synchronized void fail( String whyFailed )
247 Sysout.println( "The test failed: " + whyFailed );
253 throw new RuntimeException( whyFailed );
257 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Modal/WsDisabledStyle/CloseBlocker/
H A DCloseBlocker.java230 public static synchronized void fail( String whyFailed )
232 Sysout.println( "The test failed: " + whyFailed );
238 throw new RuntimeException( whyFailed );
242 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Modal/WsDisabledStyle/OverBlocker/
H A DOverBlocker.java220 public static synchronized void fail( String whyFailed )
222 Sysout.println( "The test failed: " + whyFailed );
228 throw new RuntimeException( whyFailed );
232 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/TrayIcon/DragEventSource/
H A DDragEventSource.java221 public static synchronized void fail( String whyFailed )
223 Sysout.println( "The test failed: " + whyFailed );
229 throw new RuntimeException( whyFailed );
233 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Window/AlwaysOnTop/
H A DTestAlwaysOnTopBeforeShow.java273 public static synchronized void fail( String whyFailed )
275 Sysout.println( "The test failed: " + whyFailed );
281 throw new RuntimeException( whyFailed );
285 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/datatransfer/DataFlavor/MacOsXFileAndMultipleFileCopingTest/
H A DMacOsXFileAndMultipleFileCopingTest.java185 public static synchronized void fail(String whyFailed) { argument
186 Sysout.println("The test failed: " + whyFailed);
191 throw new RuntimeException(whyFailed);
195 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Frame/LayoutOnMaximizeTest/
H A DLayoutOnMaximizeTest.java265 public static synchronized void fail( String whyFailed )
267 Sysout.println( "The test failed: " + whyFailed );
273 throw new RuntimeException( whyFailed );
277 failureMessage = whyFailed;
/openjdk9/jdk/test/java/awt/Frame/MaximizedToIconified/
H A DMaximizedToIconified.java230 public static synchronized void fail( String whyFailed )
232 Sysout.println( "The test failed: " + whyFailed );
238 throw new RuntimeException( whyFailed );
242 failureMessage = whyFailed;

Completed in 236 milliseconds

1234