| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 | 90 |
| 91 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys
tem == linux && $arch != x64 ] | 91 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys
tem == linux && $arch != x64 ] |
| 92 issue_22780_test/01 : Pass, Timeout # Issue 24473 | 92 issue_22780_test/01 : Pass, Timeout # Issue 24473 |
| 93 | 93 |
| 94 [ ($compiler == none || $compiler == precompiler) && $runtime == drt ] | 94 [ ($compiler == none || $compiler == precompiler) && $runtime == drt ] |
| 95 disassemble_test: Pass, Fail # Issue 18122 | 95 disassemble_test: Pass, Fail # Issue 18122 |
| 96 | 96 |
| 97 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && $arch == mips && $checked ] | 97 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && $arch == mips && $checked ] |
| 98 generic_instanceof3_test: Pass, Crash # Issue 17440. | 98 generic_instanceof3_test: Pass, Crash # Issue 17440. |
| 99 | 99 |
| 100 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && $mode == debug ] | |
| 101 mixin_supertype_subclass3_test/01: Crash # Issue 25617 | |
| 102 mixin_supertype_subclass3_test/02: Crash # Issue 25617 | |
| 103 mixin_supertype_subclass3_test/03: Crash # Issue 25617 | |
| 104 mixin_supertype_subclass3_test/04: Crash # Issue 25617 | |
| 105 mixin_supertype_subclass3_test/05: Crash # Issue 25617 | |
| 106 | |
| 107 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && $arch == mips && $mode == debug ] | 100 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && $arch == mips && $mode == debug ] |
| 108 stack_overflow_test: Skip # Crashes. Issue 17440. | 101 stack_overflow_test: Skip # Crashes. Issue 17440. |
| 109 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 102 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
| 110 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 103 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
| 111 | 104 |
| 112 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ] | 105 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ] |
| 113 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 106 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
| 114 | 107 |
| 115 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] | 108 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] |
| 116 gc_test: SkipSlow # Times out flakily. Issue 20956 | 109 gc_test: SkipSlow # Times out flakily. Issue 20956 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 | 150 |
| 158 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot | 151 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot |
| 159 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. | 152 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. |
| 160 vm/type_cast_vm_test: RuntimeError # Line number mismatch. | 153 vm/type_cast_vm_test: RuntimeError # Line number mismatch. |
| 161 | 154 |
| 162 [ $runtime == dart_precompiled ] | 155 [ $runtime == dart_precompiled ] |
| 163 ct_const2_test: Pass, Crash # Incompatible flag --compile_all | 156 ct_const2_test: Pass, Crash # Incompatible flag --compile_all |
| 164 hello_dart_test: Pass, Crash # Incompatible flag --compile_all | 157 hello_dart_test: Pass, Crash # Incompatible flag --compile_all |
| 165 | 158 |
| 166 implicit_closure_test: Pass, Crash # --use_slow_path | 159 implicit_closure_test: Pass, Crash # --use_slow_path |
| OLD | NEW |