Searched defs:failureCount (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java101 static int failureCount = 0; field in class:ExceptionEvents
228 if (failureCount > 0) {
230 failureCount + " tests!");
348 ++failureCount;
352 ++failureCount;
358 ++failureCount;
H A DEarlyReturnTest.java66 static int failureCount = 0; field in class:EarlyReturnTarg
217 if (!chk( s_bytef(88))) failureCount++;
218 if (!chk( s_charf())) failureCount++;
219 if (!chk( s_doublef())) failureCount++;
220 if (!chk( s_floatf())) failureCount++;
221 if (!chk( s_intf())) failureCount++;
222 if (!chk( s_longf())) failureCount++;
223 if (!chk( s_shortf())) failureCount++;
224 if (!chk( s_booleanf())) failureCount++;
226 if (!chk( s_stringf())) failureCount
[all...]
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestPlainArrayNotGeneric.java67 private static int failureCount; field in class:TestPlainArrayNotGeneric
72 if (failureCount == 0)
154 failureCount++;

Completed in 43 milliseconds