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 built_in_identifier_prefix_test: Fail # Issue 6970 | 9 built_in_identifier_prefix_test: Fail # Issue 6970 |
10 async_await_syntax_test/b00a: MissingCompileTimeError # Issue 21404 | |
11 | 10 |
12 # These bugs refer currently ongoing language discussions. | 11 # These bugs refer currently ongoing language discussions. |
13 constructor_initializer_test/none: Fail # Issue 12633 | 12 constructor_initializer_test/none: Fail # Issue 12633 |
14 constructor5_test: Fail # Issue 6422 | 13 constructor5_test: Fail # Issue 6422 |
15 constructor6_test: Fail # Issue 6422 | 14 constructor6_test: Fail # Issue 6422 |
16 closure_in_initializer_test: Fail # Issue 6422 | 15 closure_in_initializer_test: Fail # Issue 6422 |
17 | 16 |
18 # Regular bugs which should be fixed. | 17 # Regular bugs which should be fixed. |
19 duplicate_export_negative_test: Fail # Issue 6134 | 18 duplicate_export_negative_test: Fail # Issue 6134 |
20 | 19 |
21 [ $compiler == dart2dart ] | 20 [ $compiler == dart2dart ] |
| 21 async_test/constructor2: MissingCompileTimeError # Issue 22051 |
| 22 async_test/constructor3: MissingCompileTimeError # Issue 22051 |
| 23 async_test/setter1: MissingCompileTimeError # Issue 22051 |
| 24 sync_generator1_test: Fail # Issue 22051 |
| 25 |
22 deferred_load_library_wrong_args_test/none: Fail # Issue 17523 | 26 deferred_load_library_wrong_args_test/none: Fail # Issue 17523 |
23 deferred_load_inval_code_test: Fail # Issue 17523 | 27 deferred_load_inval_code_test: Fail # Issue 17523 |
24 deferred_not_loaded_check_test: Fail # Issue 17523 | 28 deferred_not_loaded_check_test: Fail # Issue 17523 |
25 deferred_constraints_type_annotation_test/*: Fail, Pass # Issue 17523 | 29 deferred_constraints_type_annotation_test/*: Fail, Pass # Issue 17523 |
26 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 | 30 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 |
27 deferred_shadow_load_library_test: Fail # Issue 17523 | 31 deferred_shadow_load_library_test: Fail # Issue 17523 |
28 deferred_closurize_load_library_test: Fail # Issue 17523 | 32 deferred_closurize_load_library_test: Fail # Issue 17523 |
29 deferred_inlined_test: Fail # Issue 17523 | 33 deferred_inlined_test: Fail # Issue 17523 |
30 deferred_optimized_test: Fail # Issue 17523 | 34 deferred_optimized_test: Fail # Issue 17523 |
31 enum_mirror_test: Skip # Issue 11511. | 35 enum_mirror_test: Skip # Issue 11511. |
32 | 36 |
33 override_inheritance_mixed_test/08: Fail # Issue 18124 | 37 override_inheritance_mixed_test/08: Fail # Issue 18124 |
34 override_inheritance_mixed_test/09: Fail # Issue 18124 | 38 override_inheritance_mixed_test/09: Fail # Issue 18124 |
35 | 39 |
36 [ $compiler == none || $compiler == dart2dart ] | 40 [ $compiler == none || $compiler == dart2dart ] |
37 # Non-contractive types are not supported in the vm. | 41 # Non-contractive types are not supported in the vm. |
38 cyclic_type_test/02: Fail, OK | 42 cyclic_type_test/02: Fail, OK |
39 cyclic_type_test/04: Fail, OK | 43 cyclic_type_test/04: Fail, OK |
40 cyclic_type2_test: Fail, OK | 44 cyclic_type2_test: Fail, OK |
41 least_upper_bound_expansive_test/*: Fail, OK | 45 least_upper_bound_expansive_test/*: Fail, OK |
42 | 46 |
43 compile_time_constant12_test: Fail # Issue 21000 | 47 compile_time_constant12_test: Fail # Issue 21000 |
44 async_await_syntax_test/a07a: CompileTimeError # Issue 21404 | |
45 async_await_syntax_test/a08a: CompileTimeError # Issue 21404 | |
46 async_await_syntax_test/a09a: CompileTimeError # Issue 21404 | 48 async_await_syntax_test/a09a: CompileTimeError # Issue 21404 |
47 async_await_syntax_test/a10a: CompileTimeError # Issue 21404 | 49 async_await_syntax_test/a10a: CompileTimeError # Issue 21404 |
48 async_await_syntax_test/b07a: CompileTimeError # Issue 21404 | |
49 async_await_syntax_test/b08a: CompileTimeError # Issue 21404 | |
50 async_await_syntax_test/b09a: CompileTimeError # Issue 21404 | 50 async_await_syntax_test/b09a: CompileTimeError # Issue 21404 |
51 async_await_syntax_test/b10a: CompileTimeError # Issue 21404 | 51 async_await_syntax_test/b10a: CompileTimeError # Issue 21404 |
52 async_await_syntax_test/c07a: CompileTimeError # Issue 21404 | |
53 async_await_syntax_test/c08a: CompileTimeError # Issue 21404 | |
54 async_await_syntax_test/c09a: CompileTimeError # Issue 21404 | 52 async_await_syntax_test/c09a: CompileTimeError # Issue 21404 |
55 async_await_syntax_test/c10a: CompileTimeError # Issue 21404 | 53 async_await_syntax_test/c10a: CompileTimeError # Issue 21404 |
56 async_await_syntax_test/d07a: CompileTimeError # Issue 21404 | |
57 async_await_syntax_test/d08a: CompileTimeError # Issue 21404 | |
58 async_await_syntax_test/d08b: CompileTimeError # Issue 21404 | |
59 async_await_syntax_test/d09a: CompileTimeError # Issue 21404 | 54 async_await_syntax_test/d09a: CompileTimeError # Issue 21404 |
60 async_await_syntax_test/d10a: CompileTimeError # Issue 21404 | 55 async_await_syntax_test/d10a: CompileTimeError # Issue 21404 |
61 | 56 |
62 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ] | 57 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ] |
63 compile_time_constant_c_test/01: Fail # Issue 21000 | 58 compile_time_constant_c_test/01: Fail # Issue 21000 |
64 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 | 59 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 |
65 async_await_syntax_test/a04a: CompileTimeError # Issue 21404 | 60 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 |
66 async_await_syntax_test/a11b: CompileTimeError # Issue 21404 | |
67 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 | 61 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 |
68 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 | 62 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 |
69 async_await_syntax_test/b04a: CompileTimeError # Issue 21404 | |
70 async_await_syntax_test/b11b: CompileTimeError # Issue 21404 | |
71 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 | 63 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 |
72 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 | 64 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 |
73 async_await_syntax_test/c04a: CompileTimeError # Issue 21404 | |
74 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 | 65 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 |
75 async_await_syntax_test/d04a: CompileTimeError # Issue 21404 | |
76 | 66 |
77 [ $compiler == none && ($runtime == drt || $runtime == dartium|| $runtime == Con
tentShellOnAndroid) ] | 67 [ $compiler == none && ($runtime == drt || $runtime == dartium|| $runtime == Con
tentShellOnAndroid) ] |
78 async_await_syntax_test/a03a: RuntimeError # Issue 21404 | 68 async_await_syntax_test/a03a: RuntimeError # Issue 21404 |
79 async_await_syntax_test/a04a: RuntimeError # Issue 21404 | 69 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 |
80 async_await_syntax_test/a07a: RuntimeError # Issue 21404 | |
81 async_await_syntax_test/a08a: RuntimeError # Issue 21404 | 70 async_await_syntax_test/a08a: RuntimeError # Issue 21404 |
82 async_await_syntax_test/a09a: RuntimeError # Issue 21404 | 71 async_await_syntax_test/a09a: RuntimeError # Issue 21404 |
83 async_await_syntax_test/a10a: RuntimeError # Issue 21404 | 72 async_await_syntax_test/a10a: RuntimeError # Issue 21404 |
84 async_await_syntax_test/a11b: RuntimeError # Issue 21404 | |
85 async_await_syntax_test/a11d: RuntimeError # Issue 21404 | 73 async_await_syntax_test/a11d: RuntimeError # Issue 21404 |
86 async_await_syntax_test/b00a: Fail # Issue 21404 | 74 async_await_syntax_test/b00a: Fail # Issue 21404 |
87 async_await_syntax_test/b03a: RuntimeError # Issue 21404 | 75 async_await_syntax_test/b03a: RuntimeError # Issue 21404 |
88 async_await_syntax_test/b04a: RuntimeError # Issue 21404 | |
89 async_await_syntax_test/b07a: RuntimeError # Issue 21404 | |
90 async_await_syntax_test/b08a: RuntimeError # Issue 21404 | |
91 async_await_syntax_test/b09a: RuntimeError # Issue 21404 | 76 async_await_syntax_test/b09a: RuntimeError # Issue 21404 |
92 async_await_syntax_test/b10a: RuntimeError # Issue 21404 | 77 async_await_syntax_test/b10a: RuntimeError # Issue 21404 |
93 async_await_syntax_test/b11b: RuntimeError # Issue 21404 | |
94 async_await_syntax_test/b11d: RuntimeError # Issue 21404 | 78 async_await_syntax_test/b11d: RuntimeError # Issue 21404 |
95 async_await_syntax_test/c03a: RuntimeError # Issue 21404 | 79 async_await_syntax_test/c03a: RuntimeError # Issue 21404 |
96 async_await_syntax_test/c04a: RuntimeError # Issue 21404 | |
97 async_await_syntax_test/c07a: RuntimeError # Issue 21404 | |
98 async_await_syntax_test/c08a: RuntimeError # Issue 21404 | |
99 async_await_syntax_test/c09a: RuntimeError # Issue 21404 | 80 async_await_syntax_test/c09a: RuntimeError # Issue 21404 |
100 async_await_syntax_test/c10a: RuntimeError # Issue 21404 | 81 async_await_syntax_test/c10a: RuntimeError # Issue 21404 |
101 async_await_syntax_test/d03a: RuntimeError # Issue 21404 | 82 async_await_syntax_test/d03a: RuntimeError # Issue 21404 |
102 async_await_syntax_test/d04a: RuntimeError # Issue 21404 | |
103 async_await_syntax_test/d07a: RuntimeError # Issue 21404 | |
104 async_await_syntax_test/d08a: RuntimeError # Issue 21404 | |
105 async_await_syntax_test/d08b: RuntimeError # Issue 21404 | |
106 async_await_syntax_test/d09a: RuntimeError # Issue 21404 | 83 async_await_syntax_test/d09a: RuntimeError # Issue 21404 |
107 async_await_syntax_test/d10a: RuntimeError # Issue 21404 | 84 async_await_syntax_test/d10a: RuntimeError # Issue 21404 |
108 | 85 |
109 | 86 |
110 [ $compiler == none && $runtime == vm ] | 87 [ $compiler == none && $runtime == vm ] |
111 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 88 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
112 unicode_bom_test: Fail # Issue 16067 | 89 unicode_bom_test: Fail # Issue 16067 |
113 | 90 |
114 [ $compiler == none && $checked ] | 91 [ $compiler == none && $checked ] |
115 type_variable_bounds4_test/01: Fail # Issue 14006 | 92 type_variable_bounds4_test/01: Fail # Issue 14006 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 | 139 |
163 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 140 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
164 large_class_declaration_test: Skip # Times out. Issue 20352 | 141 large_class_declaration_test: Skip # Times out. Issue 20352 |
165 | 142 |
166 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 143 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
167 gc_test: Skip # Times out flakily. Issue 20956 | 144 gc_test: Skip # Times out flakily. Issue 20956 |
168 | 145 |
169 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] | 146 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] |
170 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 147 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
171 | 148 |
OLD | NEW |