Searched defs:failed (Results 1 - 25 of 242) sorted by relevance

12345678910

/openjdk7/jdk/test/java/security/cert/CertPathValidatorException/
H A DGetMessage.java33 private static volatile boolean failed = false; field in class:GetMessage
56 failed = true;
59 if (failed) {
H A DReasonTest.java34 private static volatile boolean failed = false; field in class:ReasonTest
40 failed = true;
48 failed = true;
55 failed = true;
59 failed = true;
63 if (failed) {
H A DSerial.java49 private static volatile boolean failed = false; field in class:Serial
102 if (failed) {
109 failed = true;
/openjdk7/jdk/test/sun/nio/cs/
H A DCheckICNE.java31 static int failed = 0; field in class:CheckICNE
H A DCheckHistoricalNames.java32 static int failed = 0; field in class:CheckHistoricalNames
295 if (failed != 0)
296 throw new Exception("Test Failed: " + failed);
312 failed++;
/openjdk7/jdk/test/java/io/OutputStreamWriter/
H A DWriteAfterClose.java36 static boolean failed = false; field in class:WriteAfterClose
50 failed = true;
57 failed = true;
64 failed = true;
71 failed = true;
78 failed = true;
85 failed = true;
107 if (failed) {
108 throw new Exception("The test failed because one of the"
109 + " writer operation{s} failed
[all...]
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DExecWithLotsOfArgs.java89 failed("Was expecting " + (command.length - 2) +
94 failed("Exec'd process returned \"" +
110 failed("Exec'd process didn't writing anything to its stdout");
114 private static void failed(String s) { method in class:ExecWithLotsOfArgs
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DGetObjectName.java44 private static boolean failed = false; field in class:GetObjectName
51 if (!failed) {
57 for (int i=0; i < count && !failed; i++) {
67 failed = true;
/openjdk7/jdk/test/java/net/Socks/
H A DSocksProxyVersion.java40 volatile boolean failed; field in class:SocksProxyVersion
79 if (failed) {
90 failed = true;
97 failed = true;
/openjdk7/jdk/test/javax/management/openmbean/
H A DIsValueTest.java34 private static String failed; field in class:IsValueTest
127 if (failed != null)
128 throw new Exception("TEST FAILED: " + failed);
135 failed = what;
H A DOpenTypeDescriptorTest.java167 if (failed != null)
168 throw new Exception(failed);
176 failed = what;
179 private static String failed; field in class:OpenTypeDescriptorTest
/openjdk7/jdk/test/javax/security/auth/x500/X500Principal/
H A DRFC4514.java37 private int failed = 0; field in class:RFC4514
74 if (failed != 0) {
89 failed++;
/openjdk7/jdk/test/javax/sound/midi/MidiDeviceConnectors/
H A DTestAllDevices.java46 static boolean failed = false; field in class:TestAllDevices
57 failed = true;
61 out(" receiver: MidiUnavailableException (test NOT failed)");
72 failed = true;
76 out(" transmitter: MidiUnavailableException (test NOT failed)");
96 failed = true;
100 failed = true;
104 out(" receiver: MidiUnavailableException (test NOT failed)");
117 failed = true;
121 failed
[all...]
/openjdk7/jdk/test/sun/java2d/DirectX/OverriddenInsetsTest/
H A DOverriddenInsetsTest.java55 static boolean failed = false; field in class:OverriddenInsetsTest
110 failed = true;
111 System.err.printf("Test failed at %d %d c=%x\n",
123 failed = true;
145 if (failed) {
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DCompletionHandler.java34 * completes successfully. The {@link #failed failed} method is invoked if the
61 * The exception to indicate why the I/O operation failed
65 void failed(Throwable exc, A attachment); method in interface:CompletionHandler
/openjdk7/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/
H A DUninitializedDisplayModeChangeTest.java45 public static volatile boolean failed = false; field in class:UninitializedDisplayModeChangeTest
58 failed = true;
92 failed = true;
96 if (failed) {
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTest4985020.java39 private static boolean failed; field in class:Test4985020
189 if (failed) {
196 failed = true;
/openjdk7/jdk/test/java/net/Socket/
H A DLinkLocal.java36 static int failed = 0; field in class:LinkLocal
59 failed++;
60 System.out.println("Test failed: " + e);
99 failed++;
100 System.out.println("Test failed: " + e);
164 failed + " failed.");
165 if (failed > 0) {
166 throw new Exception( failed + " test(s) failed
[all...]
/openjdk7/jdk/test/java/net/Socket/asyncClose/
H A DAsyncCloseTest.java35 protected synchronized void failed(String reason) { method in class:AsyncCloseTest
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DStateTestService.java48 static boolean failed = false; field in class:StateTestService
53 failed = true;
103 if (failed) {
/openjdk7/jdk/test/java/nio/charset/coders/
H A DBashCache.java46 private static volatile boolean failed = false; field in class:BashCache
66 failed = true;
85 if (failed)
86 throw new Exception("Test failed");
/openjdk7/jdk/test/java/util/Locale/
H A DBug6989440.java40 static volatile boolean failed; // false field in class:Bug6989440
52 if (failed)
81 failed = true;
/openjdk7/jdk/test/javax/sound/midi/File/
H A DSMPTESequence.java18 static int failed = 0; field in class:SMPTESequence
27 if (failed > 0) {
28 throw new RuntimeException("" + failed + " tests failed");
62 failed++;
/openjdk7/jdk/test/sun/java2d/DirectX/InfiniteValidationLoopTest/
H A DInfiniteValidationLoopTest.java42 private static volatile boolean failed = false; field in class:InfiniteValidationLoopTest
69 failed = true;
87 failed = true;
110 if (failed) {
/openjdk7/jdk/test/sun/java2d/DirectX/RenderingToCachedGraphicsTest/
H A DRenderingToCachedGraphicsTest.java52 private static volatile boolean failed = false; field in class:RenderingToCachedGraphicsTest
73 failed = true;
125 failed = true;
143 failed = true;
168 if (failed) {

Completed in 135 milliseconds

12345678910