| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 string_operations_with_null_test: RuntimeError # Issue 29921 | 144 string_operations_with_null_test: RuntimeError # Issue 29921 |
| 145 symbol_operator_test: RuntimeError # Issue 29921 | 145 symbol_operator_test: RuntimeError # Issue 29921 |
| 146 symbol_operator_test/03: RuntimeError # Issue 29921 | 146 symbol_operator_test/03: RuntimeError # Issue 29921 |
| 147 symbol_test/none: RuntimeError # Issue 29921 | 147 symbol_test/none: RuntimeError # Issue 29921 |
| 148 symbol_reserved_word_test/06: RuntimeError # Issue 29921 | 148 symbol_reserved_word_test/06: RuntimeError # Issue 29921 |
| 149 symbol_reserved_word_test/09: RuntimeError # Issue 29921 | 149 symbol_reserved_word_test/09: RuntimeError # Issue 29921 |
| 150 symbol_reserved_word_test/12: RuntimeError # Issue 29921 | 150 symbol_reserved_word_test/12: RuntimeError # Issue 29921 |
| 151 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int
s-to-64-bits | 151 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int
s-to-64-bits |
| 152 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in
ts-to-64-bits | 152 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in
ts-to-64-bits |
| 153 int_modulo_arith_test/none: RuntimeError # Issue 29921 | 153 int_modulo_arith_test/none: RuntimeError # Issue 29921 |
| 154 list_unmodifiable_test: RuntimeError # Issue 29921, strong mode cast failure | |
| 155 | 154 |
| 156 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 155 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
| 157 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 156 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
| 158 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 157 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
| 159 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 158 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
| 160 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 159 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
| 161 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 160 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
| 162 json_map_test: RuntimeError | 161 json_map_test: RuntimeError |
| 163 compare_to2_test: RuntimeError, OK # Requires bigint support. | 162 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 164 hash_set_test/01: RuntimeError # Issue 11551 | 163 hash_set_test/01: RuntimeError # Issue 11551 |
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1033 int_parse_radix_bad_handler_test: Pass | 1032 int_parse_radix_bad_handler_test: Pass |
| 1034 | 1033 |
| 1035 [ $compiler == dart2analyzer && $strong && $checked ] | 1034 [ $compiler == dart2analyzer && $strong && $checked ] |
| 1036 iterable_fold_test/01: CompileTimeError | 1035 iterable_fold_test/01: CompileTimeError |
| 1037 | 1036 |
| 1038 [ $compiler == dart2analyzer && $checked && !$strong ] | 1037 [ $compiler == dart2analyzer && $checked && !$strong ] |
| 1039 iterable_fold_test/01: Pass | 1038 iterable_fold_test/01: Pass |
| 1040 | 1039 |
| 1041 [ $compiler == dart2analyzer && $strong && !$checked ] | 1040 [ $compiler == dart2analyzer && $strong && !$checked ] |
| 1042 iterable_fold_test/01: CompileTimeError | 1041 iterable_fold_test/01: CompileTimeError |
| OLD | NEW |