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 == dart2dart] | 5 [ $compiler == dart2dart] |
6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
7 bool_from_environment_default_value_test: Skip | 7 bool_from_environment_default_value_test: Skip |
8 bool_from_environment_test: Skip | 8 bool_from_environment_test: Skip |
9 int_from_environment2_test: Skip | 9 int_from_environment2_test: Skip |
10 int_from_environment3_test: Skip | 10 int_from_environment3_test: Skip |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 list_insert_test: fail | 136 list_insert_test: fail |
137 list_removeat_test: fail | 137 list_removeat_test: fail |
138 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in
stance creation argument type is not compatible with parameter type | 138 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in
stance creation argument type is not compatible with parameter type |
139 | 139 |
140 [ $arch == simmips ] | 140 [ $arch == simmips ] |
141 int_parse_radix_test: Skip # Timeout | 141 int_parse_radix_test: Skip # Timeout |
142 | 142 |
143 [ $arch == simarm && $checked ] | 143 [ $arch == simarm && $checked ] |
144 num_parse_test: Pass, Timeout | 144 num_parse_test: Pass, Timeout |
145 | 145 |
| 146 [ $arch == simarm64 ] |
| 147 *: Skip |
| 148 |
146 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 149 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
147 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 150 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
148 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 151 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
149 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 152 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
150 string_test: StaticWarning, OK # Test generates error on purpose. | 153 string_test: StaticWarning, OK # Test generates error on purpose. |
151 | 154 |
152 [ $compiler == dart2js && $runtime == safari ] | 155 [ $compiler == dart2js && $runtime == safari ] |
153 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 156 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
154 | 157 |
155 [ $runtime == ie9 || $runtime == ie10 ] | 158 [ $runtime == ie9 || $runtime == ie10 ] |
156 num_parse_test: RuntimeError # Issue 15316 | 159 num_parse_test: RuntimeError # Issue 15316 |
157 num_parse_test/01: RuntimeError # Issue 15316 | 160 num_parse_test/01: RuntimeError # Issue 15316 |
OLD | NEW |