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

Unified Diff: sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py

Issue 1215953006: Use sky_shell instead of mojo_shell for testing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Foo Created 5 years, 5 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: sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py
diff --git a/sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py b/sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py
index 5bb406039844a2e49e68e0b3a713fa91a5d92039..0178a9d410b4805533ee4dca68446a267c895160 100644
--- a/sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py
+++ b/sky/tools/webkitpy/performance_tests/perftestsrunner_unittest.py
@@ -139,8 +139,6 @@ class MainTest(unittest.TestCase):
'--output-json-path=a/output.json',
'--slave-config-json-path=a/source.json',
'--test-results-server=somehost',
- '--additional-drt-flag=--enable-threaded-parser',
- '--additional-drt-flag=--awesomesauce',
'--repeat=5',
'--test-runner-count=5',
'--debug'])
@@ -156,7 +154,6 @@ class MainTest(unittest.TestCase):
self.assertEqual(options.output_json_path, 'a/output.json')
self.assertEqual(options.slave_config_json_path, 'a/source.json')
self.assertEqual(options.test_results_server, 'somehost')
- self.assertEqual(options.additional_drt_flag, ['--enable-threaded-parser', '--awesomesauce'])
self.assertEqual(options.repeat, 5)
self.assertEqual(options.test_runner_count, 5)

Powered by Google App Engine
This is Rietveld 408576698