| 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 ] | 7 [ $compiler == dart2js && $checked ] |
| 8 list_test: Fail, OK # dartbug.com/10708 | 8 list_test: Fail, OK # dartbug.com/10708 |
| 9 | 9 |
| 10 [ $compiler == none ] | 10 [ $compiler == none ] |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 [ $compiler == dartc || $compiler == dartanalyzer ] | 90 [ $compiler == dartc || $compiler == dartanalyzer ] |
| 91 symbol_test/01: Fail | 91 symbol_test/01: Fail |
| 92 symbol_test/02: Fail | 92 symbol_test/02: Fail |
| 93 symbol_test/03: Fail | 93 symbol_test/03: Fail |
| 94 | 94 |
| 95 [ $compiler == dartanalyzer ] | 95 [ $compiler == dartanalyzer ] |
| 96 int_parse_radix_test: fail | 96 int_parse_radix_test: fail |
| 97 list_insert_test: fail | 97 list_insert_test: fail |
| 98 list_removeat_test: fail | 98 list_removeat_test: fail |
| 99 | 99 |
| 100 [ $arch == arm ] | |
| 101 *: Skip | |
| 102 | |
| 103 [ $arch == simarm ] | 100 [ $arch == simarm ] |
| 104 *: Skip | 101 *: Skip |
| 105 | 102 |
| 106 [ $arch == mips ] | 103 [ $arch == mips ] |
| 107 *: Skip | 104 *: Skip |
| 108 | 105 |
| 109 [ $arch == simmips ] | 106 [ $arch == simmips ] |
| 110 *: Skip | 107 *: Skip |
| OLD | NEW |