| Index: utils/tests/css/css.status
|
| ===================================================================
|
| --- utils/tests/css/css.status (revision 5909)
|
| +++ utils/tests/css/css.status (working copy)
|
| @@ -2,12 +2,15 @@
|
| # 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 != d8) ]
|
| +[$compiler == dart2js || ($compiler == frog && ($runtime == ie || $runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari)) ]
|
| # #-directives not supported by test architecture
|
| DeclarationTest: Fail
|
| ExpressionTest: Fail
|
| SelectorLiteralTest: Fail
|
|
|
| +[$runtime == opera]
|
| +*: Skip
|
| +
|
| [ $arch == x64 ]
|
| *: Skip
|
|
|
|
|