Searched refs:g_ExceptionInMaster (Results 1 – 3 of 3) sorted by relevance
322 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecuted) || (!g_ExceptionInMaster … in Test3()362 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecuted) || (!g_ExceptionInMaster … in Test4()395 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900102()416 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900202()437 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900302()458 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900402()479 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900502()691 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900602()712 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900702()733 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900802()[all …]
385 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_input_node_test()530 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_functype_node_test()830 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_continue_node_test()945 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_buffer_node_test()1079 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_sequencer_node_test()1202 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_priority_queue_node_test()1346 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in execute_test()1586 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_limiter_node_test()1712 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_split_node_test()1830 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_indexer_node_test()[all …]
54 bool g_ExceptionInMaster = false; variable133 … (g_ExceptionInMaster ^ inMaster)) ) { // we're the external thread and not expected to throw in ThrowTestException()199 …REQUIRE_MESSAGE ((g_ExceptionCaught || (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_Exce…263 return g_ExceptionInMaster ^ IsMaster() ? true : false; in IsThrowingThread()