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

Unified Diff: tools/testing/perf_testing/run_perf_tests.py

Issue 10458061: Run dart2js browser tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/perf_testing/run_perf_tests.py
===================================================================
--- tools/testing/perf_testing/run_perf_tests.py (revision 8135)
+++ tools/testing/perf_testing/run_perf_tests.py (working copy)
@@ -655,7 +655,7 @@
test_runner: Reference to the object that notifies us when to run."""
super(CommonBrowserTest, self).__init__(
self.name(), BrowserTester.get_browsers(False),
- 'browser', ['js', 'frog'],
+ 'browser', ['js', 'frog', 'dart2js'],
self.get_standalone_benchmarks(), test_runner,
self.CommonBrowserTester(self),
self.CommonBrowserFileProcessor(self))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698