test_expectations 15 base/test/expectations/expectation.h namespace test_expectations { test_expectations 11 base/test/expectations/expectation_unittest.cc test_expectations::Result result = test_expectations::RESULT_PASS; test_expectations 14 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::RESULT_FAILURE, result); test_expectations 17 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::RESULT_TIMEOUT, result); test_expectations 20 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::RESULT_CRASH, result); test_expectations 23 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::RESULT_SKIP, result); test_expectations 26 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::RESULT_PASS, result); test_expectations 30 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::RESULT_PASS, result); test_expectations 34 base/test/expectations/expectation_unittest.cc test_expectations::Configuration config = test_expectations 35 base/test/expectations/expectation_unittest.cc test_expectations::CONFIGURATION_UNSPECIFIED; test_expectations 38 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_DEBUG, config); test_expectations 41 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_RELEASE, config); test_expectations 44 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_RELEASE, config); test_expectations 48 base/test/expectations/expectation_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_RELEASE, config); test_expectations 52 base/test/expectations/expectation_unittest.cc test_expectations::Platform platform; test_expectations 98 base/test/expectations/expectation_unittest.cc test_expectations::Platform platform; test_expectations 99 base/test/expectations/expectation_unittest.cc EXPECT_TRUE(test_expectations::PlatformFromString( test_expectations 104 base/test/expectations/expectation_unittest.cc test_expectations::Platform platform; test_expectations 105 base/test/expectations/expectation_unittest.cc EXPECT_FALSE(test_expectations::PlatformFromString( test_expectations 111 base/test/expectations/expectation_unittest.cc test_expectations::Platform current = test_expectations 112 base/test/expectations/expectation_unittest.cc test_expectations::GetCurrentPlatform(); test_expectations 117 base/test/expectations/expectation_unittest.cc test_expectations::Configuration current = test_expectations 118 base/test/expectations/expectation_unittest.cc test_expectations::GetCurrentConfiguration(); test_expectations 119 base/test/expectations/expectation_unittest.cc EXPECT_NE(test_expectations::CONFIGURATION_UNSPECIFIED, current); test_expectations 14 base/test/expectations/parser.h namespace test_expectations { test_expectations 13 base/test/expectations/parser_unittest.cc using test_expectations::Parser; test_expectations 19 base/test/expectations/parser_unittest.cc const test_expectations::Expectation& expectation) OVERRIDE { test_expectations 32 base/test/expectations/parser_unittest.cc std::vector<test_expectations::Expectation> expectations_; test_expectations 46 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::RESULT_TIMEOUT, expectations_[0].result); test_expectations 47 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_UNSPECIFIED, test_expectations 62 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::RESULT_FAILURE, test_expectations 64 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_UNSPECIFIED, test_expectations 85 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::RESULT_FAILURE, test_expectations 87 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_UNSPECIFIED, test_expectations 92 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::RESULT_CRASH, test_expectations 94 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_UNSPECIFIED, test_expectations 110 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::RESULT_FAILURE, expectations_[0].result); test_expectations 111 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_UNSPECIFIED, test_expectations 119 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::RESULT_SKIP, expectations_[1].result); test_expectations 120 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_RELEASE, test_expectations 136 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::RESULT_SKIP, expectations_[0].result); test_expectations 137 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_DEBUG, test_expectations 145 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::RESULT_TIMEOUT, expectations_[1].result); test_expectations 146 base/test/expectations/parser_unittest.cc EXPECT_EQ(test_expectations::CONFIGURATION_UNSPECIFIED, test_expectations 37 gpu/gles2_conform_support/gles2_conform_test.cc gpu::GPUTestExpectationsParser test_expectations; test_expectations 38 gpu/gles2_conform_support/gles2_conform_test.cc if (!test_expectations.LoadTestExpectations(test_expectations_path)) { test_expectations 55 gpu/gles2_conform_support/gles2_conform_test.cc test_expectations.GetTestExpectation(test_name, bot_config);