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

Unified Diff: chrome/browser/unload_uitest.cc

Issue 2887001: Disable another crashing unload test on Linux (Closed)
Patch Set: Created 10 years, 6 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/unload_uitest.cc
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc
index 7ac65079e82ebbcc9ae39534feeef5874a72017e..04f2b5f6da6a18a34927638474c6dd4d7ecf39c2 100644
--- a/chrome/browser/unload_uitest.cc
+++ b/chrome/browser/unload_uitest.cc
@@ -20,9 +20,13 @@
#define MAYBE_BrowserCloseNoUnloadListeners \
DISABLED_BrowserCloseNoUnloadListeners
#define MAYBE_BrowserCloseUnload DISABLED_BrowserCloseUnload
+#define MAYBE_BrowserCloseTwoSecondBeforeUnload \
+ DISABLED_BrowserCloseTwoSecondBeforeUnload
#else
#define MAYBE_BrowserCloseNoUnloadListeners BrowserCloseNoUnloadListeners
#define MAYBE_BrowserCloseUnload BrowserCloseUnload
+#define MAYBE_BrowserCloseTwoSecondBeforeUnload \
+ BrowserCloseTwoSecondBeforeUnload
#endif
const std::string NOLISTENERS_HTML =
@@ -345,7 +349,7 @@ TEST_F(UnloadTest, MAYBE_BrowserCloseWithInnerFocusedFrame) {
// Tests closing the browser with a beforeunload handler that takes
// two seconds to run.
-TEST_F(UnloadTest, BrowserCloseTwoSecondBeforeUnload) {
+TEST_F(UnloadTest, MAYBE_BrowserCloseTwoSecondBeforeUnload) {
LoadUrlAndQuitBrowser(TWO_SECOND_BEFORE_UNLOAD_HTML,
L"twosecondbeforeunload");
}
« 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