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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. | 94 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. |
95 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. | 95 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. |
96 collection_length_test: Skip # Issue 12844 | 96 collection_length_test: Skip # Issue 12844 |
97 | 97 |
98 [ $runtime == opera ] | 98 [ $runtime == opera ] |
99 core_runtime_types_test: Fail | 99 core_runtime_types_test: Fail |
100 null_nosuchmethod_test: Fail # Issue: 7413 | 100 null_nosuchmethod_test: Fail # Issue: 7413 |
101 unicode_test: Fail # Issue 14694 | 101 unicode_test: Fail # Issue 14694 |
102 | 102 |
103 [ $compiler == dart2js ] | 103 [ $compiler == dart2js ] |
| 104 growable_list_test: RuntimeError # Fails to detect concurrent modification in ad
dAll. |
104 error_stack_trace1_test: RuntimeError # Issue 12399 | 105 error_stack_trace1_test: RuntimeError # Issue 12399 |
105 hash_set_test/01: RuntimeError # Issue 11551 | 106 hash_set_test/01: RuntimeError # Issue 11551 |
106 integer_to_string_test/01: RuntimeError # Issue 1533 | 107 integer_to_string_test/01: RuntimeError # Issue 1533 |
107 iterable_return_type_test/01: RuntimeError # Issue 20085 | 108 iterable_return_type_test/01: RuntimeError # Issue 20085 |
108 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 109 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
109 | 110 |
110 big_integer_vm_test: RuntimeError, OK # VM specific test. | 111 big_integer_vm_test: RuntimeError, OK # VM specific test. |
111 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 112 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
112 compare_to2_test: RuntimeError, OK # Requires bigint support. | 113 compare_to2_test: RuntimeError, OK # Requires bigint support. |
113 string_base_vm_test: RuntimeError, OK # VM specific test. | 114 string_base_vm_test: RuntimeError, OK # VM specific test. |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 == ie9 || $runtime == ie10 ] | 176 [ $runtime == ie9 || $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 |