Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: gpu/config/gpu_test_expectations_parser_unittest.cc

Issue 15827008: Move gpu_test_config stuff from content/ to gpu/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/config/gpu_test_expectations_parser.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_test_expectations_parser_unittest.cc
===================================================================
--- gpu/config/gpu_test_expectations_parser_unittest.cc (revision 202179)
+++ gpu/config/gpu_test_expectations_parser_unittest.cc (working copy)
@@ -3,9 +3,11 @@
// found in the LICENSE file.
#include "base/logging.h"
-#include "content/test/gpu/gpu_test_expectations_parser.h"
+#include "gpu/config/gpu_test_expectations_parser.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace gpu {
+
class GPUTestExpectationsParserTest : public testing::Test {
public:
GPUTestExpectationsParserTest() { }
@@ -239,12 +241,5 @@
parser.GetTestExpectation("OtherTest", bot_config()));
}
-TEST_F(GPUTestExpectationsParserTest, WebGLTestExpectationsValidation) {
- GPUTestExpectationsParser parser;
- EXPECT_TRUE(parser.LoadTestExpectations(
- GPUTestExpectationsParser::kWebGLConformanceTest));
- EXPECT_EQ(0u, parser.GetErrorMessages().size());
- for (size_t i = 0; i < parser.GetErrorMessages().size(); ++i)
- LOG(ERROR) << parser.GetErrorMessages()[i];
-}
+} // namespace gpu
« no previous file with comments | « gpu/config/gpu_test_expectations_parser.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698