| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 unicode_test: Fail # Issue 14694 | 99 unicode_test: Fail # Issue 14694 |
| 100 | 100 |
| 101 [ $compiler == dart2js ] | 101 [ $compiler == dart2js ] |
| 102 growable_list_test: RuntimeError # Fails to detect concurrent modification in ad
dAll. | 102 growable_list_test: RuntimeError # Fails to detect concurrent modification in ad
dAll. |
| 103 error_stack_trace1_test: RuntimeError # Issue 12399 | 103 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 104 hash_set_test/01: RuntimeError # Issue 11551 | 104 hash_set_test/01: RuntimeError # Issue 11551 |
| 105 integer_to_string_test/01: RuntimeError # Issue 1533 | 105 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 106 iterable_return_type_test/01: RuntimeError # Issue 20085 | 106 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 107 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 107 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 108 | 108 |
| 109 big_integer_vm_test: RuntimeError, OK # VM specific test. | 109 big_integer_*: Skip # VM specific test. |
| 110 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 110 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 111 compare_to2_test: RuntimeError, OK # Requires bigint support. | 111 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 112 string_base_vm_test: RuntimeError, OK # VM specific test. | 112 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 113 nan_infinity_test/01: Fail # Issue 11551 | 113 nan_infinity_test/01: Fail # Issue 11551 |
| 114 | 114 |
| 115 [ $compiler == dart2js && $runtime == none ] | 115 [ $compiler == dart2js && $runtime == none ] |
| 116 *: Fail, Pass # TODO(ahe): Triage these tests. | 116 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 117 | 117 |
| 118 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 118 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 119 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 119 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 145 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e
xpected | 145 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e
xpected |
| 146 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec
ted | 146 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec
ted |
| 147 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp
ected | 147 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp
ected |
| 148 | 148 |
| 149 [ $compiler == dart2analyzer ] | 149 [ $compiler == dart2analyzer ] |
| 150 int_parse_radix_test: fail | 150 int_parse_radix_test: fail |
| 151 list_insert_test: fail | 151 list_insert_test: fail |
| 152 list_removeat_test: fail | 152 list_removeat_test: fail |
| 153 | 153 |
| 154 [ $arch == simarm || $arch == simarm64 ] | 154 [ $arch == simarm || $arch == simarm64 ] |
| 155 big_integer_vm_test: Skip # Timeout. Issue 20879 | 155 big_integer_parsed_*: Pass, Slow |
| 156 | 156 |
| 157 [ $arch == simmips ] | 157 [ $arch == simmips ] |
| 158 int_parse_radix_test: Skip # Timeout | 158 int_parse_radix_test: Skip # Timeout |
| 159 | 159 |
| 160 [ $arch == simmips || $arch == mips ] | 160 [ $arch == simmips || $arch == mips ] |
| 161 big_integer_vm_test: Skip # Timeout. Issue 20879 | 161 big_integer_parsed_*: Skip # Timeout. Issue 20879 |
| 162 big_integer_huge_mul_vm_test: Skip # Timeout |
| 162 | 163 |
| 163 [ $arch == simarm && $checked ] | 164 [ $arch == simarm && $checked ] |
| 164 num_parse_test: Skip # Pass, Timeout | 165 num_parse_test: Skip # Pass, Timeout |
| 165 | 166 |
| 166 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 167 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 167 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 168 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 168 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 169 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 169 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 170 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 170 string_test: StaticWarning, OK # Test generates error on purpose. | 171 string_test: StaticWarning, OK # Test generates error on purpose. |
| 171 | 172 |
| 172 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 173 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 173 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 174 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 174 | 175 |
| 175 [ $runtime == ie10 ] | 176 [ $runtime == ie10 ] |
| 176 num_parse_test: RuntimeError # Issue 15316 | 177 num_parse_test: RuntimeError # Issue 15316 |
| 177 num_parse_test/01: RuntimeError # Issue 15316 | 178 num_parse_test/01: RuntimeError # Issue 15316 |
| 178 | 179 |
| 179 [ $system == windows && $arch == x64 ] | 180 [ $system == windows && $arch == x64 ] |
| 180 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 181 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 181 | 182 |
| OLD | NEW |