| 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 == none ] | 7 [ $compiler == none ] |
| 8 unicode_test: Fail # Bug 6706 | 8 unicode_test: Fail # Bug 6706 |
| 9 *dartc_test: Skip | 9 *dartc_test: Skip |
| 10 compare_to2_test: Fail # Bug 4018 | 10 compare_to2_test: Fail # Bug 4018 |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 list_removeat_test: fail | 101 list_removeat_test: fail |
| 102 | 102 |
| 103 [ $compiler == dart2analyzer ] | 103 [ $compiler == dart2analyzer ] |
| 104 symbol_test/01: Fail | 104 symbol_test/01: Fail |
| 105 symbol_test/02: Fail | 105 symbol_test/02: Fail |
| 106 symbol_test/03: Fail | 106 symbol_test/03: Fail |
| 107 int_parse_radix_test: fail | 107 int_parse_radix_test: fail |
| 108 list_insert_test: fail | 108 list_insert_test: fail |
| 109 list_removeat_test: fail | 109 list_removeat_test: fail |
| 110 | 110 |
| 111 [ $arch == arm ] |
| 112 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 113 |
| 111 [ $arch == simarm && $mode == debug ] | 114 [ $arch == simarm && $mode == debug ] |
| 112 collection_to_string_test: Pass, Crash # Issue: 11207 | 115 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 113 | 116 |
| 114 [ $arch == mips ] | 117 [ $arch == mips ] |
| 115 *: Skip | 118 *: Skip |
| 116 | 119 |
| 117 [ $arch == simmips ] | 120 [ $arch == simmips ] |
| 118 int_parse_radix_test: Skip # Timeout | 121 int_parse_radix_test: Skip # Timeout |
| 119 | 122 |
| 120 [ $arch == simmips && $checked ] | 123 [ $arch == simmips && $checked ] |
| 121 hash_map2_test: Crash # Too far PC relative branch. | 124 hash_map2_test: Crash # Too far PC relative branch. |
| 122 collection_length_test: Skip # Timeout. | 125 collection_length_test: Skip # Timeout. |
| 123 | 126 |
| 124 [ $arch == simmips && $mode == debug ] | 127 [ $arch == simmips && $mode == debug ] |
| 125 collection_to_string_test: Pass, Crash # Issue: 11207 | 128 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |