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

Unified Diff: chrome/test/out_of_proc_test_runner.cc

Issue 7060003: Register parameterized tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: EXPECT_EQ(0 instead of EXPECT_FALSE. Created 9 years, 7 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
Index: chrome/test/out_of_proc_test_runner.cc
diff --git a/chrome/test/out_of_proc_test_runner.cc b/chrome/test/out_of_proc_test_runner.cc
index 9a3201e1f04d1cf26682bf187b49bbdee38a0c37..44a436ebcf0dca4e0b849a5c1edcaca02e2b770f 100644
--- a/chrome/test/out_of_proc_test_runner.cc
+++ b/chrome/test/out_of_proc_test_runner.cc
@@ -622,6 +622,8 @@ int main(int argc, char** argv) {
"--single-process (to do the above, and also run Chrome in single-\n"
"process mode).\n");
+ testing::InitGoogleTest(&argc, argv);
+
// Make sure the entire browser code is loaded into memory. Reading it
// from disk may be slow on a busy bot, and can easily exceed the default
// timeout causing flaky test failures. Use an empty test that only starts

Powered by Google App Engine
This is Rietveld 408576698