| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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?! |
| 191 | 191 |
| 192 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. | 192 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. |
| 193 | 193 |
| 194 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. | 194 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. |
| 195 | 195 |
| 196 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 | 196 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 |
| 197 | 197 |
| 198 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari
ables in typedef. | 198 generic_function_typedef_test: RuntimeError # Fasta bug: resolution of type vari
ables in typedef. |
| 199 | 199 |
| 200 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. |
| 201 |
| 200 # dartk: JIT & AOT failures (debug) | 202 # dartk: JIT & AOT failures (debug) |
| 201 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 203 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
| 202 const_instance_field_test/01: Crash | 204 const_instance_field_test/01: Crash |
| 203 cyclic_type_variable_test/01: Crash | 205 cyclic_type_variable_test/01: Crash |
| 204 cyclic_type_variable_test/02: Crash | 206 cyclic_type_variable_test/02: Crash |
| 205 cyclic_type_variable_test/03: Crash | 207 cyclic_type_variable_test/03: Crash |
| 206 cyclic_type_variable_test/04: Crash | 208 cyclic_type_variable_test/04: Crash |
| 207 cyclic_type_variable_test/none: Crash | 209 cyclic_type_variable_test/none: Crash |
| 208 type_parameter_test/04: Crash | 210 type_parameter_test/04: Crash |
| 209 type_parameter_test/05: Crash | 211 type_parameter_test/05: Crash |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 350 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
| 349 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 351 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
| 350 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 352 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
| 351 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 353 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
| 352 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 354 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
| 353 metadata_test: CompileTimeError # Fixed in ahe's dev branch. | 355 metadata_test: CompileTimeError # Fixed in ahe's dev branch. |
| 354 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. | 356 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. |
| 355 | 357 |
| 356 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] | 358 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] |
| 357 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 359 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
| OLD | NEW |