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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 regexp/unicode-handling_test: RuntimeError # Issue 29921 | 135 regexp/unicode-handling_test: RuntimeError # Issue 29921 |
136 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 | 136 regexp/zero-length-alternatives_test: RuntimeError # Issue 29921 |
137 regress_r21715_test: RuntimeError # Issue 29921 | 137 regress_r21715_test: RuntimeError # Issue 29921 |
138 string_operations_with_null_test: RuntimeError # Issue 29921 | 138 string_operations_with_null_test: RuntimeError # Issue 29921 |
139 symbol_operator_test: RuntimeError # Issue 29921 | 139 symbol_operator_test: RuntimeError # Issue 29921 |
140 symbol_operator_test/03: RuntimeError # Issue 29921 | 140 symbol_operator_test/03: RuntimeError # Issue 29921 |
141 symbol_test/none: RuntimeError # Issue 29921 | 141 symbol_test/none: RuntimeError # Issue 29921 |
142 symbol_reserved_word_test/06: RuntimeError # Issue 29921 | 142 symbol_reserved_word_test/06: RuntimeError # Issue 29921 |
143 symbol_reserved_word_test/09: RuntimeError # Issue 29921 | 143 symbol_reserved_word_test/09: RuntimeError # Issue 29921 |
144 symbol_reserved_word_test/12: RuntimeError # Issue 29921 | 144 symbol_reserved_word_test/12: RuntimeError # Issue 29921 |
| 145 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int
s-to-64-bits |
| 146 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in
ts-to-64-bits |
| 147 int_modulo_arith_test/none: RuntimeError # Issue 29921 |
145 | 148 |
146 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 149 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
147 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 150 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
148 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 151 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
149 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 152 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
150 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 153 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
151 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 154 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
152 compare_to2_test: RuntimeError, OK # Requires bigint support. | 155 compare_to2_test: RuntimeError, OK # Requires bigint support. |
153 hash_set_test/01: RuntimeError # Issue 11551 | 156 hash_set_test/01: RuntimeError # Issue 11551 |
154 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 | 157 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 regexp/global_test: Skip # Issue 21709 | 805 regexp/global_test: Skip # Issue 21709 |
803 | 806 |
804 [ $mode == debug ] | 807 [ $mode == debug ] |
805 regexp/pcre_test: Pass, Slow # Issue 22008 | 808 regexp/pcre_test: Pass, Slow # Issue 22008 |
806 | 809 |
807 [ $compiler == dart2js && ! $browser ] | 810 [ $compiler == dart2js && ! $browser ] |
808 package_resource_test: RuntimeError # Issue 26842 | 811 package_resource_test: RuntimeError # Issue 26842 |
809 | 812 |
810 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 813 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
811 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 814 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
OLD | NEW |