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

Unified Diff: chrome/browser/browser_uitest.cc

Issue 27228: Fix BrowserTest.ThirtyFourTabs and possibly other ui tests in single-process ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | chrome/browser/renderer_host/browser_render_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_uitest.cc
===================================================================
--- chrome/browser/browser_uitest.cc (revision 10506)
+++ chrome/browser/browser_uitest.cc (working copy)
@@ -90,7 +90,7 @@
// had a hard limit of 31 processes and this test is mainly directed at
// verifying that we don't crash when we pass this limit.
// Disabling this test http://code.google.com/p/chromium/issues/detail?id=8119
-TEST_F(BrowserTest, DISABLED_ThirtyFourTabs) {
+TEST_F(BrowserTest, ThirtyFourTabs) {
kuchhal 2009/02/26 21:02:46 You can remove the comment above this line too.
std::wstring test_file = test_data_directory_;
file_util::AppendToPath(&test_file, L"title2.html");
GURL url(net::FilePathToFileURL(test_file));
« no previous file with comments | « no previous file | chrome/browser/renderer_host/browser_render_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698