| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 [ $compiler == dartanalyzer ] | 151 [ $compiler == dartanalyzer ] |
| 152 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e
xpected | 152 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e
xpected |
| 153 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec
ted | 153 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec
ted |
| 154 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp
ected | 154 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp
ected |
| 155 | 155 |
| 156 [ $compiler == dart2analyzer ] | 156 [ $compiler == dart2analyzer ] |
| 157 int_parse_radix_test: fail | 157 int_parse_radix_test: fail |
| 158 list_insert_test: fail | 158 list_insert_test: fail |
| 159 list_removeat_test: fail | 159 list_removeat_test: fail |
| 160 | 160 |
| 161 [ $arch == simarm ] | 161 [ $arch == simarm || $arch == simarm64 ] |
| 162 big_integer_vm_test: Skip # Timeout | 162 big_integer_vm_test: Skip # Timeout |
| 163 | 163 |
| 164 [ $arch == simmips ] | 164 [ $arch == simmips ] |
| 165 int_parse_radix_test: Skip # Timeout | 165 int_parse_radix_test: Skip # Timeout |
| 166 big_integer_vm_test: Skip # Timeout | 166 big_integer_vm_test: Skip # Timeout |
| 167 | 167 |
| 168 [ $arch == simarm && $checked ] | 168 [ $arch == simarm && $checked ] |
| 169 num_parse_test: Skip # Pass, Timeout | 169 num_parse_test: Skip # Pass, Timeout |
| 170 | 170 |
| 171 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 171 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 172 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 172 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 173 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 173 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 174 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 174 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 175 string_test: StaticWarning, OK # Test generates error on purpose. | 175 string_test: StaticWarning, OK # Test generates error on purpose. |
| 176 | 176 |
| 177 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 177 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 178 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 178 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 179 | 179 |
| 180 [ $runtime == ie9 || $runtime == ie10 ] | 180 [ $runtime == ie9 || $runtime == ie10 ] |
| 181 num_parse_test: RuntimeError # Issue 15316 | 181 num_parse_test: RuntimeError # Issue 15316 |
| 182 num_parse_test/01: RuntimeError # Issue 15316 | 182 num_parse_test/01: RuntimeError # Issue 15316 |
| 183 | 183 |
| 184 [ $system == windows && $arch == x64 ] | 184 [ $system == windows && $arch == x64 ] |
| 185 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 185 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 186 | 186 |
| OLD | NEW |