| 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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 int_parse_radix_bad_handler_test: Pass | 956 int_parse_radix_bad_handler_test: Pass |
| 957 | 957 |
| 958 [ $compiler == dart2analyzer && $strong && $checked ] | 958 [ $compiler == dart2analyzer && $strong && $checked ] |
| 959 iterable_fold_test/01: CompileTimeError | 959 iterable_fold_test/01: CompileTimeError |
| 960 | 960 |
| 961 [ $compiler == dart2analyzer && $checked && !$strong ] | 961 [ $compiler == dart2analyzer && $checked && !$strong ] |
| 962 iterable_fold_test/01: Pass | 962 iterable_fold_test/01: Pass |
| 963 | 963 |
| 964 [ $compiler == dart2analyzer && $strong && !$checked ] | 964 [ $compiler == dart2analyzer && $strong && !$checked ] |
| 965 iterable_fold_test/01: CompileTimeError | 965 iterable_fold_test/01: CompileTimeError |
| 966 |
| 967 [ $runtime == dart_precompiled && $minified ] |
| 968 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper |
| 969 error_stack_trace1_test: Skip # Expects unobfuscated stack trace |
| OLD | NEW |