Searched defs:testFailed (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jdk/test/java/net/URLConnection/
H A DGetLastModified.java36 static boolean testFailed = false; field in class:GetLastModified
43 testFailed = true;
58 if (testFailed) {
/openjdk7/jdk/test/javax/sound/sampled/AudioFormat/
H A DPCM_FLOAT_support.java44 static boolean testFailed = false; field in class:PCM_FLOAT_support
56 testFailed = true;
62 if (testFailed) {
82 testFailed = true;
/openjdk7/jdk/test/com/sun/management/ThreadMXBean/
H A DThreadAllocatedMemory.java36 private static boolean testFailed = false; field in class:ThreadAllocatedMemory
151 testFailed = true;
155 if (testFailed) {
213 testFailed = true;
240 testFailed = true;
H A DThreadAllocatedMemoryArray.java36 private static boolean testFailed = false; field in class:ThreadAllocatedMemoryArray
163 testFailed = true;
168 if (testFailed) {
226 testFailed = true;
241 testFailed = true;
H A DThreadCpuTimeArray.java37 private static boolean testFailed = false; field in class:ThreadCpuTimeArray
187 testFailed = true;
192 if (testFailed) {
250 testFailed = true;
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DMemoryManagement.java48 private static boolean testFailed = false; field in class:MemoryManagement
128 testFailed = true;
135 if (testFailed)
172 testFailed = true;
H A DMemoryTest.java44 private static boolean testFailed = false; field in class:MemoryTest
74 if (testFailed)
H A DLowMemoryTest.java48 private static boolean testFailed = false; field in class:LowMemoryTest
160 testFailed = true;
165 if (testFailed)
178 testFailed = true;
199 testFailed = true;
248 if (testFailed) return;
273 testFailed = true;
286 if (testFailed) return;
H A DCollectionUsageThreshold.java50 private static boolean testFailed = false; field in class:CollectionUsageThreshold
181 if (testFailed)
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadCounts.java46 private static boolean testFailed = false; field in class:ThreadCounts
75 testFailed = true;
96 testFailed = true;
113 testFailed = true;
134 testFailed = true;
152 testFailed = true;
170 testFailed = true;
172 if (testFailed)
254 testFailed = true;
H A DThreadCpuTime.java36 private static boolean testFailed = false; field in class:ThreadCpuTime
146 testFailed = true;
150 if (testFailed) {
201 testFailed = true;
H A DThreadUserTime.java36 private static boolean testFailed = false; field in class:ThreadUserTime
146 testFailed = true;
150 if (testFailed) {
201 testFailed = true;
H A DThreadBlockedCount.java52 private static volatile boolean testFailed = false; field in class:ThreadBlockedCount
79 if (testFailed) {
103 testFailed = true;
129 testFailed = true;
155 testFailed = true;
178 testFailed = true;
197 testFailed = true;
H A DAllThreadIds.java45 private static boolean testFailed = false; field in class:AllThreadIds
161 testFailed = true;
207 testFailed = true;
230 if (testFailed)
253 testFailed = true;
H A DLocks.java43 private static boolean testFailed = false; field in class:Locks
99 testFailed = true;
169 testFailed = true;
186 testFailed = true;
278 testFailed = true;
281 if (testFailed) {
H A DResetPeakThreadCount.java64 private static boolean testFailed = false; field in class:ResetPeakThreadCount
111 if (testFailed)
152 testFailed = true;
189 testFailed = true;
251 testFailed = true;
H A DThreadStackTrace.java43 private static volatile boolean testFailed = false; field in class:ThreadStackTrace
103 testFailed = true;
110 if (testFailed)
212 testFailed = true;
267 testFailed = true;
296 testFailed = true;
317 testFailed = true;
H A DSynchronizationStatistics.java50 private static volatile boolean testFailed = false; field in class:SynchronizationStatistics
60 testFailed = true;
104 testFailed = true;
107 if (testFailed)
234 testFailed = true;
511 testFailed = true;
/openjdk7/jdk/test/java/lang/Thread/
H A DGenerifyStackTraces.java39 private static boolean testFailed = false; field in class:GenerifyStackTraces
55 if (testFailed) {
74 testFailed = true;
105 testFailed = true;
H A DStackTraces.java39 private static boolean testFailed = false; field in class:StackTraces
55 if (testFailed) {
74 testFailed = true;
105 testFailed = true;
H A DThreadStateTest.java43 private static boolean testFailed = false; field in class:ThreadStateTest
98 testFailed = true;
101 if (testFailed)
139 testFailed = true;
/openjdk7/jdk/test/javax/sound/sampled/FileWriter/
H A DWriterCloseInput.java29 static int testFailed = 0; field in class:WriterCloseInput
36 if (testFailed == 0) {
39 out("" + testFailed + " of " + testTotal + " tests FAILED.");
87 testFailed++;
/openjdk7/jdk/test/java/awt/event/KeyEvent/KeyTyped/
H A DCtrlASCII.java71 static boolean testFailed = false; field in class:CtrlASCII
252 if( testFailed ) {
277 testFailed = true;
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java28 static boolean testFailed = false; field in class:bug4337267
81 testFailed = true;
248 if (testFailed) {
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java63 protected boolean testFailed = false; field in class:TestScaffold
375 testFailed = true;
529 testFailed = true;

Completed in 118 milliseconds

12