Chromium Code Reviews| 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_huge_mul_vm_test: Pass, Crash, OK # VM specific test. |
|
Ivan Posva
2014/10/09 08:36:30
For VM specific tests it would make more sense to
regis
2014/10/09 08:51:46
Done.
| |
| 110 big_integer_*: RuntimeError, OK # VM specific test. | |
| 110 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 111 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 111 compare_to2_test: RuntimeError, OK # Requires bigint support. | 112 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 112 string_base_vm_test: RuntimeError, OK # VM specific test. | 113 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 113 nan_infinity_test/01: Fail # Issue 11551 | 114 nan_infinity_test/01: Fail # Issue 11551 |
| 114 | 115 |
| 115 [ $compiler == dart2js && $runtime == none ] | 116 [ $compiler == dart2js && $runtime == none ] |
| 116 *: Fail, Pass # TODO(ahe): Triage these tests. | 117 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 117 | 118 |
| 118 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 119 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 119 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 120 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 | 146 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 | 147 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 | 148 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected |
| 148 | 149 |
| 149 [ $compiler == dart2analyzer ] | 150 [ $compiler == dart2analyzer ] |
| 150 int_parse_radix_test: fail | 151 int_parse_radix_test: fail |
| 151 list_insert_test: fail | 152 list_insert_test: fail |
| 152 list_removeat_test: fail | 153 list_removeat_test: fail |
| 153 | 154 |
| 154 [ $arch == simarm || $arch == simarm64 ] | 155 [ $arch == simarm || $arch == simarm64 ] |
| 155 big_integer_vm_test: Skip # Timeout. Issue 20879 | 156 big_integer_parsed_*: Pass, Slow |
| 156 | 157 |
| 157 [ $arch == simmips ] | 158 [ $arch == simmips ] |
| 158 int_parse_radix_test: Skip # Timeout | 159 int_parse_radix_test: Skip # Timeout |
| 159 | 160 |
| 160 [ $arch == simmips || $arch == mips ] | 161 [ $arch == simmips || $arch == mips ] |
| 161 big_integer_vm_test: Skip # Timeout. Issue 20879 | 162 big_integer_parsed_*: Skip # Timeout. Issue 20879 |
| 163 big_integer_huge_mul_vm_test: Skip # Timeout | |
| 162 | 164 |
| 163 [ $arch == simarm && $checked ] | 165 [ $arch == simarm && $checked ] |
| 164 num_parse_test: Skip # Pass, Timeout | 166 num_parse_test: Skip # Pass, Timeout |
| 165 | 167 |
| 166 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 168 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 167 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 169 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 168 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 170 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 169 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 171 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 170 string_test: StaticWarning, OK # Test generates error on purpose. | 172 string_test: StaticWarning, OK # Test generates error on purpose. |
| 171 | 173 |
| 172 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 174 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 173 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 175 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 174 | 176 |
| 175 [ $runtime == ie10 ] | 177 [ $runtime == ie10 ] |
| 176 num_parse_test: RuntimeError # Issue 15316 | 178 num_parse_test: RuntimeError # Issue 15316 |
| 177 num_parse_test/01: RuntimeError # Issue 15316 | 179 num_parse_test/01: RuntimeError # Issue 15316 |
| 178 | 180 |
| 179 [ $system == windows && $arch == x64 ] | 181 [ $system == windows && $arch == x64 ] |
| 180 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 182 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 181 | 183 |
| OLD | NEW |