| 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. | |
| 103 error_stack_trace1_test: RuntimeError # Issue 12399 | 102 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 104 hash_set_test/01: RuntimeError # Issue 11551 | 103 hash_set_test/01: RuntimeError # Issue 11551 |
| 105 integer_to_string_test/01: RuntimeError # Issue 1533 | 104 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 106 iterable_return_type_test/01: RuntimeError # Issue 20085 | 105 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 107 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 106 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 108 | 107 |
| 109 big_integer_*: Skip # VM specific test. | 108 big_integer_*: Skip # VM specific test. |
| 110 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 109 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 111 compare_to2_test: RuntimeError, OK # Requires bigint support. | 110 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 112 string_base_vm_test: RuntimeError, OK # VM specific test. | 111 string_base_vm_test: RuntimeError, OK # VM specific test. |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 list_test/01: RuntimeError # this.get$length is not a function | 223 list_test/01: RuntimeError # this.get$length is not a function |
| 225 list_test/none: RuntimeError # this.get$length is not a function | 224 list_test/none: RuntimeError # this.get$length is not a function |
| 226 main_test: RuntimeError # receiver.get$_collection$_nums is not a function | 225 main_test: RuntimeError # receiver.get$_collection$_nums is not a function |
| 227 map_values2_test: RuntimeError # Please triage this failure. | 226 map_values2_test: RuntimeError # Please triage this failure. |
| 228 map_values3_test: RuntimeError # Please triage this failure. | 227 map_values3_test: RuntimeError # Please triage this failure. |
| 229 map_values4_test: RuntimeError # Please triage this failure. | 228 map_values4_test: RuntimeError # Please triage this failure. |
| 230 regexp/pcre_test: Crash # Stack Overflow | 229 regexp/pcre_test: Crash # Stack Overflow |
| 231 shuffle_test: RuntimeError # Please triage this failure. | 230 shuffle_test: RuntimeError # Please triage this failure. |
| 232 stacktrace_fromstring_test: RuntimeError # receiver.get$_collection$_nums is not
a function | 231 stacktrace_fromstring_test: RuntimeError # receiver.get$_collection$_nums is not
a function |
| 233 string_fromcharcodes_test: RuntimeError # Please triage this failure. | 232 string_fromcharcodes_test: RuntimeError # Please triage this failure. |
| 234 symbol_operator_test/03 : RuntimeError # | 233 symbol_operator_test/03 : RuntimeError # |
| 235 symbol_reserved_word_test/03: Pass # Please triage this failure. | 234 symbol_reserved_word_test/03: Pass # Please triage this failure. |
| 236 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. | 235 symbol_reserved_word_test/06: RuntimeError # Please triage this failure. |
| 237 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. | 236 symbol_reserved_word_test/09: RuntimeError # Please triage this failure. |
| 238 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. | 237 symbol_reserved_word_test/12: RuntimeError # Please triage this failure. |
| 239 symbol_test/none: Crash # The null object does not have a getter '_element'. | 238 symbol_test/none: Crash # The null object does not have a getter '_element'. |
| 240 uri_test: Crash # Invalid argument(s) | 239 uri_test: Crash # Invalid argument(s) |
| OLD | NEW |