| 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 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating | 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating |
| 10 | 10 |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 | 109 |
| 110 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ] | 110 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ] |
| 111 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 111 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
| 112 | 112 |
| 113 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] | 113 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] |
| 114 gc_test: SkipSlow # Times out flakily. Issue 20956 | 114 gc_test: SkipSlow # Times out flakily. Issue 20956 |
| 115 | 115 |
| 116 [ ($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) ] | 116 [ ($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) ] |
| 117 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 117 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 118 | 118 |
| 119 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium ] | 119 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == drt) ] |
| 120 issue23244_test: Fail # Issue 23244 | 120 issue23244_test: Fail # Issue 23244 |
| 121 | 121 |
| 122 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim
e == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia
32 ] | 122 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim
e == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia
32 ] |
| 123 vm/regress_24517_test: Pass, Fail # Issue 24517. | 123 vm/regress_24517_test: Pass, Fail # Issue 24517. |
| 124 | 124 |
| 125 [ ($noopt || $compiler == precompiler) ] | 125 [ ($noopt || $compiler == precompiler) ] |
| 126 # Imports dart:mirrors | 126 # Imports dart:mirrors |
| 127 const_evaluation_test: CompileTimeError | 127 const_evaluation_test: CompileTimeError |
| 128 deferred_constraints_constants_test: CompileTimeError | 128 deferred_constraints_constants_test: CompileTimeError |
| 129 enum_mirror_test: CompileTimeError | 129 enum_mirror_test: CompileTimeError |
| (...skipping 25 matching lines...) Expand all Loading... |
| 155 | 155 |
| 156 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot | 156 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot |
| 157 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. | 157 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. |
| 158 vm/type_cast_vm_test: RuntimeError # Line number mismatch. | 158 vm/type_cast_vm_test: RuntimeError # Line number mismatch. |
| 159 | 159 |
| 160 [ $runtime == dart_precompiled ] | 160 [ $runtime == dart_precompiled ] |
| 161 ct_const2_test: Pass, Crash # Incompatible flag --compile_all | 161 ct_const2_test: Pass, Crash # Incompatible flag --compile_all |
| 162 hello_dart_test: Pass, Crash # Incompatible flag --compile_all | 162 hello_dart_test: Pass, Crash # Incompatible flag --compile_all |
| 163 | 163 |
| 164 implicit_closure_test: Pass, Crash # --use_slow_path | 164 implicit_closure_test: Pass, Crash # --use_slow_path |
| OLD | NEW |