OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
8 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 regexp/unicode-handling_test: RuntimeError # Issue 29921 | 100 regexp/unicode-handling_test: RuntimeError # Issue 29921 |
101 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 | 101 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 |
102 regress_r21715_test: RuntimeError # Issue 29921 | 102 regress_r21715_test: RuntimeError # Issue 29921 |
103 string_operations_with_null_test: RuntimeError # Issue 29921 | 103 string_operations_with_null_test: RuntimeError # Issue 29921 |
104 symbol_operator_test: RuntimeError # Issue 29921 | 104 symbol_operator_test: RuntimeError # Issue 29921 |
105 symbol_operator_test/03: RuntimeError # Issue 29921 | 105 symbol_operator_test/03: RuntimeError # Issue 29921 |
106 symbol_test/none: RuntimeError # Issue 29921 | 106 symbol_test/none: RuntimeError # Issue 29921 |
107 symbol_reserved_word_test/06: RuntimeError # Issue 29921 | 107 symbol_reserved_word_test/06: RuntimeError # Issue 29921 |
108 symbol_reserved_word_test/09: RuntimeError # Issue 29921 | 108 symbol_reserved_word_test/09: RuntimeError # Issue 29921 |
109 symbol_reserved_word_test/12: RuntimeError # Issue 29921 | 109 symbol_reserved_word_test/12: RuntimeError # Issue 29921 |
| 110 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int
s-to-64-bits |
| 111 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in
ts-to-64-bits |
| 112 int_modulo_arith_test/none: RuntimeError # Issue 29921 |
110 | 113 |
111 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 114 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
112 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 115 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
113 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 116 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
114 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 117 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
115 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 118 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
116 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 119 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
117 compare_to2_test: RuntimeError, OK # Requires bigint support. | 120 compare_to2_test: RuntimeError, OK # Requires bigint support. |
118 hash_set_test/01: RuntimeError # Issue 11551 | 121 hash_set_test/01: RuntimeError # Issue 11551 |
119 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 | 122 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 | 613 |
611 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 614 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
612 splay_tree_from_iterable_test: RuntimeError | 615 splay_tree_from_iterable_test: RuntimeError |
613 | 616 |
614 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 617 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
615 regexp/pcre_test: Pass, Slow, Timeout | 618 regexp/pcre_test: Pass, Slow, Timeout |
616 regexp/global_test: Skip # Issue 21709 | 619 regexp/global_test: Skip # Issue 21709 |
617 | 620 |
618 [ $mode == debug ] | 621 [ $mode == debug ] |
619 regexp/pcre_test: Pass, Slow # Issue 22008 | 622 regexp/pcre_test: Pass, Slow # Issue 22008 |
OLD | NEW |