| 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 # TODO(bkonyi): Fix this test. | |
| 6 package_resource_test: Skip | |
| 7 | |
| 8 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 9 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 10 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 11 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 12 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 13 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| 14 string_replace_static_test: MissingCompileTimeError | 11 string_replace_static_test: MissingCompileTimeError |
| 15 string_static_test: MissingCompileTimeError | 12 string_static_test: MissingCompileTimeError |
| 16 | 13 |
| 17 [ !$strong && $compiler != dartdevc && $checked ] | 14 [ !$strong && $compiler != dartdevc && $checked ] |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 big_integer_parsed_mul_div_vm_test: Pass, SloW | 189 big_integer_parsed_mul_div_vm_test: Pass, SloW |
| 193 | 190 |
| 194 [ $compiler == precompiler ] | 191 [ $compiler == precompiler ] |
| 195 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 192 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| 196 | 193 |
| 197 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | 194 [ $compiler == none && ($runtime == vm || $runtime == flutter)] |
| 198 string_trimlr_test/02: RuntimeError # Issue 29060 | 195 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 199 | 196 |
| 200 [ $compiler == precompiler || $compiler == app_jit ] | 197 [ $compiler == precompiler || $compiler == app_jit ] |
| 201 string_trimlr_test/02: RuntimeError # Issue 29060 | 198 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 202 package_resource_test: Skip # Resolve URI not supported yet in product mode. | |
| 203 | 199 |
| 204 # void should be a valid symbol. | 200 # void should be a valid symbol. |
| 205 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] | 201 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] |
| 206 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 | 202 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 |
| 207 | 203 |
| 208 # With the exception of 'void', const Symbol() should not accept reserved | 204 # With the exception of 'void', const Symbol() should not accept reserved |
| 209 # words. | 205 # words. |
| 210 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 206 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
| 211 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 | 207 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 |
| 212 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 | 208 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 splay_tree_from_iterable_test: RuntimeError | 586 splay_tree_from_iterable_test: RuntimeError |
| 591 | 587 |
| 592 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 588 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 593 splay_tree_from_iterable_test: RuntimeError | 589 splay_tree_from_iterable_test: RuntimeError |
| 594 | 590 |
| 595 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 591 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 596 regexp/pcre_test: Pass, Slow, Timeout | 592 regexp/pcre_test: Pass, Slow, Timeout |
| 597 | 593 |
| 598 [ $mode == debug ] | 594 [ $mode == debug ] |
| 599 regexp/pcre_test: Pass, Slow # Issue 22008 | 595 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 600 | |
| 601 [ $compiler == dart2js && ! $browser ] | |
| 602 package_resource_test: RuntimeError # Issue 26842 | |
| OLD | NEW |