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 [ $compiler == none ] | 5 [ $compiler == none ] |
6 unicode_test: Fail # Bug 6706 | 6 unicode_test: Fail # Bug 6706 |
7 compare_to2_test: Fail # Bug 4018 | 7 compare_to2_test: Fail # Bug 4018 |
8 | 8 |
9 symbol_test/01: Fail, Pass # bug 11669 | 9 symbol_test/01: Fail, Pass # bug 11669 |
10 symbol_test/02: Fail, Pass # bug 11669 | 10 symbol_test/02: Fail, Pass # bug 11669 |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 collection_to_string_test: Pass, Crash # Issue: 11207 | 106 collection_to_string_test: Pass, Crash # Issue: 11207 |
107 | 107 |
108 [ $arch == simmips ] | 108 [ $arch == simmips ] |
109 int_parse_radix_test: Skip # Timeout | 109 int_parse_radix_test: Skip # Timeout |
110 | 110 |
111 [ $arch == simmips && $checked ] | 111 [ $arch == simmips && $checked ] |
112 collection_length_test: Pass, Timeout | 112 collection_length_test: Pass, Timeout |
113 | 113 |
114 [ $arch == simmips && $mode == debug ] | 114 [ $arch == simmips && $mode == debug ] |
115 collection_to_string_test: Pass, Crash # Issue: 11207 | 115 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 116 |
| 117 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 118 collection_to_string_test: StaticWarning |
| 119 error_stack_trace_test: StaticWarning |
| 120 iterable_element_at_test: StaticWarning |
| 121 iterable_test: StaticWarning |
| 122 list_map_test: StaticWarning |
| 123 num_clamp_test: StaticWarning |
| 124 queue_test: StaticWarning |
| 125 string_codeunits_test: StaticWarning |
| 126 string_test: StaticWarning |
OLD | NEW |