Home
last modified time | relevance | path

Searched refs:foundErrorInIntermediateTree (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DParse_test.cpp54 bool foundErrorInIntermediateTree() const { return foundInIntermediateTree("ERROR:"); } in foundErrorInIntermediateTree() function in ParseTest
147 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
161 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
192 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
213 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
233 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
246 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
259 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
272 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
295 EXPECT_TRUE(foundErrorInIntermediateTree()); in TEST_F()
[all …]
H A DTypeTracking_test.cpp49 bool foundErrorInIntermediateTree() const { return foundInIntermediateTree("ERROR:"); } in foundErrorInIntermediateTree() function in TypeTrackingTest
94 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
108 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
122 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
138 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
162 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
183 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
199 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
219 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
239 ASSERT_FALSE(foundErrorInIntermediateTree()); in TEST_F()
[all …]