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

Unified Diff: chrome/browser/unload_uitest.cc

Issue 4135007: Add a bunch of missing bug references to FLAKY tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 10 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 | « chrome/browser/tab_restore_uitest.cc ('k') | chrome/test/plugin/plugin_test.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/unload_uitest.cc
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc
index 3ddd9b0e34bb2e2acc56f635a006851b702b901d..6abc7369e97753599e94dce1649e9649cd12564e 100644
--- a/chrome/browser/unload_uitest.cc
+++ b/chrome/browser/unload_uitest.cc
@@ -324,7 +324,7 @@ TEST_F(UnloadTest, BrowserCloseBeforeUnloadCancel) {
}
#if defined(OS_LINUX)
-// Fails sometimes on Linux valgrind. http://crbug.com/32615
+// Fails sometimes on Linux valgrind. http://crbug.com/45675
#define MAYBE_BrowserCloseWithInnerFocusedFrame \
FLAKY_BrowserCloseWithInnerFocusedFrame
#else
@@ -414,7 +414,8 @@ TEST_F(UnloadTest, BrowserCloseTwoSecondBeforeUnloadAlert) {
#define MAYBE_BrowserCloseTabWhenOtherTabHasListener \
DISABLED_BrowserCloseTabWhenOtherTabHasListener
#else
-// Flaky on Linux as well. http://crbug.com/45562
+// Flaky on Linux under valgrind. http://crbug.com/46781
+// TODO(stuartmorgan): Switch to just disabling for valgrind.
#define MAYBE_BrowserCloseTabWhenOtherTabHasListener \
FLAKY_BrowserCloseTabWhenOtherTabHasListener
#endif
« no previous file with comments | « chrome/browser/tab_restore_uitest.cc ('k') | chrome/test/plugin/plugin_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698