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 [$compiler == dartk && $runtime == vm] | 5 [$compiler == dartk && $runtime == vm] |
6 assertion_initializer_const_error2_test/none: CompileTimeError | 6 assertion_initializer_const_error2_test/none: CompileTimeError |
7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
8 assertion_initializer_test: CompileTimeError | 8 assertion_initializer_test: CompileTimeError |
9 | 9 |
10 [$compiler == dartk && $runtime == vm && !$checked] | 10 [$compiler == dartk && $runtime == vm && !$checked] |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. | 178 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. |
179 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. | 179 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. |
180 | 180 |
181 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal
access to private constructor. | 181 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal
access to private constructor. |
182 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr
ivate constructor. | 182 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr
ivate constructor. |
183 | 183 |
184 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r
efers to this. | 184 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r
efers to this. |
185 | 185 |
186 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta
. | 186 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta
. |
187 | 187 |
188 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. | 188 export_double_same_main_test: CompileTimeError # Issue 29989 |
189 export_main_test: CompileTimeError # Fasta bug: Main is exported. | 189 export_main_test: CompileTimeError # Issue 29989 |
190 | 190 |
191 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. | 191 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. |
192 | 192 |
193 method_name_test: CompileTimeError # Fasta bug: Parser bug. | 193 method_name_test: CompileTimeError # Fasta bug: Parser bug. |
194 | 194 |
195 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. | 195 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. |
196 | 196 |
197 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. | 197 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. |
198 | 198 |
199 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 | 199 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 mixin_super_bound2_test/01: RuntimeError | 415 mixin_super_bound2_test/01: RuntimeError |
416 mixin_super_bound_test: RuntimeError | 416 mixin_super_bound_test: RuntimeError |
417 msk_bound_test: RuntimeError | 417 msk_bound_test: RuntimeError |
418 redirecting_factory_infinite_steps_test/01: Fail | 418 redirecting_factory_infinite_steps_test/01: Fail |
419 redirecting_factory_malbounded_test/01: Fail | 419 redirecting_factory_malbounded_test/01: Fail |
420 regress_22728_test: RuntimeError | 420 regress_22728_test: RuntimeError |
421 regress_26133_test: RuntimeError | 421 regress_26133_test: RuntimeError |
422 type_parameter_test/05: MissingCompileTimeError | 422 type_parameter_test/05: MissingCompileTimeError |
423 type_parameter_test/none: RuntimeError | 423 type_parameter_test/none: RuntimeError |
424 type_variable_bounds4_test/01: RuntimeError | 424 type_variable_bounds4_test/01: RuntimeError |
OLD | NEW |