| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra
ce. | 137 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra
ce. |
| 138 | 138 |
| 139 constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redi
recting constructor. | 139 constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redi
recting constructor. |
| 140 | 140 |
| 141 const_factory_with_body_test/01: MissingCompileTimeError # Fasta bug: Const fact
ory with body. | 141 const_factory_with_body_test/01: MissingCompileTimeError # Fasta bug: Const fact
ory with body. |
| 142 | 142 |
| 143 const_instance_field_test/01: MissingCompileTimeError # Fasta bug: Const instanc
e field. | 143 const_instance_field_test/01: MissingCompileTimeError # Fasta bug: Const instanc
e field. |
| 144 | 144 |
| 145 cyclic_constructor_test/01: MissingCompileTimeError # Fasta bug: Cyclic construc
tor redirection. | 145 cyclic_constructor_test/01: MissingCompileTimeError # Fasta bug: Cyclic construc
tor redirection. |
| 146 | 146 |
| 147 cyclic_typedef_test/10: MissingCompileTimeError # Fasta bug: Cyclic typedef via
type variable. | |
| 148 cyclic_typedef_test/11: MissingCompileTimeError # Fasta bug: Cyclic typedef via
type variable. | |
| 149 | |
| 150 const_optional_args_negative_test: Fail # Fasta bug: Default parameter values mu
st be const. | 147 const_optional_args_negative_test: Fail # Fasta bug: Default parameter values mu
st be const. |
| 151 | 148 |
| 152 named_parameters_default_eq_test/02: MissingCompileTimeError # Fasta bug: Defaul
t values are not allowed on redirecting factory constructors. | 149 named_parameters_default_eq_test/02: MissingCompileTimeError # Fasta bug: Defaul
t values are not allowed on redirecting factory constructors. |
| 153 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. | 150 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. |
| 154 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. | 151 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. |
| 155 | 152 |
| 156 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal
access to private constructor. | 153 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal
access to private constructor. |
| 157 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr
ivate constructor. | 154 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr
ivate constructor. |
| 158 | 155 |
| 159 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r
efers to this. | 156 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r
efers to this. |
| 160 | 157 |
| 161 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta
. | 158 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta
. |
| 162 | 159 |
| 163 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. | 160 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. |
| 164 export_main_test: CompileTimeError # Fasta bug: Main is exported. | 161 export_main_test: CompileTimeError # Fasta bug: Main is exported. |
| 165 | 162 |
| 166 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. | 163 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. |
| 167 | 164 |
| 168 method_name_test: CompileTimeError # Fasta bug: Parser bug. | 165 method_name_test: CompileTimeError # Fasta bug: Parser bug. |
| 169 | 166 |
| 170 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. | 167 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. |
| 171 | 168 |
| 172 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. | 169 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. |
| 173 | 170 |
| 174 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 | 171 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 |
| 175 | 172 |
| 176 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari
ables in typedef. | |
| 177 | |
| 178 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. | 173 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. |
| 179 | 174 |
| 180 assignable_expression_test/50: MissingCompileTimeError # Test bug: Test doesn't
execute erroneous code. | 175 assignable_expression_test/50: MissingCompileTimeError # Test bug: Test doesn't
execute erroneous code. |
| 181 missing_const_constructor_test/02: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. | 176 missing_const_constructor_test/02: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
| 182 missing_const_constructor_test/03: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. | 177 missing_const_constructor_test/03: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
| 183 missing_const_constructor_test/05: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. | 178 missing_const_constructor_test/05: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
| 184 missing_const_constructor_test/06: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. | 179 missing_const_constructor_test/06: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
| 185 syntax_test/64: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. | 180 syntax_test/64: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. |
| 186 syntax_test/65: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. | 181 syntax_test/65: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. |
| 187 try_catch_syntax_test/16: MissingCompileTimeError # Test bug: Test doesn't execu
te erroneous code. | 182 try_catch_syntax_test/16: MissingCompileTimeError # Test bug: Test doesn't execu
te erroneous code. |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 mixin_super_bound2_test/01: RuntimeError | 387 mixin_super_bound2_test/01: RuntimeError |
| 393 mixin_super_bound_test: RuntimeError | 388 mixin_super_bound_test: RuntimeError |
| 394 msk_bound_test: RuntimeError | 389 msk_bound_test: RuntimeError |
| 395 redirecting_factory_infinite_steps_test/01: Fail | 390 redirecting_factory_infinite_steps_test/01: Fail |
| 396 redirecting_factory_malbounded_test/01: Fail | 391 redirecting_factory_malbounded_test/01: Fail |
| 397 regress_22728_test: RuntimeError | 392 regress_22728_test: RuntimeError |
| 398 regress_26133_test: RuntimeError | 393 regress_26133_test: RuntimeError |
| 399 type_parameter_test/05: MissingCompileTimeError | 394 type_parameter_test/05: MissingCompileTimeError |
| 400 type_parameter_test/none: RuntimeError | 395 type_parameter_test/none: RuntimeError |
| 401 type_variable_bounds4_test/01: RuntimeError | 396 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |