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

Unified Diff: dart/utils/compiler/buildbot.py

Issue 10911107: Disable browser dart2js checked mode tests. Too broken. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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: dart/utils/compiler/buildbot.py
diff --git a/dart/utils/compiler/buildbot.py b/dart/utils/compiler/buildbot.py
index ba42afae6aec3589d552b20ed6727ce19e32ef90..b1276ae9d4b44a0fd29d0d276e76bcfa016aae46 100644
--- a/dart/utils/compiler/buildbot.py
+++ b/dart/utils/compiler/buildbot.py
@@ -340,7 +340,7 @@ def main():
is_buildbot)
if (status == 0
- and (system == 'linux' or runtime != 'chrome')
+ and runtime != 'chrome'
and runtime != 'opera'
and runtime != 'ff'
and runtime != 'ie'
« 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