| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 # With the exception of 'void', const Symbol() should not accept reserved | 188 # With the exception of 'void', const Symbol() should not accept reserved |
| 189 # words. | 189 # words. |
| 190 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 190 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
| 191 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 | 191 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 |
| 192 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 | 192 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 |
| 193 | 193 |
| 194 [ $compiler == dart2js ] | 194 [ $compiler == dart2js ] |
| 195 hash_set_test/01: RuntimeError # Issue 11551 | 195 hash_set_test/01: RuntimeError # Issue 11551 |
| 196 string_static_test: MissingCompileTimeError | 196 string_static_test: MissingCompileTimeError |
| 197 int_parse_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints
-to-64-bits | 197 int_parse_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints
-to-64-bits |
| 198 typed_data_with_limited_ints_test: Skip # dart2js doesn't know about --limit-int
s-to-64-bits |
| 198 | 199 |
| 199 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] | 200 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] |
| 200 symbol_test/02: MissingCompileTimeError # Issue 11669 | 201 symbol_test/02: MissingCompileTimeError # Issue 11669 |
| 201 symbol_test/03: MissingCompileTimeError # Issue 11669 | 202 symbol_test/03: MissingCompileTimeError # Issue 11669 |
| 202 | 203 |
| 203 [ $compiler == dart2js && $runtime == safari ] | 204 [ $compiler == dart2js && $runtime == safari ] |
| 204 regexp/no-extensions_test: RuntimeError | 205 regexp/no-extensions_test: RuntimeError |
| 205 regexp/lookahead_test: RuntimeError | 206 regexp/lookahead_test: RuntimeError |
| 206 regexp/overflow_test: RuntimeError | 207 regexp/overflow_test: RuntimeError |
| 207 | 208 |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 splay_tree_from_iterable_test: RuntimeError | 504 splay_tree_from_iterable_test: RuntimeError |
| 504 | 505 |
| 505 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 506 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 506 splay_tree_from_iterable_test: RuntimeError | 507 splay_tree_from_iterable_test: RuntimeError |
| 507 | 508 |
| 508 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 509 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 509 regexp/pcre_test: Pass, Slow, Timeout | 510 regexp/pcre_test: Pass, Slow, Timeout |
| 510 | 511 |
| 511 [ $mode == debug ] | 512 [ $mode == debug ] |
| 512 regexp/pcre_test: Pass, Slow # Issue 22008 | 513 regexp/pcre_test: Pass, Slow # Issue 22008 |
| OLD | NEW |