Lines Matching refs:exception_thrown

389 …CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception flag in flow::graph no…  in run_one_input_node_test()
395 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_input_node_test()
403 CHECK_MESSAGE( (!g.exception_thrown()), "Reset didn't clear exception_thrown()"); in run_one_input_node_test()
537 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in run_one_functype_node_test()
544 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_functype_node_test()
835 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in run_one_continue_node_test()
842 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_continue_node_test()
949 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in run_one_buffer_node_test()
955 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_buffer_node_test()
1083 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in run_one_sequencer_node_test()
1089 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_sequencer_node_test()
1206 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in run_one_priority_queue_node_test()
1212 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_priority_queue_node_test()
1351 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in execute_test()
1357 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in execute_test()
1461 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in execute_test()
1467 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in execute_test()
1590 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in run_one_limiter_node_test()
1596 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_limiter_node_test()
1717 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in run_one_split_node_test()
1723 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_split_node_test()
1835 … CHECK_MESSAGE( (g.exception_thrown() || okayNoExceptionsCaught), "Exception not caught by graph"); in run_one_indexer_node_test()
1841 …CHECK_MESSAGE( (!g.exception_thrown()), "Exception flag in flow::graph set but no throw occurred"); in run_one_indexer_node_test()
1950 CHECK_MESSAGE( (!g.exception_thrown()), "exception_thrown flag already set"); in test_flow_graph_exception0()
1965 CHECK_MESSAGE( (g.exception_thrown()), "Exception not intercepted"); in test_flow_graph_exception0()
1976 CHECK_MESSAGE( (!g.exception_thrown()), "exception_thrown flag not reset"); in test_flow_graph_exception0()