Lines Matching refs:g_NumExceptionsCaught

209 …    REQUIRE_MESSAGE(g_NumExceptionsCaught == 1, "No try_blocks in any body expected in this test");  in TestParallelLoopAux()
210 …REQUIRE_MESSAGE(g_NumExceptionsCaught == (g_ExceptionInMaster ? g_MasterExecutedThrow : g_NonMaste… in TestParallelLoopAux()
215 … REQUIRE_MESSAGE(g_NumExceptionsCaught >= 1, "No try blocks in any body expected in this test"); in TestParallelLoopAux()
327 …REQUIRE_MESSAGE ((g_NumExceptionsCaught == 1 || okayNoExceptionsCaught), "No try_blocks in any bod… in Test3()
331 …REQUIRE_MESSAGE ((g_NumExceptionsCaught >= 1 || okayNoExceptionsCaught), "No try_blocks in any bod… in Test3()
361 intptr_t minExecuted = (outerCalls - g_NumExceptionsCaught) * innerCalls; in Test4()
367 …REQUIRE_MESSAGE ((g_NumExceptionsCaught == 1 || okayNoExceptionsCaught), "No exception registered"… in Test4()
377 …REQUIRE_MESSAGE (((g_NumExceptionsCaught >= 1 && g_NumExceptionsCaught <= outerCalls) || okayNoExc… in Test4()
847 REQUIRE_MESSAGE (g_NumExceptionsCaught == 1, "No try_blocks in any body expected in this test"); in Test1_parallel_for_each()
886 REQUIRE_MESSAGE (g_NumExceptionsCaught == 1, "No try_blocks in any body expected in this test"); in Test2_parallel_for_each()
936 REQUIRE_MESSAGE (g_NumExceptionsCaught == 1, "No try_blocks in any body expected in this test"); in Test3_parallel_for_each()
986 REQUIRE_MESSAGE (g_NumExceptionsCaught == 1, "No exception registered"); in Test4_parallel_for_each()
994 minExecuted = g_NumExceptionsCaught; in Test4_parallel_for_each()
995 …REQUIRE_MESSAGE ((g_NumExceptionsCaught > 1 && g_NumExceptionsCaught <= outerCalls), "Unexpected a… in Test4_parallel_for_each()
1393 REQUIRE_MESSAGE (g_NumExceptionsCaught == 1, "No try_blocks in any body expected in this test"); in Test1_pipeline()
1425 …REQUIRE_MESSAGE ((g_NumExceptionsCaught == 1 || okayNoExceptionCaught), "No try_blocks in any body… in Test2_pipeline()
1467 bool testSucceeded = okayNoExceptionCaught || g_NumExceptionsCaught > 0; in Test3_pipeline()
1495 REQUIRE_MESSAGE(g_NumExceptionsCaught == 1, "Should have only one exception"); in Test3_pipeline()
1499 …REQUIRE_MESSAGE ((g_NumExceptionsCaught == 1 || okayNoExceptionCaught), "No try_blocks in any body… in Test3_pipeline()
1549 … REQUIRE_MESSAGE((g_NumExceptionsCaught == 1 || okayNoExceptionCaught), "No exception registered"); in Test4_pipeline()
1554 minExecuted = (outerCalls - g_NumExceptionsCaught) * innerCalls; in Test4_pipeline()
1555 …REQUIRE_MESSAGE(((g_NumExceptionsCaught >= 1 && g_NumExceptionsCaught <= outerCalls) || okayNoExce… in Test4_pipeline()