Chromium Code Reviews

Unified Diff: chrome/common/logging_chrome_uitest.cc

Issue 243098: Remove the BrowserCrashTest.Crash test from the code because it never... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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/common/logging_chrome_uitest.cc
===================================================================
--- chrome/common/logging_chrome_uitest.cc (revision 28009)
+++ chrome/common/logging_chrome_uitest.cc (working copy)
@@ -116,23 +116,3 @@
expected_crashes_ = 1;
}
}
-
-// Tests whether we correctly fail on browser crashes during UI Tests.
-class BrowserCrashTest : public UITest {
- protected:
- BrowserCrashTest() : UITest()
- {
- // Initial loads will never complete due to crash.
- wait_for_initial_loads_ = false;
-
- launch_arguments_.AppendSwitch(switches::kBrowserCrashTest);
- }
-};
-
-// Launch the app in browser crash test mode.
-// This test is disabled. See bug 6910.
-TEST_F(BrowserCrashTest, DISABLED_Crash) {
- // Wait while the process is writing the crash dump.
- PlatformThread::Sleep(5000);
- expected_crashes_ = 1;
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine