| 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 # Known bad tests depending on removed language features. |
| 9 apply_test: Fail, OK |
| 10 iterable_join_test: Fail, OK |
| 11 list_fill_range_test: Fail, OK |
| 12 |
| 8 unicode_test: Fail # Bug 6706 | 13 unicode_test: Fail # Bug 6706 |
| 9 *dartc_test: Skip | 14 *dartc_test: Skip |
| 10 compare_to2_test: Fail # Bug 4018 | 15 compare_to2_test: Fail # Bug 4018 |
| 11 | 16 |
| 12 symbol_test/01: Fail | 17 symbol_test/01: Fail |
| 13 symbol_test/02: Fail | 18 symbol_test/02: Fail |
| 14 symbol_test/03: Fail | 19 symbol_test/03: Fail |
| 15 | 20 |
| 16 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 21 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 17 unicode_test: Fail | 22 unicode_test: Fail |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 | 117 |
| 113 [ $arch == simmips ] | 118 [ $arch == simmips ] |
| 114 int_parse_radix_test: Skip # Timeout | 119 int_parse_radix_test: Skip # Timeout |
| 115 | 120 |
| 116 [ $arch == simmips && $checked ] | 121 [ $arch == simmips && $checked ] |
| 117 hash_map2_test: Crash # Too far PC relative branch. | 122 hash_map2_test: Crash # Too far PC relative branch. |
| 118 collection_length_test: Skip # Timeout. | 123 collection_length_test: Skip # Timeout. |
| 119 | 124 |
| 120 [ $arch == simmips && $mode == debug ] | 125 [ $arch == simmips && $mode == debug ] |
| 121 collection_to_string_test: Pass, Crash # Issue: 11207 | 126 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |