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

Unified Diff: chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc

Issue 1018253002: Disable WebViewInteractiveTest.FullscreenAllow_EmbedderHasPermission on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/apps/guest_view/web_view_interactive_browsertest.cc
diff --git a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
index 1b93e7290549a5bb2200d357086379a1a8c27a85..c5658c8d453c315ae91ec2ae72bfe61f29de011b 100644
--- a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
+++ b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
@@ -1023,7 +1023,8 @@ IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest,
// "*** Assertion failure in -[_NSWindowFullScreenTransition
// transitionedWindowFrame],"
// See similar bug: http://crbug.com/169820.
-#if defined(OS_MACOSX)
+// Also flaky on Windows: http://crbug.com/468660
+#if defined(OS_MACOSX) || defined(OS_WIN)
#define MAYBE_FullscreenAllow_EmbedderHasPermission \
DISABLED_FullscreenAllow_EmbedderHasPermission
#else
« 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