Chromium Code Reviews| Index: chrome_plugin_browsertest.cc |
| =================================================================== |
| --- chrome_plugin_browsertest.cc (revision 164752) |
| +++ chrome_plugin_browsertest.cc (working copy) |
| @@ -189,7 +189,8 @@ |
| // Tests a bunch of basic scenarios with Flash. |
| // This test fails under ASan on Mac, see http://crbug.com/147004. |
| // It fails elsewhere, too. See http://crbug.com/152071. |
| -#if defined(ADDRESS_SANITIZER) || defined(OS_MACOSX) || defined(OS_WIN) |
| +#if defined(ADDRESS_SANITIZER) || defined(OS_MACOSX) || defined(OS_WIN) || \ |
|
yzshen1
2012/10/30 00:10:38
Is there any other platform left?
You might want
|
| + defined(OS_LINUX) |
| #define MAYBE_Flash DISABLED_Flash |
| #else |
| #define MAYBE_Flash Flash |