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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 named_parameters_type_test/02: Fail # Issue 14651. | 67 named_parameters_type_test/02: Fail # Issue 14651. |
68 named_parameters_type_test/03: Fail # Issue 14651. | 68 named_parameters_type_test/03: Fail # Issue 14651. |
69 positional_parameters_type_test/01: Fail # Issue 14651. | 69 positional_parameters_type_test/01: Fail # Issue 14651. |
70 positional_parameters_type_test/02: Fail # Issue 14651. | 70 positional_parameters_type_test/02: Fail # Issue 14651. |
71 type_checks_in_factory_method_test: Fail # Issue 14651. | 71 type_checks_in_factory_method_test: Fail # Issue 14651. |
72 vm/type_vm_test: Fail # Issue 14651. | 72 vm/type_vm_test: Fail # Issue 14651. |
73 | 73 |
74 [ ($compiler == none || $compiler == precompiler) && ( $runtime == dartium || $r
untime == drt || $runtime == ContentShellOnAndroid) ] | 74 [ ($compiler == none || $compiler == precompiler) && ( $runtime == dartium || $r
untime == drt || $runtime == ContentShellOnAndroid) ] |
75 issue13474_test: Pass, Fail # Issue 14651. | 75 issue13474_test: Pass, Fail # Issue 14651. |
76 config_import_test: Fail # Issue 14651. | 76 config_import_test: Fail # Issue 14651. |
| 77 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn
. |
77 main_test/01: Fail # Issue 20028 | 78 main_test/01: Fail # Issue 20028 |
78 main_test/02: Fail # Issue 20028 | 79 main_test/02: Fail # Issue 20028 |
79 main_test/04: Fail # Issue 20028 | 80 main_test/04: Fail # Issue 20028 |
80 main_test/05: Fail # Issue 20028 | 81 main_test/05: Fail # Issue 20028 |
81 main_test/21: Fail # Issue 20028 | 82 main_test/21: Fail # Issue 20028 |
82 main_test/42: Fail # Issue 20028 | 83 main_test/42: Fail # Issue 20028 |
83 mirror_in_static_init_test: Fail # Issue 22071 | 84 mirror_in_static_init_test: Fail # Issue 22071 |
84 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. | 85 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. |
85 | 86 |
86 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys
tem == linux && $arch != x64 ] | 87 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys
tem == linux && $arch != x64 ] |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 | 146 |
146 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot | 147 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot |
147 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. | 148 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. |
148 vm/type_cast_vm_test: RuntimeError # Line number mismatch. | 149 vm/type_cast_vm_test: RuntimeError # Line number mismatch. |
149 | 150 |
150 [ $runtime == dart_precompiled ] | 151 [ $runtime == dart_precompiled ] |
151 ct_const2_test: Pass, Crash # Incompatible flag --compile_all | 152 ct_const2_test: Pass, Crash # Incompatible flag --compile_all |
152 hello_dart_test: Pass, Crash # Incompatible flag --compile_all | 153 hello_dart_test: Pass, Crash # Incompatible flag --compile_all |
153 | 154 |
154 implicit_closure_test: Pass, Crash # --use_slow_path | 155 implicit_closure_test: Pass, Crash # --use_slow_path |
OLD | NEW |