Searched refs:test_action (Results 1 – 5 of 5) sorted by relevance
92 TestASTFrontendAction test_action; in TEST() local93 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST()94 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST()95 EXPECT_EQ("main", test_action.decl_names[0]); in TEST()96 EXPECT_EQ("x", test_action.decl_names[1]); in TEST()112 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true); in TEST() local113 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST()114 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST()115 EXPECT_EQ("main", test_action.decl_names[0]); in TEST()116 EXPECT_EQ("x", test_action.decl_names[1]); in TEST()[all …]
41 return {{ type = "test_action" }} in TEST()
54 def test_action(self): member in SplitTest
816 def test_action(self): member in BarrierTests
1721 def test_action(self): member in _TestBarrier