| 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 ] | 8 [ $compiler == none ] |
| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 no_such_method_test: CompileTimeError | 120 no_such_method_test: CompileTimeError |
| 121 null_test/none: CompileTimeError | 121 null_test/none: CompileTimeError |
| 122 overridden_no_such_method_test: CompileTimeError | 122 overridden_no_such_method_test: CompileTimeError |
| 123 regress_13462_0_test: CompileTimeError | 123 regress_13462_0_test: CompileTimeError |
| 124 regress_13462_1_test: CompileTimeError | 124 regress_13462_1_test: CompileTimeError |
| 125 regress_18535_test: CompileTimeError | 125 regress_18535_test: CompileTimeError |
| 126 super_call4_test: CompileTimeError | 126 super_call4_test: CompileTimeError |
| 127 super_getter_setter_test: CompileTimeError | 127 super_getter_setter_test: CompileTimeError |
| 128 vm/reflect_core_vm_test: CompileTimeError | 128 vm/reflect_core_vm_test: CompileTimeError |
| 129 redirecting_factory_reflection_test: CompileTimeError | 129 redirecting_factory_reflection_test: CompileTimeError |
| 130 deferred_constraints_constants_test: Skip # multitest gets confused |
| 130 | 131 |
| 131 # Deferred loading - Issue 24676 | 132 # Deferred loading happens eagerly |
| 132 deferred_load_constants_test: Skip | 133 regress_23408_test: RuntimeError |
| 133 deferred_constraints_constants_test: Skip | 134 deferred_global_test: RuntimeError |
| 134 deferred_global_test: Skip | |
| 135 deferred_inheritance_constraints_test: Skip | 135 deferred_inheritance_constraints_test: Skip |
| 136 deferred_load_constants_test: Skip # multitest gets confused |
| 136 | 137 |
| 137 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot | 138 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot |
| 138 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. | 139 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. |
| 139 vm/type_cast_vm_test: RuntimeError # Line number mismatch. | 140 vm/type_cast_vm_test: RuntimeError # Line number mismatch. |
| 140 regress_23408_test: RuntimeError | |
| 141 | |
| 142 stack_trace_test: Fail # Issue 24783 - inlined frames missing | 141 stack_trace_test: Fail # Issue 24783 - inlined frames missing |
| OLD | NEW |