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

Unified Diff: tools/perf/core/trybot_command_unittest.py

Issue 2871733002: New bisect for crbug.com/706941. [A]
Patch Set: Created 3 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
« no previous file with comments | « tools/perf/core/trybot_command.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/trybot_command_unittest.py
diff --git a/tools/perf/core/trybot_command_unittest.py b/tools/perf/core/trybot_command_unittest.py
index e04055e860fc16440d5b0c8337b1ee248603da53..1ea07d9622803357bc21b39b49bbfde57caa468a 100644
--- a/tools/perf/core/trybot_command_unittest.py
+++ b/tools/perf/core/trybot_command_unittest.py
@@ -128,7 +128,7 @@ class TrybotCommandTest(unittest.TestCase):
{bot: 'stuff'}, name, repo_path=repo_path, deps_revision=deps_revision)
extra_benchmark_args = extra_benchmark_args or []
arguments = [options.benchmark_name] + extra_benchmark_args
- cfg = command._GetPerfConfig(platform, arguments)
+ cfg = command._GetPerfConfig(platform, arguments, None)
return cfg, command
@@ -529,7 +529,7 @@ class TrybotCommandTest(unittest.TestCase):
'-p', test_args,
'-b',
'linux_perf_bisect'], (0, '', None)),))
- command._RunTryJob('linux', arguments, None)
+ command._RunTryJob('linux', arguments, None, None)
self.assertEquals('Perf Try job sent to rietveld for linux platform.',
sys.stdout.getvalue().strip())
« no previous file with comments | « tools/perf/core/trybot_command.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698