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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 9317060: Fixing Windows buildbot exception. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 11 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/create_graph.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/scripts/buildbot_annotated_steps.py
===================================================================
--- frog/scripts/buildbot_annotated_steps.py (revision 3868)
+++ frog/scripts/buildbot_annotated_steps.py (working copy)
@@ -118,10 +118,9 @@
TestStep("leg_extra", testpy_mode, system, 'vm', ['leg'], flags)
else:
+ tests = ['client', 'language', 'corelib', 'isolate', 'frog', 'peg', 'css']
if system != 'windows':
# DumpRenderTree tests (DRT is currently not available on Windows):
- tests = [
- 'client', 'language', 'corelib', 'isolate', 'frog', 'peg', 'css']
TestStep("browser", testpy_mode, system, 'frogium', tests, flags)
# Webdriver tests.
« no previous file with comments | « no previous file | tools/testing/perf_testing/create_graph.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698