| 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 string_replace_static_test: MissingCompileTimeError | 8 string_replace_static_test: MissingCompileTimeError |
| 9 string_static_test: MissingCompileTimeError | 9 string_static_test: MissingCompileTimeError |
| 10 | 10 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 [ $compiler == dartdevc && $runtime != none ] | 32 [ $compiler == dartdevc && $runtime != none ] |
| 33 apply2_test: RuntimeError # Issue 29921 | 33 apply2_test: RuntimeError # Issue 29921 |
| 34 apply3_test: RuntimeError # Issue 29921 | 34 apply3_test: RuntimeError # Issue 29921 |
| 35 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 35 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
| 36 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 36 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
| 37 const_list_literal_test: RuntimeError # Issue 29921 | 37 const_list_literal_test: RuntimeError # Issue 29921 |
| 38 const_list_remove_range_test: RuntimeError # Issue 29921 | 38 const_list_remove_range_test: RuntimeError # Issue 29921 |
| 39 const_list_set_range_test: RuntimeError # Issue 29921 | 39 const_list_set_range_test: RuntimeError # Issue 29921 |
| 40 compare_to2_test: RuntimeError # Issue 30170 | 40 compare_to2_test: RuntimeError # Issue 30170 |
| 41 string_operations_with_null_test: RuntimeError # Issue 29921 | 41 string_operations_with_null_test: RuntimeError # Issue 29921 |
| 42 string_replace_test: RuntimeError # Issue 29921 | |
| 43 symbol_operator_test: RuntimeError # Issue 29921 | 42 symbol_operator_test: RuntimeError # Issue 29921 |
| 44 symbol_operator_test/03: RuntimeError # Issue 29921 | 43 symbol_operator_test/03: RuntimeError # Issue 29921 |
| 45 symbol_test/none: RuntimeError # Issue 29921 | 44 symbol_test/none: RuntimeError # Issue 29921 |
| 46 symbol_reserved_word_test/06: RuntimeError # Issue 29921 | 45 symbol_reserved_word_test/06: RuntimeError # Issue 29921 |
| 47 symbol_reserved_word_test/09: RuntimeError # Issue 29921 | 46 symbol_reserved_word_test/09: RuntimeError # Issue 29921 |
| 48 symbol_reserved_word_test/12: RuntimeError # Issue 29921 | 47 symbol_reserved_word_test/12: RuntimeError # Issue 29921 |
| 49 | 48 |
| 50 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 49 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
| 51 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 50 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
| 52 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 51 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 symbol_reserved_word_test/06: RuntimeError # Issue 27394 | 167 symbol_reserved_word_test/06: RuntimeError # Issue 27394 |
| 169 symbol_reserved_word_test/09: RuntimeError # Issue 27394 | 168 symbol_reserved_word_test/09: RuntimeError # Issue 27394 |
| 170 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 169 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 171 symbol_test/none: RuntimeError # Issue 27394 | 170 symbol_test/none: RuntimeError # Issue 27394 |
| 172 | 171 |
| 173 [ $compiler == none && $runtime == vm ] | 172 [ $compiler == none && $runtime == vm ] |
| 174 string_static_test: MissingCompileTimeError | 173 string_static_test: MissingCompileTimeError |
| 175 | 174 |
| 176 [ $compiler == dart2js && $runtime != none] | 175 [ $compiler == dart2js && $runtime != none] |
| 177 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho
uld be allowed. | 176 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho
uld be allowed. |
| OLD | NEW |