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

Unified Diff: samples/third_party/dromaeo/generate_dart2js_tests.py

Issue 10510010: Get performance tests running without frog in the SDK. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | tools/testing/perf_testing/run_perf_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/generate_dart2js_tests.py
===================================================================
--- samples/third_party/dromaeo/generate_dart2js_tests.py (revision 8292)
+++ samples/third_party/dromaeo/generate_dart2js_tests.py (working copy)
@@ -70,11 +70,10 @@
if head == 'tests':
os.chdir('..')
-# Frog compile individual dom and html tests into tests/frog.
+# Compile individual dom and html tests.
tests = glob.glob('tests/dom-*-*.html')
for test in tests:
- HtmlConvert(test, 'frog')
HtmlConvert(test, 'dart2js')
# Compile driver to index-js.html.
« no previous file with comments | « no previous file | tools/testing/perf_testing/run_perf_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698