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

Unified Diff: chrome/browser/session_history_uitest.cc

Issue 8413040: Mark SessionHistoryTest.BasicBackForward as flaky on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/session_history_uitest.cc
===================================================================
--- chrome/browser/session_history_uitest.cc (revision 107728)
+++ chrome/browser/session_history_uitest.cc (working copy)
@@ -80,8 +80,9 @@
net::TestServer test_server_;
};
-#if defined(OS_WIN)
-// See http://crbug.com/61619
+#if defined(OS_WIN) || defined(OS_MACOSX)
+// See http://crbug.com/61619 on windows.
+// See http://crbug.com/102094 on mac.
#define MAYBE_BasicBackForward FLAKY_BasicBackForward
#else
#define MAYBE_BasicBackForward BasicBackForward
« 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