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

Unified Diff: chrome/browser/chrome_main_browsertest.cc

Issue 10221002: Fix ChromeMainTest tests on CrOS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: finally, fix Created 8 years, 8 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/test/base/in_process_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_main_browsertest.cc
===================================================================
--- chrome/browser/chrome_main_browsertest.cc (revision 133976)
+++ chrome/browser/chrome_main_browsertest.cc (working copy)
@@ -25,10 +25,6 @@
// for details.
#if !defined(OS_MACOSX)
-// These tests hang on the build/try bot but pass locally with chromeos=1
-// builds. jam is investigatin
-#if !defined(OS_CHROMEOS)
-
class ChromeMainTest : public InProcessBrowserTest {
public:
ChromeMainTest() {}
@@ -127,6 +123,4 @@
ASSERT_EQ(1u, BrowserList::GetBrowserCountForType(profile, true));
}
-#endif // !OS_CHROMEOS
-
#endif // !OS_MACOSX
« no previous file with comments | « no previous file | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698