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 f5a0d4975fcc759d22ffc63bca8653816f0af67c..3397bf8e3a6ceaa65781a341f54e86b190e3f5e0 100644 |
--- a/chrome/test/gpu/gpu_feature_browsertest.cc |
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc |
@@ -295,10 +295,6 @@ IN_PROC_BROWSER_TEST_F(WebGLTest, WebGLDisabled) { |
RunEventTest(url, kWebGLCreationEvent, false); |
} |
-#if (defined(GOOGLE_CHROME_BUILD) && defined(OS_MACOSX)) || defined(OS_WIN) |
-// http://crbug.com/314745 and http://crbug.com/332341 |
-#define MultisamplingAllowed DISABLED_MultisamplingAllowed |
-#endif |
IN_PROC_BROWSER_TEST_F(GpuFeatureTest, MultisamplingAllowed) { |
bool expect_blacklisted = false; |
if (gpu::GPUTestBotConfig::GpuBlacklistedOnBot()) |
@@ -367,12 +363,6 @@ IN_PROC_BROWSER_TEST_F(WebGLMultisamplingTest, MultisamplingDisabled) { |
RunTest(url, "\"FALSE\"", true); |
} |
-// http://crbug.com/332341 |
-#if defined(OS_WIN) |
-#define MAYBE_Canvas2DAllowed DISABLED_Canvas2DAllowed |
-#else |
-#define MAYBE_Canvas2DAllowed Canvas2DAllowed |
-#endif |
IN_PROC_BROWSER_TEST_F(GpuFeatureTest, MAYBE_Canvas2DAllowed) { |
// Accelerated canvas 2D is not supported on XP. |
if (gpu::GPUTestBotConfig::CurrentConfigMatches("XP")) |
@@ -448,14 +438,6 @@ IN_PROC_BROWSER_TEST_F(Canvas2DDisabledTest, Canvas2DDisabled) { |
RunEventTest(url, kAcceleratedCanvasCreationEvent, false); |
} |
-// Fails on XP and Vista bots. http://crbug.com/332341 |
-#if defined(OS_WIN) |
-#define MAYBE_CanOpenPopupAndRenderWithWebGLCanvas \ |
- DISABLED_CanOpenPopupAndRenderWithWebGLCanvas |
-#else |
-#define MAYBE_CanOpenPopupAndRenderWithWebGLCanvas \ |
- CanOpenPopupAndRenderWithWebGLCanvas |
-#endif |
IN_PROC_BROWSER_TEST_F(GpuFeatureTest, |
MAYBE_CanOpenPopupAndRenderWithWebGLCanvas) { |
if (gpu::GPUTestBotConfig::GpuBlacklistedOnBot()) |