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 [ ($compiler == none || $compiler == precompiler) ] | 8 [ ($compiler == none || $compiler == precompiler) ] |
9 built_in_identifier_prefix_test: Fail # Issue 6970 | 9 built_in_identifier_prefix_test: Fail # Issue 6970 |
10 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating | 10 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 stack_overflow_test: Skip # Crashes. Issue 17440. | 99 stack_overflow_test: Skip # Crashes. Issue 17440. |
100 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 100 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
101 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 101 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
102 | 102 |
103 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ] | 103 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ] |
104 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 104 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
105 | 105 |
106 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] | 106 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] |
107 gc_test: SkipSlow # Times out flakily. Issue 20956 | 107 gc_test: SkipSlow # Times out flakily. Issue 20956 |
108 | 108 |
109 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ( $arch == simarm || $arch == arm || $arch == simarmv5t
e || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips
|| $arch == mips) ] | 109 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ( $arch == simarm || $arch == arm || $arch == simarmv6
|| $arch == armv6 || $arch == simarmv5te || $arch == armv5te || $arch == simarm6
4 || $arch == arm64 || $arch == simmips || $arch == mips) ] |
110 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 110 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
111 | 111 |
112 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium ] | 112 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium ] |
113 issue23244_test: Fail # Issue 23244 | 113 issue23244_test: Fail # Issue 23244 |
114 | 114 |
115 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim
e == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia
32 ] | 115 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim
e == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia
32 ] |
116 vm/regress_24517_test: Pass, Fail # Issue 24517. | 116 vm/regress_24517_test: Pass, Fail # Issue 24517. |
117 | 117 |
118 [ ($noopt || $compiler == precompiler) ] | 118 [ ($noopt || $compiler == precompiler) ] |
119 # Imports dart:mirrors | 119 # Imports dart:mirrors |
(...skipping 30 matching lines...) Expand all Loading... |
150 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. | 150 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. |
151 vm/type_cast_vm_test: RuntimeError # Line number mismatch. | 151 vm/type_cast_vm_test: RuntimeError # Line number mismatch. |
152 | 152 |
153 method_override_test: Skip # Closure instantiator required, but not captured; Re
gis is investigating. | 153 method_override_test: Skip # Closure instantiator required, but not captured; Re
gis is investigating. |
154 | 154 |
155 [ $runtime == dart_precompiled ] | 155 [ $runtime == dart_precompiled ] |
156 ct_const2_test: Pass, Crash # Incompatible flag --compile_all | 156 ct_const2_test: Pass, Crash # Incompatible flag --compile_all |
157 hello_dart_test: Pass, Crash # Incompatible flag --compile_all | 157 hello_dart_test: Pass, Crash # Incompatible flag --compile_all |
158 | 158 |
159 implicit_closure_test: Pass, Crash # --use_slow_path | 159 implicit_closure_test: Pass, Crash # --use_slow_path |
OLD | NEW |