summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/gpu/gpu_browsertest.cc2
-rw-r--r--chrome/test/gpu/gpu_uitest.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/gpu/gpu_browsertest.cc b/chrome/test/gpu/gpu_browsertest.cc
index cb5386c..d96915b 100644
--- a/chrome/test/gpu/gpu_browsertest.cc
+++ b/chrome/test/gpu/gpu_browsertest.cc
@@ -46,7 +46,7 @@ class GPUBrowserTest : public InProcessBrowserTest {
FilePath gpu_test_dir_;
};
-#if defined(OS_WIN) || defined(OS_CHROMEOS)
+#if defined(TOOLKIT_VIEWS)
// Flaky on Windows (dbg): http://crbug.com/72608
// For ChromeOS: http://crbug.com/76217
#define MAYBE_BrowserTestCanLaunchWithOSMesa DISABLED_BrowserTestCanLaunchWithOSMesa
diff --git a/chrome/test/gpu/gpu_uitest.cc b/chrome/test/gpu/gpu_uitest.cc
index 6780bb4..a392982 100644
--- a/chrome/test/gpu/gpu_uitest.cc
+++ b/chrome/test/gpu/gpu_uitest.cc
@@ -35,7 +35,7 @@ class GPUUITest : public UITest {
FilePath gpu_test_dir_;
};
-#if defined(OS_CHROMEOS)
+#if !defined(OS_WIN) && defined(TOOLKIT_VIEWS)
#define UITestCanLaunchWithOSMesa DISABLED_UITestCanLaunchWithOSMesa
// http://crbug.com/76217
#endif