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 25 matching lines...) Expand all Loading... | |
36 compile_time_constant_checked2_test/04: Fail, OK | 36 compile_time_constant_checked2_test/04: Fail, OK |
37 compile_time_constant_checked2_test/05: Fail, OK | 37 compile_time_constant_checked2_test/05: Fail, OK |
38 compile_time_constant_checked2_test/06: Fail, OK | 38 compile_time_constant_checked2_test/06: Fail, OK |
39 compile_time_constant_checked3_test/01: Fail, OK | 39 compile_time_constant_checked3_test/01: Fail, OK |
40 compile_time_constant_checked3_test/02: Fail, OK | 40 compile_time_constant_checked3_test/02: Fail, OK |
41 compile_time_constant_checked3_test/03: Fail, OK | 41 compile_time_constant_checked3_test/03: Fail, OK |
42 compile_time_constant_checked3_test/04: Fail, OK | 42 compile_time_constant_checked3_test/04: Fail, OK |
43 compile_time_constant_checked3_test/05: Fail, OK | 43 compile_time_constant_checked3_test/05: Fail, OK |
44 compile_time_constant_checked3_test/06: Fail, OK | 44 compile_time_constant_checked3_test/06: Fail, OK |
45 malformed2_test/01: Fail, OK | 45 malformed2_test/01: Fail, OK |
46 const_constructor2_test/13: Fail, OK | |
karlklose
2014/01/29 10:44:23
Add a comment why this is allowed to fail.
Johnni Winther
2014/01/30 08:25:23
There is a comment above compile_time_constant_che
| |
47 const_constructor2_test/14: Fail, OK | |
48 const_constructor2_test/15: Fail, OK | |
49 const_constructor2_test/16: Fail, OK | |
50 const_constructor2_test/17: Fail, OK | |
51 const_constructor2_test/20: Fail, OK | |
52 const_constructor2_test/22: Fail, OK | |
53 const_constructor2_test/24: Fail, OK | |
46 | 54 |
47 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no ne) ] | 55 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no ne) ] |
48 call_test: Fail # Issue 12602 | 56 call_test: Fail # Issue 12602 |
49 dynamic_prefix_core_test: Fail # Issue 12478 | 57 dynamic_prefix_core_test: Fail # Issue 12478 |
50 | 58 |
51 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium ) ] | 59 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium ) ] |
52 export_ambiguous_main_negative_test: Fail # Issue 14763 | 60 export_ambiguous_main_negative_test: Fail # Issue 14763 |
53 | 61 |
54 [ $compiler == none && $runtime == drt ] | 62 [ $compiler == none && $runtime == drt ] |
55 mixin_illegal_object_test/01: pass # Issue 10952. | 63 mixin_illegal_object_test/01: pass # Issue 10952. |
(...skipping 18 matching lines...) Expand all Loading... | |
74 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. | 82 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. |
75 | 83 |
76 [ $compiler == none && $runtime == dartium ] | 84 [ $compiler == none && $runtime == dartium ] |
77 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa ilure. | 85 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa ilure. |
78 issue13474_test: Pass, Fail # Issue 14651. | 86 issue13474_test: Pass, Fail # Issue 14651. |
79 | 87 |
80 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 88 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
81 typed_message_test: Crash, Fail # Issue 13921, 14400 | 89 typed_message_test: Crash, Fail # Issue 13921, 14400 |
82 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 90 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
83 | 91 |
OLD | NEW |