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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 const_types_test/41: MissingCompileTimeError # Fixed in ahe's dev branch. | 338 const_types_test/41: MissingCompileTimeError # Fixed in ahe's dev branch. |
339 cyclic_typedef_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. | 339 cyclic_typedef_test/01: MissingCompileTimeError # Fixed in ahe's dev branch. |
340 cyclic_typedef_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. | 340 cyclic_typedef_test/02: MissingCompileTimeError # Fixed in ahe's dev branch. |
341 cyclic_typedef_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. | 341 cyclic_typedef_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. |
342 cyclic_typedef_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. | 342 cyclic_typedef_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. |
343 cyclic_typedef_test/05: MissingCompileTimeError # Fixed in ahe's dev branch. | 343 cyclic_typedef_test/05: MissingCompileTimeError # Fixed in ahe's dev branch. |
344 cyclic_typedef_test/06: MissingCompileTimeError # Fixed in ahe's dev branch. | 344 cyclic_typedef_test/06: MissingCompileTimeError # Fixed in ahe's dev branch. |
345 cyclic_typedef_test/07: MissingCompileTimeError # Fixed in ahe's dev branch. | 345 cyclic_typedef_test/07: MissingCompileTimeError # Fixed in ahe's dev branch. |
346 cyclic_typedef_test/08: MissingCompileTimeError # Fixed in ahe's dev branch. | 346 cyclic_typedef_test/08: MissingCompileTimeError # Fixed in ahe's dev branch. |
347 cyclic_typedef_test/09: MissingCompileTimeError # Fixed in ahe's dev branch. | 347 cyclic_typedef_test/09: MissingCompileTimeError # Fixed in ahe's dev branch. |
348 enum_syntax_test/06: MissingCompileTimeError # Fixed in ahe's dev branch. | |
349 enum_syntax_test/30: MissingCompileTimeError # Fixed in ahe's dev branch. | 348 enum_syntax_test/30: MissingCompileTimeError # Fixed in ahe's dev branch. |
350 final_initializer_instance_reference_test/01: MissingCompileTimeError # Fixed in
ahe's dev branch. | 349 final_initializer_instance_reference_test/01: MissingCompileTimeError # Fixed in
ahe's dev branch. |
351 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. | 350 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. |
352 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. | 351 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. |
353 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 352 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
354 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 353 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
355 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 354 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
356 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 355 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
357 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. | 356 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
h. |
358 metadata_test: CompileTimeError # Fixed in ahe's dev branch. | 357 metadata_test: CompileTimeError # Fixed in ahe's dev branch. |
359 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de
v branch. | |
360 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de
v branch. | |
361 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. | 358 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. |
362 | 359 |
363 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] | 360 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] |
364 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | 361 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. |
365 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. | 362 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. |
OLD | NEW |