Searched refs:okayNoExceptionCaught (Results 1 – 1 of 1) sorted by relevance
1424 …bool okayNoExceptionCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMas… in Test2_pipeline() local1425 …REQUIRE_MESSAGE ((g_NumExceptionsCaught == 1 || okayNoExceptionCaught), "No try_blocks in any body… in Test2_pipeline()1464 bool okayNoExceptionCaught = (g_ExceptionInMaster && !g_MasterExecuted) || in Test3_pipeline() local1467 bool testSucceeded = okayNoExceptionCaught || g_NumExceptionsCaught > 0; in Test3_pipeline()1499 …REQUIRE_MESSAGE ((g_NumExceptionsCaught == 1 || okayNoExceptionCaught), "No try_blocks in any body… in Test3_pipeline()1500 …SAGE (((g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads) || okayNoExceptionCaught), "Too man… in Test3_pipeline()1545 bool okayNoExceptionCaught = (g_ExceptionInMaster && !g_MasterExecuted) || in Test4_pipeline() local1549 … REQUIRE_MESSAGE((g_NumExceptionsCaught == 1 || okayNoExceptionCaught), "No exception registered"); in Test4_pipeline()1555 …mExceptionsCaught >= 1 && g_NumExceptionsCaught <= outerCalls) || okayNoExceptionCaught), "Unexpec… in Test4_pipeline()