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

Unified Diff: chrome/test/gpu/gpu_feature_browsertest.cc

Issue 9969124: Disabled failing tests: WebGLAllowed and Canvas2DAllowed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/gpu/gpu_feature_browsertest.cc
diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
index 64de7c81079865eae1cba06f658c35638f617abc..70ee7ed4263edc8367edb210187588470e5d254a 100644
--- a/chrome/test/gpu/gpu_feature_browsertest.cc
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc
@@ -192,7 +192,8 @@ IN_PROC_BROWSER_TEST_F(AcceleratedCompositingTest,
RunTest(url, EXPECT_NO_GPU_PROCESS);
}
-IN_PROC_BROWSER_TEST_F(GpuFeatureTest, WebGLAllowed) {
+// Fails on all platforms: crbug.com/121748 .
+IN_PROC_BROWSER_TEST_F(GpuFeatureTest, DISABLED_WebGLAllowed) {
GpuFeatureType type = GpuDataManager::GetInstance()->GetGpuFeatureType();
EXPECT_EQ(type, 0);
@@ -301,7 +302,8 @@ class Canvas2DEnabledTest : public GpuFeatureTest {
}
};
-IN_PROC_BROWSER_TEST_F(Canvas2DEnabledTest, Canvas2DAllowed) {
+// Fails on all platforms: crbug.com/121748 .
+IN_PROC_BROWSER_TEST_F(Canvas2DEnabledTest, DISABLED_Canvas2DAllowed) {
#if defined(OS_WIN)
// Accelerated canvas 2D is not supported on XP.
GPUTestBotConfig test_bot;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698