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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 9168008: Enabled CSS tests, added CSS tests to buildbot, fixed tooling with nodejs, and added more tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More coding convention changes (consistency). 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 | utils/css/cssworld.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/scripts/buildbot_annotated_steps.py
diff --git a/frog/scripts/buildbot_annotated_steps.py b/frog/scripts/buildbot_annotated_steps.py
index b64b5e5069e8900d23439117727fa8617873ad2c..9c37e2e04bbbca75c58222da44e8248f30aba402 100644
--- a/frog/scripts/buildbot_annotated_steps.py
+++ b/frog/scripts/buildbot_annotated_steps.py
@@ -92,7 +92,8 @@ def TestFrog(arch, mode):
if arch != 'frogium': # frog and frogsh
TestStep("frog", testpy_mode, arch, [], flags)
- TestStep("frog_extra", testpy_mode, arch, ['frog', 'peg', 'await'], flags)
+ TestStep("frog_extra", testpy_mode, arch, ['frog', 'peg', 'css',
+ 'await'], flags)
TestStep("leg_extra", testpy_mode, arch, ['leg', 'leg_only'], flags)
@@ -105,7 +106,7 @@ def TestFrog(arch, mode):
else:
if (TestStep("browser", testpy_mode, 'frogium',
['client', 'language', 'corelib', 'isolate', 'frog',
- 'leg', 'peg', 'await'], flags) != 0):
+ 'leg', 'peg', 'css', 'await'], flags) != 0):
return 1
return 0
« no previous file with comments | « no previous file | utils/css/cssworld.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698