| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 [ $compiler == dart2js ] | 84 [ $compiler == dart2js ] |
| 85 map_values2_test: Fail # Generic types aren't right | 85 map_values2_test: Fail # Generic types aren't right |
| 86 | 86 |
| 87 ## Tests failing after merge of experimental library branch. | 87 ## Tests failing after merge of experimental library branch. |
| 88 [ $compiler == dart2js ] | 88 [ $compiler == dart2js ] |
| 89 # Tests fail due to bug in generics on constants, issue 6827 | 89 # Tests fail due to bug in generics on constants, issue 6827 |
| 90 iterable_to_list_test: Fail | 90 iterable_to_list_test: Fail |
| 91 iterable_to_set_test: Fail | 91 iterable_to_set_test: Fail |
| 92 | 92 |
| 93 [ $compiler == dartanalyzer ] | 93 [ $compiler == dartanalyzer ] |
| 94 symbol_test/01: Fail | |
| 95 symbol_test/02: Fail | 94 symbol_test/02: Fail |
| 96 symbol_test/03: Fail | 95 symbol_test/03: Fail |
| 97 int_parse_radix_test: fail | 96 int_parse_radix_test: fail |
| 98 list_insert_test: fail | 97 list_insert_test: fail |
| 99 list_removeat_test: fail | 98 list_removeat_test: fail |
| 100 | 99 |
| 101 [ $compiler == dart2analyzer ] | 100 [ $compiler == dart2analyzer ] |
| 102 symbol_test/01: Fail | 101 symbol_test/01: Fail |
| 103 symbol_test/02: Fail | 102 symbol_test/02: Fail |
| 104 symbol_test/03: Fail | 103 symbol_test/03: Fail |
| (...skipping 12 matching lines...) Expand all Loading... |
| 117 | 116 |
| 118 [ $arch == simmips ] | 117 [ $arch == simmips ] |
| 119 int_parse_radix_test: Skip # Timeout | 118 int_parse_radix_test: Skip # Timeout |
| 120 | 119 |
| 121 [ $arch == simmips && $checked ] | 120 [ $arch == simmips && $checked ] |
| 122 hash_map2_test: Crash # Too far PC relative branch. | 121 hash_map2_test: Crash # Too far PC relative branch. |
| 123 collection_length_test: Pass, Timeout | 122 collection_length_test: Pass, Timeout |
| 124 | 123 |
| 125 [ $arch == simmips && $mode == debug ] | 124 [ $arch == simmips && $mode == debug ] |
| 126 collection_to_string_test: Pass, Crash # Issue: 11207 | 125 collection_to_string_test: Pass, Crash # Issue: 11207 |
| OLD | NEW |