| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 [ $compiler == none ] | 8 [ $compiler == none ] |
| 9 mixin_super_constructor_named_test: Fail # Issue 12631 | 9 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 [ $compiler == none && $runtime == vm ] | 23 [ $compiler == none && $runtime == vm ] |
| 24 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 24 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 25 | 25 |
| 26 unicode_bom_test: Fail # Issue 16067 | 26 unicode_bom_test: Fail # Issue 16067 |
| 27 | 27 |
| 28 [ $compiler == none && $checked ] | 28 [ $compiler == none && $checked ] |
| 29 type_variable_bounds4_test/01: Fail # Issue 14006 | 29 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 30 | 30 |
| 31 [ $compiler == none && $unchecked ] | 31 [ $compiler == none && $unchecked ] |
| 32 # Only checked mode reports an error on type assignment | 32 # Only checked mode reports an error on type assignment |
| 33 # problems in compile time constants. -- Issue 16411. | 33 # problems in compile time constants. |
| 34 compile_time_constant_checked_test/02: Fail, OK | 34 compile_time_constant_checked_test/02: Fail, OK |
| 35 compile_time_constant_checked2_test/01: Fail, OK | 35 compile_time_constant_checked2_test/01: Fail, OK |
| 36 compile_time_constant_checked2_test/02: Fail, OK | 36 compile_time_constant_checked2_test/02: Fail, OK |
| 37 compile_time_constant_checked2_test/03: Fail, OK | 37 compile_time_constant_checked2_test/03: Fail, OK |
| 38 compile_time_constant_checked2_test/04: Fail, OK | 38 compile_time_constant_checked2_test/04: Fail, OK |
| 39 compile_time_constant_checked2_test/05: Fail, OK | 39 compile_time_constant_checked2_test/05: Fail, OK |
| 40 compile_time_constant_checked2_test/06: Fail, OK | 40 compile_time_constant_checked2_test/06: Fail, OK |
| 41 compile_time_constant_checked3_test/01: Fail, OK | 41 compile_time_constant_checked3_test/01: Fail, OK |
| 42 compile_time_constant_checked3_test/02: Fail, OK | 42 compile_time_constant_checked3_test/02: Fail, OK |
| 43 compile_time_constant_checked3_test/03: Fail, OK | 43 compile_time_constant_checked3_test/03: Fail, OK |
| 44 compile_time_constant_checked3_test/04: Fail, OK | 44 compile_time_constant_checked3_test/04: Fail, OK |
| 45 compile_time_constant_checked3_test/05: Fail, OK | 45 compile_time_constant_checked3_test/05: Fail, OK |
| 46 compile_time_constant_checked3_test/06: Fail, OK | 46 compile_time_constant_checked3_test/06: Fail, OK |
| 47 malformed2_test/01: Fail, OK | 47 malformed2_test/01: Fail, OK |
| 48 const_constructor2_test/13: Fail, OK | |
| 49 const_constructor2_test/14: Fail, OK | |
| 50 const_constructor2_test/15: Fail, OK | |
| 51 const_constructor2_test/16: Fail, OK | |
| 52 const_constructor2_test/17: Fail, OK | |
| 53 const_constructor2_test/20: Fail, OK | |
| 54 const_constructor2_test/22: Fail, OK | |
| 55 const_constructor2_test/24: Fail, OK | |
| 56 | 48 |
| 57 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no
ne) ] | 49 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no
ne) ] |
| 58 call_test: Fail # Issue 12602 | 50 call_test: Fail # Issue 12602 |
| 59 dynamic_prefix_core_test: Fail # Issue 12478 | 51 dynamic_prefix_core_test: Fail # Issue 12478 |
| 60 | 52 |
| 61 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium
) ] | 53 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium
) ] |
| 62 export_ambiguous_main_negative_test: Fail # Issue 14763 | 54 export_ambiguous_main_negative_test: Fail # Issue 14763 |
| 63 | 55 |
| 64 [ $compiler == none && $runtime == drt ] | 56 [ $compiler == none && $runtime == drt ] |
| 65 mixin_illegal_object_test/01: pass # Issue 10952. | 57 mixin_illegal_object_test/01: pass # Issue 10952. |
| (...skipping 18 matching lines...) Expand all Loading... |
| 84 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. | 76 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. |
| 85 | 77 |
| 86 [ $compiler == none && $runtime == dartium ] | 78 [ $compiler == none && $runtime == dartium ] |
| 87 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. | 79 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. |
| 88 issue13474_test: Pass, Fail # Issue 14651. | 80 issue13474_test: Pass, Fail # Issue 14651. |
| 89 | 81 |
| 90 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 82 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 91 typed_message_test: Crash, Fail # Issue 13921, 14400 | 83 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 92 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 84 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
| 93 | 85 |
| OLD | NEW |