| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] | 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] |
| 6 | 6 |
| 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F
asta/KernelVM bug: Deferred loading kernel issue 28335. | 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F
asta/KernelVM bug: Deferred loading kernel issue 28335. |
| 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. | 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. |
| 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. | 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. |
| 10 | 10 |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. | 142 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. |
| 143 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. | 143 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. |
| 144 | 144 |
| 145 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal
access to private constructor. | 145 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal
access to private constructor. |
| 146 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr
ivate constructor. | 146 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr
ivate constructor. |
| 147 | 147 |
| 148 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r
efers to this. | 148 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r
efers to this. |
| 149 | 149 |
| 150 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta
. | 150 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta
. |
| 151 | 151 |
| 152 export_double_same_main_test: CompileTimeError # Issue 29989 | 152 export_double_same_main_test: RuntimeError # Issue 29989 |
| 153 export_main_test: CompileTimeError # Issue 29989 | 153 export_main_test: RuntimeError # Issue 29989 |
| 154 | 154 |
| 155 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. | 155 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. |
| 156 | 156 |
| 157 method_name_test: CompileTimeError # Fasta bug: Parser bug. | 157 method_name_test: CompileTimeError # Fasta bug: Parser bug. |
| 158 | 158 |
| 159 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. | 159 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. |
| 160 | 160 |
| 161 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. | 161 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. |
| 162 | 162 |
| 163 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 | 163 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 mixin_super_bound2_test/01: RuntimeError | 250 mixin_super_bound2_test/01: RuntimeError |
| 251 mixin_super_bound_test: RuntimeError | 251 mixin_super_bound_test: RuntimeError |
| 252 msk_bound_test: RuntimeError | 252 msk_bound_test: RuntimeError |
| 253 redirecting_factory_infinite_steps_test/01: Fail | 253 redirecting_factory_infinite_steps_test/01: Fail |
| 254 redirecting_factory_malbounded_test/01: Fail | 254 redirecting_factory_malbounded_test/01: Fail |
| 255 regress_22728_test: RuntimeError | 255 regress_22728_test: RuntimeError |
| 256 regress_26133_test: RuntimeError | 256 regress_26133_test: RuntimeError |
| 257 type_parameter_test/05: MissingCompileTimeError | 257 type_parameter_test/05: MissingCompileTimeError |
| 258 type_parameter_test/none: RuntimeError | 258 type_parameter_test/none: RuntimeError |
| 259 type_variable_bounds4_test/01: RuntimeError | 259 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |