Lines Matching refs:TestCompile
44 int TestCompile(const std::string& path, const std::string& outDir, bool legacy, in TestCompile() function
66 ASSERT_EQ(TestCompile(path0, kResDir, /** legacy */ false, diag), 0); in TEST_F()
68 ASSERT_EQ(TestCompile(path0, kResDir, /** legacy */ true, diag), 0); in TEST_F()
74 ASSERT_EQ(TestCompile(path1, kResDir, /** legacy */ false, diag), 0); in TEST_F()
76 ASSERT_EQ(TestCompile(path1, kResDir, /** legacy */ true, diag), 0); in TEST_F()
82 ASSERT_EQ(TestCompile(path2, kResDir, /** legacy */ false, diag), 0); in TEST_F()
84 ASSERT_EQ(TestCompile(path2, kResDir, /** legacy */ true, diag), 0); in TEST_F()
91 ASSERT_NE(TestCompile(path3, kResDir, /** legacy */ false, diag), 0); in TEST_F()
93 ASSERT_EQ(TestCompile(path3, kResDir, /** legacy */ true, diag), 0); in TEST_F()
99 ASSERT_NE(TestCompile(path4, kResDir, /** legacy */ false, diag), 0); in TEST_F()
101 ASSERT_EQ(TestCompile(path4, kResDir, /** legacy */ true, diag), 0); in TEST_F()
107 ASSERT_NE(TestCompile(path5, kResDir, /** legacy */ false, diag), 0); in TEST_F()
109 ASSERT_EQ(TestCompile(path5, kResDir, /** legacy */ true, diag), 0); in TEST_F()