| 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 reg_exp_unicode_2_test: Fail # Bug 6592 | 5 reg_exp_unicode_2_test: Fail # Bug 6592 |
| 6 | 6 |
| 7 [ $compiler == dart2js && $checked ] | |
| 8 list_test: Fail, OK # dartbug.com/10708 | |
| 9 | |
| 10 [ $compiler == none ] | 7 [ $compiler == none ] |
| 11 unicode_test: Fail # Bug 6706 | 8 unicode_test: Fail # Bug 6706 |
| 12 *dartc_test: Skip | 9 *dartc_test: Skip |
| 13 compare_to2_test: Fail # Bug 4018 | 10 compare_to2_test: Fail # Bug 4018 |
| 14 | 11 |
| 15 symbol_test/01: Fail | 12 symbol_test/01: Fail |
| 16 symbol_test/02: Fail | 13 symbol_test/02: Fail |
| 17 symbol_test/03: Fail | 14 symbol_test/03: Fail |
| 18 | 15 |
| 19 | 16 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 list_removeat_test: fail | 95 list_removeat_test: fail |
| 99 | 96 |
| 100 [ $arch == simarm ] | 97 [ $arch == simarm ] |
| 101 *: Skip | 98 *: Skip |
| 102 | 99 |
| 103 [ $arch == mips ] | 100 [ $arch == mips ] |
| 104 *: Skip | 101 *: Skip |
| 105 | 102 |
| 106 [ $arch == simmips ] | 103 [ $arch == simmips ] |
| 107 *: Skip | 104 *: Skip |
| OLD | NEW |