OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 [ $strong ] | 8 [ $strong ] |
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. | 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. |
10 | 10 |
11 [$compiler == precompiler && $runtime == dart_precompiled ] | 11 [$compiler == precompiler && $runtime == dart_precompiled ] |
12 stacktrace_demangle_ctors_test: RuntimeError | 12 stacktrace_demangle_ctors_test: RuntimeError |
13 vm/regress_27671_test: RuntimeError # Issue 30289 | |
14 export_double_same_main_test: Skip # Crashes Issue 30289 | |
15 export_ambiguous_main_negative_test: Skip # Crashes Issue 30289 | |
16 vm/optimized_stacktrace_test: Skip # Crashes Issue 30289 | |
17 export_ambiguous_main_negative_test: Skip # Crashes Issue 30289 | |
18 | 13 |
19 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] | 14 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co
mpiler != dartk && $compiler != dartkp ] |
20 abstract_beats_arguments2_test/01: Crash # Issue 29171 | 15 abstract_beats_arguments2_test/01: Crash # Issue 29171 |
21 | 16 |
22 # These test entries will be valid for vm (with and without kernel). | 17 # These test entries will be valid for vm (with and without kernel). |
23 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | 18 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] |
24 | 19 |
25 # These tests are skipped in the VM because it has "--supermixin" | 20 # These tests are skipped in the VM because it has "--supermixin" |
26 # functionality enabled unconditionally. The tests should be removed | 21 # functionality enabled unconditionally. The tests should be removed |
27 # once the same is true for analyzer (#24478) and dart2js (#23773) | 22 # once the same is true for analyzer (#24478) and dart2js (#23773) |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 closure_cycles_test: Pass, Slow | 89 closure_cycles_test: Pass, Slow |
95 | 90 |
96 [ $runtime == vm || $runtime == dart_precompiled ] | 91 [ $runtime == vm || $runtime == dart_precompiled ] |
97 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 92 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
98 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 93 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
99 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 94 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
100 | 95 |
101 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ] | 96 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ] |
102 vm/regress_24517_test: Pass, Fail # Issue 24517. | 97 vm/regress_24517_test: Pass, Fail # Issue 24517. |
103 | 98 |
| 99 [ $compiler == precompiler && $runtime == dart_precompiled ] |
104 vm/regress_27671_test: Skip # Unsupported | 100 vm/regress_27671_test: Skip # Unsupported |
105 export_double_same_main_test: Skip # Issue 29895 | 101 export_double_same_main_test: Skip # Issue 29895 |
106 export_ambiguous_main_negative_test: Skip # Issue 29895 | 102 export_ambiguous_main_negative_test: Skip # Issue 29895 |
107 vm/optimized_stacktrace_test: Skip # Issue 30198 | 103 vm/optimized_stacktrace_test: Skip # Issue 30198 |
108 | 104 |
109 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] | 105 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] |
110 regress_29025_test: Crash # Issue dartbug.com/29331 | 106 regress_29025_test: Crash # Issue dartbug.com/29331 |
111 | 107 |
112 [ $runtime == dart_precompiled ] | 108 [ $runtime == dart_precompiled ] |
113 # Imports dart:mirrors | 109 # Imports dart:mirrors |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 deferred_shadow_load_library_test: Skip # Timeout | 489 deferred_shadow_load_library_test: Skip # Timeout |
494 deferred_global_test: Skip # Timeout | 490 deferred_global_test: Skip # Timeout |
495 | 491 |
496 # Look like bugs. | 492 # Look like bugs. |
497 config_import_test: RuntimeError # Flutter Issue 9110 | 493 config_import_test: RuntimeError # Flutter Issue 9110 |
498 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 | 494 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 |
499 vm/regress_27201_test: Fail # Flutter Issue 9110 | 495 vm/regress_27201_test: Fail # Flutter Issue 9110 |
500 asyncstar_yield_test: Skip # Flutter Issue 9110 | 496 asyncstar_yield_test: Skip # Flutter Issue 9110 |
501 await_for_test: Skip # Flutter Issue 9110 | 497 await_for_test: Skip # Flutter Issue 9110 |
502 await_for_cancel_test: Skip # Flutter Issue 9110 | 498 await_for_cancel_test: Skip # Flutter Issue 9110 |
OLD | NEW |