Lines Matching refs:parser

41   GPUTestExpectationsParser parser;
42 EXPECT_TRUE(parser.LoadTestExpectations(text));
43 EXPECT_EQ(0u, parser.GetErrorMessages().size());
45 parser.GetTestExpectation("some_test", bot_config()));
52 GPUTestExpectationsParser parser;
53 EXPECT_TRUE(parser.LoadTestExpectations(text));
54 EXPECT_EQ(0u, parser.GetErrorMessages().size());
56 parser.GetTestExpectation("MyTest", bot_config()));
63 GPUTestExpectationsParser parser;
64 EXPECT_TRUE(parser.LoadTestExpectations(text));
65 EXPECT_EQ(0u, parser.GetErrorMessages().size());
67 parser.GetTestExpectation("MyTest", bot_config()));
74 GPUTestExpectationsParser parser;
75 EXPECT_TRUE(parser.LoadTestExpectations(text));
76 EXPECT_EQ(0u, parser.GetErrorMessages().size());
78 parser.GetTestExpectation("MyTest", bot_config()));
85 GPUTestExpectationsParser parser;
86 EXPECT_TRUE(parser.LoadTestExpectations(text));
87 EXPECT_EQ(0u, parser.GetErrorMessages().size());
89 parser.GetTestExpectation("MyTest", bot_config()));
99 GPUTestExpectationsParser parser;
100 EXPECT_TRUE(parser.LoadTestExpectations(text));
101 EXPECT_EQ(0u, parser.GetErrorMessages().size());
107 parser.GetTestExpectation("MyTest", bot_config()));
114 GPUTestExpectationsParser parser;
115 EXPECT_FALSE(parser.LoadTestExpectations(text));
116 EXPECT_NE(0u, parser.GetErrorMessages().size());
125 GPUTestExpectationsParser parser;
126 EXPECT_TRUE(parser.LoadTestExpectations(text));
127 EXPECT_EQ(0u, parser.GetErrorMessages().size());
133 parser.GetTestExpectation("MyTest", bot_config()));
140 GPUTestExpectationsParser parser;
141 EXPECT_FALSE(parser.LoadTestExpectations(text));
142 EXPECT_NE(0u, parser.GetErrorMessages().size());
149 GPUTestExpectationsParser parser;
150 EXPECT_FALSE(parser.LoadTestExpectations(text));
151 EXPECT_NE(0u, parser.GetErrorMessages().size());
158 GPUTestExpectationsParser parser;
159 EXPECT_FALSE(parser.LoadTestExpectations(text));
160 EXPECT_NE(0u, parser.GetErrorMessages().size());
167 GPUTestExpectationsParser parser;
168 EXPECT_FALSE(parser.LoadTestExpectations(text));
169 EXPECT_NE(0u, parser.GetErrorMessages().size());
176 GPUTestExpectationsParser parser;
177 EXPECT_FALSE(parser.LoadTestExpectations(text));
178 EXPECT_NE(0u, parser.GetErrorMessages().size());
185 GPUTestExpectationsParser parser;
186 EXPECT_FALSE(parser.LoadTestExpectations(text));
187 EXPECT_NE(0u, parser.GetErrorMessages().size());
194 GPUTestExpectationsParser parser;
195 EXPECT_FALSE(parser.LoadTestExpectations(text));
196 EXPECT_NE(0u, parser.GetErrorMessages().size());
204 GPUTestExpectationsParser parser;
205 EXPECT_FALSE(parser.LoadTestExpectations(text));
206 EXPECT_NE(0u, parser.GetErrorMessages().size());
214 GPUTestExpectationsParser parser;
215 EXPECT_TRUE(parser.LoadTestExpectations(text));
216 EXPECT_EQ(0u, parser.GetErrorMessages().size());
224 GPUTestExpectationsParser parser;
225 EXPECT_TRUE(parser.LoadTestExpectations(text));
226 EXPECT_EQ(0u, parser.GetErrorMessages().size());
228 parser.GetTestExpectation("MyTest", bot_config()));
235 GPUTestExpectationsParser parser;
236 EXPECT_TRUE(parser.LoadTestExpectations(text));
237 EXPECT_EQ(0u, parser.GetErrorMessages().size());
239 parser.GetTestExpectation("MyTest0", bot_config()));
241 parser.GetTestExpectation("OtherTest", bot_config()));