Searched refs:exception_caught (Results 1 – 4 of 4) sorted by relevance
44 bool exception_caught = false; in allocateWithException() local50 exception_caught = allocateWithException(big_mem * 2); in allocateWithException()56 exception_caught = true; in allocateWithException()58 return exception_caught; in allocateWithException()
52 bool exception_caught = false; variable57 exception_caught = true;60 exception_caught = true;62 REQUIRE_MESSAGE(exception_caught, "cache_aligned_allocate did not throw bad_alloc");
196 bool exception_caught = false; in TestAllocatorExceptions() local206 exception_caught = true; in TestAllocatorExceptions()208 REQUIRE_MESSAGE(exception_caught, "allocate expected to throw bad_alloc"); in TestAllocatorExceptions()
488 bool exception_caught = false; in run_parallel_scalar_tests() local502 exception_caught = false; in run_parallel_scalar_tests()567 exception_caught = true; in run_parallel_scalar_tests()572 if (!exception_caught) { in run_parallel_scalar_tests()582 } while (exception_caught && test_throw_count < 200); in run_parallel_scalar_tests()583 REQUIRE_MESSAGE(!exception_caught, "No non-exception test completed"); in run_parallel_scalar_tests()