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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 list_removeat_test: fail | 97 list_removeat_test: fail |
98 | 98 |
99 [ $compiler == dart2analyzer ] | 99 [ $compiler == dart2analyzer ] |
100 symbol_test/01: Fail | 100 symbol_test/01: Fail |
101 symbol_test/02: Fail | 101 symbol_test/02: Fail |
102 symbol_test/03: Fail | 102 symbol_test/03: Fail |
103 int_parse_radix_test: fail | 103 int_parse_radix_test: fail |
104 list_insert_test: fail | 104 list_insert_test: fail |
105 list_removeat_test: fail | 105 list_removeat_test: fail |
106 | 106 |
107 [ $arch == simarm ] | 107 [ $arch == simarm && $mode == debug ] |
108 *: Skip | 108 collection_to_string_test: Crash # Issue: 11207 |
109 | 109 |
110 [ $arch == mips ] | 110 [ $arch == mips ] |
111 *: Skip | 111 *: Skip |
112 | 112 |
113 [ $arch == simmips ] | 113 [ $arch == simmips ] |
114 *: Skip | 114 *: Skip |
OLD | NEW |