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

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 8917001: Mark PPAPITest.Fullscreen as FAILS on Linux since it's failing under TSAN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 04c957d07bf960bb72da965a78d91eac669d5805..48e072f2049a711c219df4771414d093c1f1b274 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -18,7 +18,6 @@
#include "net/test/test_server.h"
#include "webkit/plugins/plugin_switches.h"
-
namespace {
// Platform-specific filename relative to the chrome executable.
@@ -513,8 +512,8 @@ TEST_F(OutOfProcessPPAPITest, MAYBE_FlashFullscreen) {
RunTestViaHTTP("FlashFullscreen");
}
-// Fullscreen test fails on Mac.
-#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
+// http://crbug.com/107175.
+#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || defined(OS_LINUX)
#define MAYBE_Fullscreen FAILS_Fullscreen
#else
#define MAYBE_Fullscreen Fullscreen
« 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