Searched refs:test_throw_count (Results 1 – 1 of 1) sorted by relevance
496 int test_throw_count = 10; in run_parallel_scalar_tests() local501 targetThrowValue = test_throw_count; // keep testing until we get no exception in run_parallel_scalar_tests()581 test_throw_count += 10; // keep testing until we don't get an exception in run_parallel_scalar_tests()582 } while (exception_caught && test_throw_count < 200); in run_parallel_scalar_tests()