Searched refs:failures (Results 1 – 11 of 11) sorted by relevance
455 int failures = (int)r.ints(iters)459 if (failures != 0) {460 double percent = 100.0d*((double)failures/(double)iters);461 System.out.println("for intrinsic " + f.name + " " + failures + "/" + iters
9 Hitting this use-after-free can cause many strange outcomes, from CHECK failures10 to segfaults to incorrect redefinition failures (for example on buggy builds
1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
10 bail immediately and not allow soft verification failures to pile up
72 --no-getrandom Ignore failures from getrandom() (for kernel < 3.17).
21 /* TODO Categorize these failures more. */
76 /* TODO Categorize these failures more. */
3306 size_t failures = VerifyHeapReferences(); in PreGcVerificationPaused() local3307 if (failures > 0) { in PreGcVerificationPaused()3308 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures in PreGcVerificationPaused()3364 size_t failures = VerifyHeapReferences(false); in PreSweepingGcVerification() local3365 if (failures > 0) { in PreSweepingGcVerification()3366 LOG(FATAL) << "Pre sweeping " << gc->GetName() << " GC verification failed with " << failures in PreSweepingGcVerification()3394 size_t failures = VerifyHeapReferences(); in PostGcVerificationPaused() local3395 if (failures > 0) { in PostGcVerificationPaused()3396 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures in PostGcVerificationPaused()
153 // Use _exit instead of exit so that we won't get DCHECK failures in global data
445 "2012-structural-redefinition-failures-jni-id/set-jni-id-used.cc",797 "1983-structural-redefinition-failures/src/art/Test1983.java",934 "1983-structural-redefinition-failures/expected-cts.txt",1421 // The .jar extension for them would cause subtle failures in the test infra,
3183 3182 successes, 0 skips, 0 failures.