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 || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
6 method_override_test: RuntimeError # Not triaged. | 6 method_override_test: RuntimeError # Not triaged. |
7 runtime_type_function_test: RuntimeError # Not triaged. | 7 runtime_type_function_test: RuntimeError # Not triaged. |
8 | 8 |
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 | 170 |
171 named_parameters_default_eq_test/02: MissingCompileTimeError # Fasta bug: Defaul
t values are not allowed on redirecting factory constructors. | 171 named_parameters_default_eq_test/02: MissingCompileTimeError # Fasta bug: Defaul
t values are not allowed on redirecting factory constructors. |
172 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. | 172 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. |
173 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. | 173 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug:
Default values are not allowed on redirecting factory constructors. |
174 | 174 |
175 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal
access to private constructor. | 175 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal
access to private constructor. |
176 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr
ivate constructor. | 176 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr
ivate constructor. |
177 | 177 |
178 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r
efers to this. | 178 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r
efers to this. |
179 | 179 |
180 malformed_test/none: RuntimeError | 180 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta
. |
181 | 181 |
182 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. | 182 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. |
183 export_main_test: CompileTimeError # Fasta bug: Main is exported. | 183 export_main_test: CompileTimeError # Fasta bug: Main is exported. |
184 | 184 |
185 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. | 185 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N
on-const expression in field initializer. |
186 | 186 |
187 method_name_test: CompileTimeError # Fasta bug: Parser bug. | 187 method_name_test: CompileTimeError # Fasta bug: Parser bug. |
188 | 188 |
189 generic_metadata_test/02: MissingCompileTimeError # Fasta bug: Type arguments ar
en't allowed on metadata?! | 189 generic_metadata_test/02: MissingCompileTimeError # Fasta bug: Type arguments ar
en't allowed on metadata?! |
190 generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar
en't allowed on metadata?! | 190 generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar
en't allowed on metadata?! |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 type_parameter_test/01: Fail | 322 type_parameter_test/01: Fail |
323 type_parameter_test/02: Fail | 323 type_parameter_test/02: Fail |
324 type_parameter_test/03: Fail | 324 type_parameter_test/03: Fail |
325 type_parameter_test/04: Fail | 325 type_parameter_test/04: Fail |
326 type_parameter_test/05: MissingCompileTimeError | 326 type_parameter_test/05: MissingCompileTimeError |
327 type_parameter_test/06: Fail | 327 type_parameter_test/06: Fail |
328 type_variable_bounds4_test/01: RuntimeError | 328 type_variable_bounds4_test/01: RuntimeError |
329 | 329 |
330 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | 330 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] |
331 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 331 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
OLD | NEW |