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

Unified Diff: chrome/browser/chrome_plugin_browsertest.cc

Issue 11026043: Disable more of ChromePluginBrowserTest.Flash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable all except Linux Created 8 years, 2 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/browser/chrome_plugin_browsertest.cc
diff --git a/chrome/browser/chrome_plugin_browsertest.cc b/chrome/browser/chrome_plugin_browsertest.cc
index 5bd9532a032a178c05e1fea3eccf19c0c692a128..a3e5e84d3c71ff7edd8f815eb9705393550be0d8 100644
--- a/chrome/browser/chrome_plugin_browsertest.cc
+++ b/chrome/browser/chrome_plugin_browsertest.cc
@@ -188,7 +188,8 @@ class ChromePluginTest : public InProcessBrowserTest {
// Tests a bunch of basic scenarios with Flash.
// This test fails under ASan on Mac, see http://crbug.com/147004.
-#if defined(ADDRESS_SANITIZER) && defined(OS_MACOSX)
+// It fails elsewhere, too. See http://crbug.com/152071.
+#if defined(ADDRESS_SANITIZER) || defined(OS_MACOSX) || defined(OS_WIN)
#define MAYBE_Flash DISABLED_Flash
#else
#define MAYBE_Flash Flash
« 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