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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 | 75 |
76 [ $compiler == dart2js ] | 76 [ $compiler == dart2js ] |
77 map_values2_test: Fail # Generic types aren't right | 77 map_values2_test: Fail # Generic types aren't right |
78 | 78 |
79 ## Tests failing after merge of experimental library branch. | 79 ## Tests failing after merge of experimental library branch. |
80 [ $compiler == dart2js ] | 80 [ $compiler == dart2js ] |
81 # Tests fail due to bug in generics on constants, issue 6827 | 81 # Tests fail due to bug in generics on constants, issue 6827 |
82 iterable_to_list_test: Fail | 82 iterable_to_list_test: Fail |
83 iterable_to_set_test: Fail | 83 iterable_to_set_test: Fail |
84 | 84 |
85 [ $compiler == dartc ] | |
86 symbol_test/01: Fail | |
87 symbol_test/02: Fail | |
88 symbol_test/03: Fail | |
89 | |
90 [ $compiler == dartanalyzer ] | 85 [ $compiler == dartanalyzer ] |
91 symbol_test/01: Fail | 86 symbol_test/01: Fail |
92 symbol_test/02: Fail | 87 symbol_test/02: Fail |
93 symbol_test/03: Fail | 88 symbol_test/03: Fail |
94 int_parse_radix_test: fail | 89 int_parse_radix_test: fail |
95 list_insert_test: fail | 90 list_insert_test: fail |
96 list_removeat_test: fail | 91 list_removeat_test: fail |
97 | 92 |
98 [ $compiler == dart2analyzer ] | 93 [ $compiler == dart2analyzer ] |
99 symbol_test/01: Fail | 94 symbol_test/01: Fail |
(...skipping 14 matching lines...) Expand all Loading... |
114 | 109 |
115 [ $arch == simmips ] | 110 [ $arch == simmips ] |
116 int_parse_radix_test: Skip # Timeout | 111 int_parse_radix_test: Skip # Timeout |
117 | 112 |
118 [ $arch == simmips && $checked ] | 113 [ $arch == simmips && $checked ] |
119 hash_map2_test: Crash # Too far PC relative branch. | 114 hash_map2_test: Crash # Too far PC relative branch. |
120 collection_length_test: Pass, Timeout | 115 collection_length_test: Pass, Timeout |
121 | 116 |
122 [ $arch == simmips && $mode == debug ] | 117 [ $arch == simmips && $mode == debug ] |
123 collection_to_string_test: Pass, Crash # Issue: 11207 | 118 collection_to_string_test: Pass, Crash # Issue: 11207 |
OLD | NEW |