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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 null_test/none: CompileTimeError | 126 null_test/none: CompileTimeError |
127 overridden_no_such_method_test: CompileTimeError | 127 overridden_no_such_method_test: CompileTimeError |
128 regress_13462_0_test: CompileTimeError | 128 regress_13462_0_test: CompileTimeError |
129 regress_13462_1_test: CompileTimeError | 129 regress_13462_1_test: CompileTimeError |
130 regress_18535_test: CompileTimeError | 130 regress_18535_test: CompileTimeError |
131 super_call4_test: CompileTimeError | 131 super_call4_test: CompileTimeError |
132 super_getter_setter_test: CompileTimeError | 132 super_getter_setter_test: CompileTimeError |
133 vm/reflect_core_vm_test: CompileTimeError | 133 vm/reflect_core_vm_test: CompileTimeError |
134 redirecting_factory_reflection_test: CompileTimeError | 134 redirecting_factory_reflection_test: CompileTimeError |
135 deferred_constraints_constants_test: Skip # multitest gets confused | 135 deferred_constraints_constants_test: Skip # multitest gets confused |
| 136 vm/type_vm_test: RuntimeError # Expects line and column numbers |
136 | 137 |
137 # Deferred loading happens eagerly | 138 # Deferred loading happens eagerly |
138 regress_23408_test: RuntimeError | 139 regress_23408_test: RuntimeError |
139 deferred_global_test: RuntimeError | 140 deferred_global_test: RuntimeError |
140 deferred_inheritance_constraints_test: Skip | 141 deferred_inheritance_constraints_test: Skip |
141 deferred_load_constants_test: Skip # multitest gets confused | 142 deferred_load_constants_test: Skip # multitest gets confused |
142 | 143 |
143 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot | 144 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot |
144 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. | 145 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. |
145 vm/type_cast_vm_test: RuntimeError # Line number mismatch. | 146 vm/type_cast_vm_test: RuntimeError # Line number mismatch. |
146 stack_trace_test: Fail # Issue 24783 - inlined frames missing | |
147 | 147 |
148 [ $runtime == dart_precompiled ] | 148 [ $runtime == dart_precompiled ] |
149 ct_const2_test: Pass, Crash # Incompatible flag --compile_all | 149 ct_const2_test: Pass, Crash # Incompatible flag --compile_all |
150 hello_dart_test: Pass, Crash # Incompatible flag --compile_all | 150 hello_dart_test: Pass, Crash # Incompatible flag --compile_all |
151 | 151 |
152 implicit_closure_test: Pass, Crash # --use_slow_path | 152 implicit_closure_test: Pass, Crash # --use_slow_path |
OLD | NEW |