| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 75 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
| 76 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 76 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
| 77 const_list_literal_test: RuntimeError # Issue 29921 | 77 const_list_literal_test: RuntimeError # Issue 29921 |
| 78 const_list_remove_range_test: RuntimeError # Issue 29921 | 78 const_list_remove_range_test: RuntimeError # Issue 29921 |
| 79 const_list_set_range_test: RuntimeError # Issue 29921 | 79 const_list_set_range_test: RuntimeError # Issue 29921 |
| 80 compare_to2_test: RuntimeError # Issue 30170 | 80 compare_to2_test: RuntimeError # Issue 30170 |
| 81 date_time10_test: RuntimeError # Issue 29921 | 81 date_time10_test: RuntimeError # Issue 29921 |
| 82 growable_list_test: RuntimeError # Issue 29921 | 82 growable_list_test: RuntimeError # Issue 29921 |
| 83 hash_set_test/01: RuntimeError # Issue 29921 | 83 hash_set_test/01: RuntimeError # Issue 29921 |
| 84 iterable_to_list_test/*: RuntimeError | 84 iterable_to_list_test/*: RuntimeError |
| 85 iterable_to_set_test: RuntimeError | |
| 86 list_unmodifiable_test: RuntimeError | |
| 87 list_test/none: RuntimeError | 85 list_test/none: RuntimeError |
| 88 list_test/01: RuntimeError | 86 list_test/01: RuntimeError |
| 89 nan_infinity_test/01: RuntimeError # Issue 29921 | 87 nan_infinity_test/01: RuntimeError # Issue 29921 |
| 90 null_nosuchmethod_test: RuntimeError # Issue 29921 | 88 null_nosuchmethod_test: RuntimeError # Issue 29921 |
| 91 main_test: RuntimeError # Issue 29921 | 89 main_test: RuntimeError # Issue 29921 |
| 92 map_test: RuntimeError # Issue 29921 | 90 map_test: RuntimeError # Issue 29921 |
| 93 map_keys2_test: RuntimeError # Issue 29921 | 91 map_keys2_test: RuntimeError # Issue 29921 |
| 94 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 | 92 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 |
| 95 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 | 93 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 |
| 96 regexp/look-ahead_test: RuntimeError # Issue 29921 | 94 regexp/look-ahead_test: RuntimeError # Issue 29921 |
| (...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1016 | 1014 |
| 1017 [ $mode == debug ] | 1015 [ $mode == debug ] |
| 1018 regexp/pcre_test: Pass, Slow # Issue 22008 | 1016 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 1019 | 1017 |
| 1020 [ $compiler == dart2js && ! $browser ] | 1018 [ $compiler == dart2js && ! $browser ] |
| 1021 package_resource_test: RuntimeError # Issue 26842 | 1019 package_resource_test: RuntimeError # Issue 26842 |
| 1022 | 1020 |
| 1023 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 1021 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 1024 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 1022 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| 1025 iterable_to_list_test/01: RuntimeError # Issue 26501 | 1023 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| OLD | NEW |