| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $arch == simarm ] | 5 [ $arch == simarm ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 dummy_compiler_test: Slow, Pass | 9 dummy_compiler_test: Slow, Pass |
| 10 recursive_import_test: Slow, Pass | 10 recursive_import_test: Slow, Pass |
| 11 utf8_test: Fail # issue 6418 | |
| 12 | 11 |
| 13 [ $compiler == none && $runtime == drt ] | 12 [ $compiler == none && $runtime == drt ] |
| 14 dummy_compiler_test: Fail # http://dartbug.com/2264 | 13 dummy_compiler_test: Fail # http://dartbug.com/2264 |
| 15 recursive_import_test: Fail # http://dartbug.com/2264 | 14 recursive_import_test: Fail # http://dartbug.com/2264 |
| 16 | 15 |
| 17 [ $compiler == dart2js && $browser ] | 16 [ $compiler == dart2js && $browser ] |
| 18 *: Skip | 17 *: Skip |
| 19 | 18 |
| 20 [ $runtime == dartium || $runtime == drt ] | 19 [ $runtime == dartium || $runtime == drt ] |
| 21 utf8_test: Fail # TRIAGE | 20 utf8_test: Fail # TRIAGE |
| (...skipping 12 matching lines...) Expand all Loading... |
| 34 png_layout_test: Fail, OK | 33 png_layout_test: Fail, OK |
| 35 | 34 |
| 36 # test issue 6512 | 35 # test issue 6512 |
| 37 json_test: Fail, OK | 36 json_test: Fail, OK |
| 38 utf8_test: Fail, OK | 37 utf8_test: Fail, OK |
| 39 | 38 |
| 40 | 39 |
| 41 [ $compiler == dart2dart ] | 40 [ $compiler == dart2dart ] |
| 42 # Skip until we stabilize language tests. | 41 # Skip until we stabilize language tests. |
| 43 *: Skip | 42 *: Skip |
| OLD | NEW |