Searched refs:failed (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/tools/jhat/
H A DParseTest.sh39 failed=0
44 if [ $? != 0 ]; then failed=1; fi
49 if [ $? != 0 ]; then failed=1; fi
54 if [ $? != 0 ]; then failed=1; fi
60 if [ $? = 0 ]; then failed=1; fi
66 if [ $? = 0 ]; then failed=1; fi
68 exit $failed
/openjdk7/jdk/test/com/sun/management/HotSpotDiagnosticMXBean/
H A DDumpHeap.sh44 failed=0
54 if [ $? != 0 ]; then failed=1; fi
59 exit $failed
/openjdk7/jdk/test/sun/tools/jstack/
H A DBasic.sh45 failed=0
49 if [ $? != 0 ]; then failed=1; fi
53 if [ $? != 0 ]; then failed=1; fi
60 exit $failed
/openjdk7/jdk/test/sun/tools/jinfo/
H A DBasic.sh45 failed=0
63 if [ $? != 0 ]; then failed=1; fi
67 if [ $? != 0 ]; then failed=1; fi
71 if [ $? != 0 ]; then failed=1; fi
78 if [ $? != 0 ]; then failed=1; fi
81 if [ $? != 0 ]; then failed=1; fi
84 if [ $? != 0 ]; then failed=1; fi
89 if [ $? != 0 ]; then failed=1; fi
92 if [ $? != 0 ]; then failed=1; fi
95 if [ $? != 0 ]; then failed
[all...]
/openjdk7/jdk/test/sun/tools/jmap/
H A DBasic.sh45 failed=0
49 if [ $? != 0 ]; then failed=1; fi
52 if [ $? != 0 ]; then failed=1; fi
57 if [ $? != 0 ]; then failed=1; fi
61 if [ $? != 0 ]; then failed=1; fi
68 if [ $? != 0 ]; then failed=1; fi
72 if [ $? != 0 ]; then failed=1; fi
82 exit $failed
/openjdk7/jdk/test/java/io/Reader/
H A DOpsAfterClose.java99 boolean failed = false;
104 failed = true;
109 failed = true;
115 failed = true;
118 failed = true;
123 failed = true;
129 failed = true;
135 failed = true;
145 failed = true;
151 failed
[all...]
/openjdk7/jdk/test/java/net/URL/
H A DEquals.java58 int failed = 0;
59 failed = compareJarURLS(HTTP_URL1A, HTTP_URL1A, "!/abc", "!/abc", true);
60 failed = compareJarURLS(HTTP_URL1A, HTTP_URL1B, "!/abc", "!/abc", true);
61 failed = compareJarURLS(HTTP_URL1B, HTTP_URL1A, "!/", "!/", true);
62 failed = compareJarURLS(HTTP_URL1A, HTTP_URL1B, "!/abc", "!/", false);
63 failed = compareJarURLS(HTTP_URL1A, HTTP_URL1B, "!/abc", "!/xy", false);
64 failed = compareJarURLS(FILE_URL1A, FILE_URL1A, "!/abc", "!/abc", true);
65 failed = compareJarURLS(FILE_URL1A, FILE_URL1B, "!/abc", "!/abc", true);
66 failed = compareJarURLS(FILE_URL1A, FILE_URL1B, "!/", "!/", true);
67 failed
[all...]
/openjdk7/hotspot/test/compiler/7110586/
H A DTest7110586.java95 boolean failed = false;
98 failed = true;
102 failed = true;
106 failed = true;
110 failed = true;
114 failed = true;
118 failed = true;
122 failed = true;
126 failed = true;
128 if (failed) {
[all...]
/openjdk7/jdk/test/java/security/cert/CertPathValidatorException/
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 DGetMessage.java33 private static volatile boolean failed = false; field in class:GetMessage
56 failed = true;
59 if (failed) {
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostRegisterDeadlockTest2.java35 private static String failed; field in class:PostRegisterDeadlockTest2
49 failed = "Not registered!";
56 failed = "Interrupted: " + e;
59 failed = "Deadlock detected";
78 if (failed != null)
79 throw new Exception("FAILED: " + failed);
/openjdk7/jdk/test/java/util/TreeMap/
H A DEmptyMapAndNulls.java47 } catch (NullPointerException failed) {
55 } catch (NullPointerException failed) {
63 } catch (NullPointerException failed) {
74 } catch (NullPointerException failed) {
82 } catch (NullPointerException failed) {
90 } catch (NullPointerException failed) {
100 } catch (ClassCastException failed) {
107 static volatile int passed = 0, failed = 0; field in class:EmptyMapAndNulls
109 static void fail() {failed++; Thread.dumpStack();}
111 static void unexpected(Throwable t) {failed
[all...]
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.c71 int failed; local
75 failed = FALSE;
80 failed = TRUE;
87 failed = TRUE;
93 failed = TRUE;
99 failed = TRUE;
105 failed = TRUE;
112 failed = TRUE;
118 failed = TRUE;
124 failed
[all...]
/openjdk7/jdk/test/java/io/InputStream/
H A DOpsAfterClose.java120 boolean failed = false;
130 failed = true;
133 failed = true;
143 failed = true;
153 failed = true;
162 failed = true;
166 failed = true;
171 failed = true;
182 failed = true;
194 failed
[all...]
/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/sun/tools/jcmd/
H A Djcmd-pid.sh45 failed=0
49 if [ $? != 0 ]; then failed=1; fi
53 if [ $? != 0 ]; then failed=1; fi
60 exit $failed
/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/sun/nio/cs/
H A DEncodingNothing.java36 int failed = 0;
46 failed++;
50 if (failed != 0)
51 throw new AssertionError("Some tests 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/lang/System/MacJNUEncoding/
H A DExpectedEncoding.java30 boolean failed = false;
45 failed = true;
50 failed = true;
52 if (failed) {
/openjdk7/jdk/test/java/net/InetAddress/
H A DB5087907.java72 boolean failed = false;
74 if (!(lh instanceof Inet6Address)) failed = true;
77 if (!(lh instanceof Inet4Address)) failed = true;
79 if (failed) {
80 throw new RuntimeException("Test failed!");
/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/util/prefs/
H A DAddNodeChangeListener.java37 private static boolean failed = false; field in class:AddNodeChangeListener
54 if (failed)
65 failed = true;
75 failed = true;
/openjdk7/jdk/test/javax/management/modelmbean/
H A DDescriptorSupportXMLTest.java45 int failed = 0;
98 failed++;
111 failed++;
119 failed++;
127 failed++;
140 failed++;
147 failed++;
155 failed++;
164 failed++;
168 if (failed
[all...]
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestParameterizedType.java111 boolean failed = false;
117 failed = failed | testReflexes(take1);
118 failed = failed | testReflexes(take2);
129 failed = true;
136 failed = true;
145 if (failed)

Completed in 1665 milliseconds

1234567891011>>