Searched refs:g_NumExceptionsCaught (Results 1 – 2 of 2) sorted by relevance
361 intptr_t minExecuted = (outerCalls - g_NumExceptionsCaught) * innerCalls; 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()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()1467 bool testSucceeded = okayNoExceptionCaught || g_NumExceptionsCaught > 0; in Test3_pipeline()1495 REQUIRE_MESSAGE(g_NumExceptionsCaught == 1, "Should have only one exception"); in Test3_pipeline()1554 minExecuted = (outerCalls - g_NumExceptionsCaught) * innerCalls; in Test4_pipeline()[all …]
59 std::atomic<intptr_t> g_NumExceptionsCaught; variable96 g_ExceptionsThrown = g_NumExceptionsCaught = g_PipelinesStarted = 0;185 ++g_NumExceptionsCaught; \