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

Unified Diff: utils/tests/css/css.status

Issue 10042001: change status files to make it possible to run test.py -c frog,dart2js -r none. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« frog/tests/await/await.status ('K') | « tests/utils/utils.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/css/css.status
diff --git a/utils/tests/css/css.status b/utils/tests/css/css.status
index 9f4b45b50ee120cbc3edf653494ac2fdc9228845..ac7a7c3987d3d0840178d3bee2c394630ee2f146 100644
--- a/utils/tests/css/css.status
+++ b/utils/tests/css/css.status
@@ -2,7 +2,7 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-[$compiler == dart2js || ($compiler == frog && ($runtime == ie || $runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari)) ]
+[ ($compiler == dart2js || $compiler == frog) && ($runtime == ie || $runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
# #-directives not supported by test architecture
DeclarationTest: Fail
ExpressionTest: Fail
« frog/tests/await/await.status ('K') | « tests/utils/utils.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698