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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 [ $runtime == ff ] | 92 [ $runtime == ff ] |
93 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. | 93 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. |
94 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. | 94 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. |
95 | 95 |
96 [ $runtime == opera ] | 96 [ $runtime == opera ] |
97 core_runtime_types_test: Fail | 97 core_runtime_types_test: Fail |
98 null_nosuchmethod_test: Fail # Issue: 7413 | 98 null_nosuchmethod_test: Fail # Issue: 7413 |
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 error_stack_trace1_test: RuntimeError # Issue 12399 | 103 error_stack_trace1_test: RuntimeError # Issue 12399 |
103 hash_set_test/01: RuntimeError # Issue 11551 | 104 hash_set_test/01: RuntimeError # Issue 11551 |
104 integer_to_string_test/01: RuntimeError # Issue 1533 | 105 integer_to_string_test/01: RuntimeError # Issue 1533 |
105 iterable_return_type_test/01: RuntimeError # Issue 20085 | 106 iterable_return_type_test/01: RuntimeError # Issue 20085 |
106 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 107 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
107 | 108 |
108 big_integer_*: Skip # VM specific test. | 109 big_integer_*: Skip # VM specific test. |
109 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 110 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
110 compare_to2_test: RuntimeError, OK # Requires bigint support. | 111 compare_to2_test: RuntimeError, OK # Requires bigint support. |
111 string_base_vm_test: RuntimeError, OK # VM specific test. | 112 string_base_vm_test: RuntimeError, OK # VM specific test. |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 map_values4_test: RuntimeError # Please triage this failure. | 233 map_values4_test: RuntimeError # Please triage this failure. |
233 regexp/pcre_test: Crash # Stack Overflow | 234 regexp/pcre_test: Crash # Stack Overflow |
234 shuffle_test: RuntimeError # this.get$length is not a function | 235 shuffle_test: RuntimeError # this.get$length is not a function |
235 string_fromcharcodes_test: RuntimeError # this.get$length is not a function | 236 string_fromcharcodes_test: RuntimeError # this.get$length is not a function |
236 symbol_operator_test/03: RuntimeError # Please triage this failure. | 237 symbol_operator_test/03: RuntimeError # Please triage this failure. |
237 symbol_reserved_word_test/03: Pass # Please triage this failure. | 238 symbol_reserved_word_test/03: Pass # Please triage this failure. |
238 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. | 239 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. |
239 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. | 240 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. |
240 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. | 241 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. |
241 symbol_test/none: RuntimeError # Please triage this failure. | 242 symbol_test/none: RuntimeError # Please triage this failure. |
OLD | NEW |