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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 7743006: Remove unused test command-line switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 years, 4 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 | « chrome/test/base/out_of_proc_test_runner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.py
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 8cf5246a5be9e570d6f3bd8377c49be319232c49..12ec2efb802b26e1d4eaf2815d6ae5ec951b9c20 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -290,8 +290,7 @@ class ChromeTests:
def TestInteractiveUI(self):
return self.SimpleTest("chrome", "interactive_ui_tests",
valgrind_test_args=self.UI_VALGRIND_ARGS,
- cmd_args=(self.UI_TEST_ARGS +
- ["--test-terminate-timeout=300000"]))
+ cmd_args=self.UI_TEST_ARGS)
def TestReliability(self):
script_dir = path_utils.ScriptDir()
@@ -304,12 +303,12 @@ class ChromeTests:
def TestSafeBrowsing(self):
return self.SimpleTest("chrome", "safe_browsing_tests",
valgrind_test_args=self.UI_VALGRIND_ARGS,
- cmd_args=(["--test-terminate-timeout=900000"]))
+ cmd_args=(["--ui-test-action-max-timeout=900000"]))
def TestSyncIntegration(self):
return self.SimpleTest("chrome", "sync_integration_tests",
valgrind_test_args=self.UI_VALGRIND_ARGS,
- cmd_args=(["--test-terminate-timeout=900000"]))
+ cmd_args=(["--ui-test-action-max-timeout=900000"]))
def TestUI(self):
return self.SimpleTest("chrome", "ui_tests",
« no previous file with comments | « chrome/test/base/out_of_proc_test_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698