| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 regress_r21715_test: RuntimeError # Issue 29921 | 136 regress_r21715_test: RuntimeError # Issue 29921 |
| 137 string_operations_with_null_test: RuntimeError # Issue 29921 | 137 string_operations_with_null_test: RuntimeError # Issue 29921 |
| 138 symbol_operator_test: RuntimeError # Issue 29921 | 138 symbol_operator_test: RuntimeError # Issue 29921 |
| 139 symbol_operator_test/03: RuntimeError # Issue 29921 | 139 symbol_operator_test/03: RuntimeError # Issue 29921 |
| 140 symbol_test/none: RuntimeError # Issue 29921 | 140 symbol_test/none: RuntimeError # Issue 29921 |
| 141 symbol_reserved_word_test/06: RuntimeError # Issue 29921 | 141 symbol_reserved_word_test/06: RuntimeError # Issue 29921 |
| 142 symbol_reserved_word_test/09: RuntimeError # Issue 29921 | 142 symbol_reserved_word_test/09: RuntimeError # Issue 29921 |
| 143 symbol_reserved_word_test/12: RuntimeError # Issue 29921 | 143 symbol_reserved_word_test/12: RuntimeError # Issue 29921 |
| 144 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int
s-to-64-bits | 144 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int
s-to-64-bits |
| 145 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in
ts-to-64-bits | 145 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in
ts-to-64-bits |
| 146 int_modulo_arith_test/none: RuntimeError # Issue 29921 | 146 int_modulo_arith_test/none: RuntimeError # Issue 29921 |
| 147 list_unmodifiable_test: RuntimeError # Issue 29921, strong mode cast failure |
| 147 | 148 |
| 148 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 149 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
| 149 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 150 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
| 150 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 151 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
| 151 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 152 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
| 152 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 153 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
| 153 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 154 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
| 154 json_map_test: RuntimeError | 155 json_map_test: RuntimeError |
| 155 compare_to2_test: RuntimeError, OK # Requires bigint support. | 156 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 156 hash_set_test/01: RuntimeError # Issue 11551 | 157 hash_set_test/01: RuntimeError # Issue 11551 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 171 error_stack_trace_test/static: MissingCompileTimeError | 172 error_stack_trace_test/static: MissingCompileTimeError |
| 172 | 173 |
| 173 [ $compiler == dartdevc && $runtime != none ] | 174 [ $compiler == dartdevc && $runtime != none ] |
| 174 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' | 175 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' |
| 175 list_fill_range_test: RuntimeError # Issue 29921 | 176 list_fill_range_test: RuntimeError # Issue 29921 |
| 176 list_insert_test: RuntimeError # Issue 29921 | 177 list_insert_test: RuntimeError # Issue 29921 |
| 177 list_removeat_test: RuntimeError # Issue 29921 | 178 list_removeat_test: RuntimeError # Issue 29921 |
| 178 list_replace_range_test: RuntimeError # Issue 29921 | 179 list_replace_range_test: RuntimeError # Issue 29921 |
| 179 list_set_all_test: RuntimeError # Issue 29921 | 180 list_set_all_test: RuntimeError # Issue 29921 |
| 180 json_map_test: RuntimeError # Issue 29921 | 181 json_map_test: RuntimeError # Issue 29921 |
| 182 core_runtime_types_test: RuntimeError # Issue 29921 - runtime cast failure |
| 183 string_fromcharcodes_test: RuntimeError # Issue 29921 - runtime cast failure |
| 184 uri_query_test: RuntimeError # Issue 29921 - runtime cast failure |
| 181 | 185 |
| 182 [ $runtime == flutter ] | 186 [ $runtime == flutter ] |
| 183 apply3_test: CompileTimeError # mirrors not supported | 187 apply3_test: CompileTimeError # mirrors not supported |
| 184 bool_from_environment_test: Fail # Flutter Issue 9111 | 188 bool_from_environment_test: Fail # Flutter Issue 9111 |
| 185 int_from_environment_test: Fail # Flutter Issue 9111 | 189 int_from_environment_test: Fail # Flutter Issue 9111 |
| 186 int_from_environment2_test: Fail # Flutter Issue 9111 | 190 int_from_environment2_test: Fail # Flutter Issue 9111 |
| 187 format_exception_test: RuntimeError # Flutter Issue 9111 | 191 format_exception_test: RuntimeError # Flutter Issue 9111 |
| 188 from_environment_const_type_test/none: Fail # Flutter Issue 9111 | 192 from_environment_const_type_test/none: Fail # Flutter Issue 9111 |
| 189 from_environment_const_type_test/01: Fail # Flutter Issue 9111 | 193 from_environment_const_type_test/01: Fail # Flutter Issue 9111 |
| 190 from_environment_const_type_test/05: Fail # Flutter Issue 9111 | 194 from_environment_const_type_test/05: Fail # Flutter Issue 9111 |
| (...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 | 965 |
| 962 [ $mode == debug ] | 966 [ $mode == debug ] |
| 963 regexp/pcre_test: Pass, Slow # Issue 22008 | 967 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 964 | 968 |
| 965 [ $compiler == dart2js && ! $browser ] | 969 [ $compiler == dart2js && ! $browser ] |
| 966 package_resource_test: RuntimeError # Issue 26842 | 970 package_resource_test: RuntimeError # Issue 26842 |
| 967 | 971 |
| 968 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 972 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 969 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 973 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| 970 iterable_to_list_test/01: RuntimeError # Issue 26501 | 974 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| OLD | NEW |