Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: tests/language/language_kernel.status

Issue 2862223002: Rewrite mixin application handling in Fasta. (Closed)
Patch Set: Update status file. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/language/mixin_mixin_type_arguments_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 multiline_newline_test/04: MissingCompileTimeError # Fixed in ahe's dev-branch 6 multiline_newline_test/04: MissingCompileTimeError # Fixed in ahe's dev-branch
7 multiline_newline_test/04r: MissingCompileTimeError # Fixed in ahe's dev-branch 7 multiline_newline_test/04r: MissingCompileTimeError # Fixed in ahe's dev-branch
8 multiline_newline_test/05: MissingCompileTimeError # Fixed in ahe's dev-branch 8 multiline_newline_test/05: MissingCompileTimeError # Fixed in ahe's dev-branch
9 multiline_newline_test/05r: MissingCompileTimeError # Fixed in ahe's dev-branch 9 multiline_newline_test/05r: MissingCompileTimeError # Fixed in ahe's dev-branch
10 multiline_newline_test/06: MissingCompileTimeError # Fixed in ahe's dev-branch 10 multiline_newline_test/06: MissingCompileTimeError # Fixed in ahe's dev-branch
11 multiline_newline_test/06r: MissingCompileTimeError # Fixed in ahe's dev-branch 11 multiline_newline_test/06r: MissingCompileTimeError # Fixed in ahe's dev-branch
12 12
13 built_in_identifier_test/01: CompileTimeError 13 built_in_identifier_test/01: CompileTimeError
14 call_nonexistent_static_test/01: CompileTimeError 14 call_nonexistent_static_test/01: CompileTimeError
15 call_nonexistent_static_test/04: CompileTimeError 15 call_nonexistent_static_test/04: CompileTimeError
16 compile_time_constant_c_test/02: MissingCompileTimeError
17 compile_time_constant_c_test/03: MissingCompileTimeError 16 compile_time_constant_c_test/03: MissingCompileTimeError
18 compile_time_constant_k_test/01: RuntimeError
19 compile_time_constant_k_test/02: RuntimeError
20 compile_time_constant_k_test/03: RuntimeError
21 compile_time_constant_o_test/01: RuntimeError
22 compile_time_constant_o_test/02: RuntimeError
23 compile_time_constant_test/01: MissingCompileTimeError 17 compile_time_constant_test/01: MissingCompileTimeError
24 conditional_method_invocation_test/11: MissingCompileTimeError 18 conditional_method_invocation_test/11: MissingCompileTimeError
25 conditional_property_access_test/09: MissingCompileTimeError 19 conditional_property_access_test/09: MissingCompileTimeError
26 conditional_property_assignment_test/20: MissingCompileTimeError 20 conditional_property_assignment_test/20: MissingCompileTimeError
27 conditional_property_assignment_test/21: MissingCompileTimeError 21 conditional_property_assignment_test/21: MissingCompileTimeError
28 conditional_property_assignment_test/22: MissingCompileTimeError 22 conditional_property_assignment_test/22: MissingCompileTimeError
29 config_import_corelib_test: RuntimeError
30 config_import_test: RuntimeError
31 const_conditional_test/08: MissingCompileTimeError
32 const_constructor_mixin2_test/01: MissingCompileTimeError 23 const_constructor_mixin2_test/01: MissingCompileTimeError
33 const_constructor_mixin3_test/01: MissingCompileTimeError 24 const_constructor_mixin3_test/01: MissingCompileTimeError
34 const_constructor_mixin_test/01: MissingCompileTimeError 25 const_constructor_mixin_test/01: MissingCompileTimeError
35 const_constructor_nonconst_field_test/01: MissingCompileTimeError
36 const_constructor_super_test/01: MissingCompileTimeError 26 const_constructor_super_test/01: MissingCompileTimeError
37 const_constructor_syntax_test/01: MissingCompileTimeError 27 const_constructor_syntax_test/01: MissingCompileTimeError
38 const_constructor_syntax_test/02: MissingCompileTimeError 28 const_constructor_syntax_test/02: MissingCompileTimeError
39 const_constructor_syntax_test/03: MissingCompileTimeError 29 const_constructor_syntax_test/03: MissingCompileTimeError
40 const_constructor_test/01: MissingCompileTimeError 30 const_constructor_test/01: MissingCompileTimeError
41 const_dynamic_type_literal_test/02: RuntimeError
42 const_error_multiply_initialized_test/01: MissingCompileTimeError 31 const_error_multiply_initialized_test/01: MissingCompileTimeError
43 const_error_multiply_initialized_test/02: RuntimeError 32 const_error_multiply_initialized_test/02: RuntimeError
44 const_error_multiply_initialized_test/03: MissingCompileTimeError 33 const_error_multiply_initialized_test/03: MissingCompileTimeError
45 const_error_multiply_initialized_test/04: RuntimeError 34 const_error_multiply_initialized_test/04: RuntimeError
46 const_evaluation_test/01: RuntimeError
47 const_factory_with_body_test/01: MissingCompileTimeError
48 const_for_in_variable_test/01: MissingCompileTimeError 35 const_for_in_variable_test/01: MissingCompileTimeError
49 const_instance_field_test/01: MissingCompileTimeError
50 const_map2_test/00: MissingCompileTimeError
51 const_map3_test/00: MissingCompileTimeError
52 const_nested_test: RuntimeError
53 const_optional_args_negative_test: Fail
54 const_switch2_test/01: MissingCompileTimeError
55 const_syntax_test/01: MissingCompileTimeError 36 const_syntax_test/01: MissingCompileTimeError
56 const_syntax_test/02: MissingCompileTimeError 37 const_syntax_test/02: MissingCompileTimeError
57 const_syntax_test/05: MissingCompileTimeError
58 const_types_test/23: MissingCompileTimeError 38 const_types_test/23: MissingCompileTimeError
59 const_types_test/24: MissingCompileTimeError 39 const_types_test/24: MissingCompileTimeError
60 const_types_test/25: MissingCompileTimeError 40 const_types_test/25: MissingCompileTimeError
61 const_types_test/26: MissingCompileTimeError 41 const_types_test/26: MissingCompileTimeError
62 const_types_test/27: MissingCompileTimeError 42 const_types_test/27: MissingCompileTimeError
63 const_types_test/28: MissingCompileTimeError 43 const_types_test/28: MissingCompileTimeError
64 const_types_test/29: MissingCompileTimeError 44 const_types_test/29: MissingCompileTimeError
65 const_types_test/30: MissingCompileTimeError 45 const_types_test/30: MissingCompileTimeError
66 const_types_test/41: MissingCompileTimeError 46 const_types_test/41: MissingCompileTimeError
67 constant_expression_test/01: MissingCompileTimeError
68 constant_expression_test/03: MissingCompileTimeError
69 constant_locals_test/01: MissingCompileTimeError 47 constant_locals_test/01: MissingCompileTimeError
70 constructor_duplicate_final_test/01: MissingRuntimeError 48 constructor_duplicate_final_test/01: MissingRuntimeError
71 constructor_duplicate_final_test/02: MissingRuntimeError 49 constructor_duplicate_final_test/02: MissingRuntimeError
72 constructor_duplicate_initializers_test/03: MissingCompileTimeError 50 constructor_duplicate_initializers_test/03: MissingCompileTimeError
73 constructor_redirect2_test/01: MissingCompileTimeError
74 constructor_redirect_test/01: MissingCompileTimeError
75 covariant_test/02: MissingCompileTimeError 51 covariant_test/02: MissingCompileTimeError
76 covariant_test/08: MissingCompileTimeError 52 covariant_test/08: MissingCompileTimeError
77 covariant_test/12: MissingCompileTimeError 53 covariant_test/12: MissingCompileTimeError
78 covariant_test/14: MissingCompileTimeError 54 covariant_test/14: MissingCompileTimeError
79 covariant_test/16: MissingCompileTimeError 55 covariant_test/16: MissingCompileTimeError
80 covariant_test/19: MissingCompileTimeError 56 covariant_test/19: MissingCompileTimeError
81 covariant_test/22: MissingCompileTimeError 57 covariant_test/22: MissingCompileTimeError
82 covariant_test/28: MissingCompileTimeError 58 covariant_test/28: MissingCompileTimeError
83 covariant_test/32: MissingCompileTimeError 59 covariant_test/32: MissingCompileTimeError
84 covariant_test/34: MissingCompileTimeError 60 covariant_test/34: MissingCompileTimeError
85 covariant_test/36: MissingCompileTimeError 61 covariant_test/36: MissingCompileTimeError
86 covariant_test/39: MissingCompileTimeError 62 covariant_test/39: MissingCompileTimeError
87 covariant_test/46: MissingCompileTimeError 63 covariant_test/46: MissingCompileTimeError
88 covariant_test/46b: MissingCompileTimeError 64 covariant_test/46b: MissingCompileTimeError
89 covariant_test/59: MissingCompileTimeError 65 covariant_test/59: MissingCompileTimeError
90 cyclic_constructor_test/01: MissingCompileTimeError
91 cyclic_type_test/00: RuntimeError
92 cyclic_type_test/01: RuntimeError
93 cyclic_type_test/03: RuntimeError
94 cyclic_typedef_test/01: MissingCompileTimeError 66 cyclic_typedef_test/01: MissingCompileTimeError
95 cyclic_typedef_test/02: MissingCompileTimeError 67 cyclic_typedef_test/02: MissingCompileTimeError
96 cyclic_typedef_test/03: MissingCompileTimeError 68 cyclic_typedef_test/03: MissingCompileTimeError
97 cyclic_typedef_test/04: MissingCompileTimeError 69 cyclic_typedef_test/04: MissingCompileTimeError
98 cyclic_typedef_test/05: MissingCompileTimeError 70 cyclic_typedef_test/05: MissingCompileTimeError
99 cyclic_typedef_test/06: MissingCompileTimeError 71 cyclic_typedef_test/06: MissingCompileTimeError
100 cyclic_typedef_test/07: MissingCompileTimeError 72 cyclic_typedef_test/07: MissingCompileTimeError
101 cyclic_typedef_test/08: MissingCompileTimeError 73 cyclic_typedef_test/08: MissingCompileTimeError
102 cyclic_typedef_test/09: MissingCompileTimeError 74 cyclic_typedef_test/09: MissingCompileTimeError
103 cyclic_typedef_test/10: MissingCompileTimeError
104 cyclic_typedef_test/11: MissingCompileTimeError
105 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5 75 deferred_call_empty_before_load_test: RuntimeError # Deferred Loading Issue 2833 5
106 deferred_duplicate_prefix1_test/01: MissingCompileTimeError 76 deferred_duplicate_prefix1_test/01: MissingCompileTimeError
107 deferred_duplicate_prefix2_test/01: MissingCompileTimeError 77 deferred_duplicate_prefix2_test/01: MissingCompileTimeError
108 deferred_duplicate_prefix3_test/01: MissingCompileTimeError 78 deferred_duplicate_prefix3_test/01: MissingCompileTimeError
109 deferred_inheritance_constraints_test/extends: MissingCompileTimeError 79 deferred_inheritance_constraints_test/extends: MissingCompileTimeError
110 deferred_inheritance_constraints_test/implements: MissingCompileTimeError 80 deferred_inheritance_constraints_test/implements: MissingCompileTimeError
111 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError 81 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
112 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError 82 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
113 deferred_no_prefix_test/01: MissingCompileTimeError 83 deferred_no_prefix_test/01: MissingCompileTimeError
114 deferred_not_loaded_check_test: RuntimeError 84 deferred_not_loaded_check_test: RuntimeError
115 deferred_shadow_load_library_test: RuntimeError 85 deferred_shadow_load_library_test: RuntimeError
116 dynamic_prefix_core_test/01: RuntimeError
117 enum_private_test/02: RuntimeError 86 enum_private_test/02: RuntimeError
118 enum_syntax_test/06: MissingCompileTimeError 87 enum_syntax_test/06: MissingCompileTimeError
119 enum_syntax_test/21: MissingCompileTimeError
120 enum_syntax_test/30: MissingCompileTimeError 88 enum_syntax_test/30: MissingCompileTimeError
121 evaluation_redirecting_constructor_test: RuntimeError
122 export_double_same_main_test: CompileTimeError
123 export_main_test: CompileTimeError
124 export_private_test/01: MissingCompileTimeError 89 export_private_test/01: MissingCompileTimeError
125 external_test/11: MissingCompileTimeError 90 external_test/11: MissingCompileTimeError
126 external_test/12: MissingCompileTimeError 91 external_test/12: MissingCompileTimeError
127 external_test/13: MissingRuntimeError
128 external_test/20: MissingRuntimeError
129 external_test/21: MissingCompileTimeError 92 external_test/21: MissingCompileTimeError
130 external_test/22: MissingCompileTimeError 93 external_test/22: MissingCompileTimeError
131 external_test/23: MissingCompileTimeError 94 external_test/23: MissingCompileTimeError
132 external_test/24: MissingCompileTimeError 95 external_test/24: MissingCompileTimeError
133 external_test/25: MissingCompileTimeError 96 external_test/25: MissingCompileTimeError
134 external_test/30: MissingCompileTimeError 97 external_test/30: MissingCompileTimeError
135 external_test/31: MissingCompileTimeError 98 external_test/31: MissingCompileTimeError
136 factory_redirection_test/07: MissingCompileTimeError
137 field_decl_missing_var_type_test/01: MissingCompileTimeError 99 field_decl_missing_var_type_test/01: MissingCompileTimeError
138 final_initializer_instance_reference_test/01: MissingCompileTimeError 100 final_initializer_instance_reference_test/01: MissingCompileTimeError
139 final_super_field_set_test/01: RuntimeError 101 final_super_field_set_test/01: RuntimeError
140 final_syntax_test/01: MissingCompileTimeError 102 final_syntax_test/01: MissingCompileTimeError
141 final_syntax_test/02: MissingCompileTimeError 103 final_syntax_test/02: MissingCompileTimeError
142 final_syntax_test/03: MissingCompileTimeError 104 final_syntax_test/03: MissingCompileTimeError
143 final_syntax_test/04: MissingCompileTimeError 105 final_syntax_test/04: MissingCompileTimeError
144 for2_test: RuntimeError
145 for_variable_capture_test: RuntimeError
146 function_subtype0_test: RuntimeError 106 function_subtype0_test: RuntimeError
147 function_subtype1_test: RuntimeError 107 function_subtype1_test: RuntimeError
148 function_subtype2_test: RuntimeError
149 function_subtype_bound_closure3_test: RuntimeError
150 function_subtype_bound_closure4_test: RuntimeError
151 function_subtype_cast1_test: RuntimeError
152 function_subtype_inline0_test: RuntimeError
153 function_subtype_local3_test: RuntimeError
154 function_subtype_local4_test: RuntimeError
155 function_subtype_not1_test: RuntimeError
156 function_syntax_test/00: MissingCompileTimeError 108 function_syntax_test/00: MissingCompileTimeError
157 function_syntax_test/01: MissingCompileTimeError 109 function_syntax_test/01: MissingCompileTimeError
158 function_syntax_test/22: MissingCompileTimeError 110 function_syntax_test/22: MissingCompileTimeError
159 function_syntax_test/64: MissingCompileTimeError 111 function_syntax_test/64: MissingCompileTimeError
160 function_syntax_test/67: MissingCompileTimeError 112 function_syntax_test/67: MissingCompileTimeError
161 function_syntax_test/68: MissingCompileTimeError 113 function_syntax_test/68: MissingCompileTimeError
162 function_syntax_test/69: MissingCompileTimeError 114 function_syntax_test/69: MissingCompileTimeError
163 function_syntax_test/71: MissingCompileTimeError 115 function_syntax_test/71: MissingCompileTimeError
164 function_syntax_test/73: MissingCompileTimeError 116 function_syntax_test/73: MissingCompileTimeError
165 function_syntax_test/74: MissingCompileTimeError 117 function_syntax_test/74: MissingCompileTimeError
166 function_type_alias2_test: RuntimeError
167 function_type_alias3_test: RuntimeError
168 function_type_alias4_test: RuntimeError
169 function_type_alias5_test/00: MissingCompileTimeError 118 function_type_alias5_test/00: MissingCompileTimeError
170 function_type_alias5_test/01: MissingCompileTimeError 119 function_type_alias5_test/01: MissingCompileTimeError
171 function_type_alias5_test/02: MissingCompileTimeError 120 function_type_alias5_test/02: MissingCompileTimeError
172 function_type_alias6_test/00: MissingCompileTimeError 121 function_type_alias6_test/00: MissingCompileTimeError
173 function_type_alias7_test/00: MissingCompileTimeError 122 function_type_alias7_test/00: MissingCompileTimeError
174 function_type_alias7_test/02: MissingCompileTimeError 123 function_type_alias7_test/02: MissingCompileTimeError
175 function_type_alias9_test/00: MissingCompileTimeError 124 function_type_alias9_test/00: MissingCompileTimeError
176 function_type_parameter2_negative_test: Crash
177 function_type_parameter_negative_test: Crash
178 function_type/*: DartkCrash 125 function_type/*: DartkCrash
179 generic_closure_test: RuntimeError
180 generic_field_mixin2_test: RuntimeError
181 generic_field_mixin3_test: RuntimeError
182 generic_field_mixin4_test: RuntimeError
183 generic_field_mixin5_test: RuntimeError
184 generic_field_mixin_test: RuntimeError
185 generic_metadata_test/02: MissingCompileTimeError
186 generic_metadata_test/03: MissingCompileTimeError
187 generic_method_types_test: Pass, RuntimeError 126 generic_method_types_test: Pass, RuntimeError
188 getter_closure_execution_order_test: RuntimeError 127 getter_closure_execution_order_test: RuntimeError
189 getter_parameters_test/01: MissingCompileTimeError 128 getter_parameters_test/01: MissingCompileTimeError
190 getter_parameters_test/02: MissingCompileTimeError 129 getter_parameters_test/02: MissingCompileTimeError
191 getter_parameters_test/03: MissingCompileTimeError 130 getter_parameters_test/03: MissingCompileTimeError
192 getter_parameters_test/04: MissingCompileTimeError 131 getter_parameters_test/04: MissingCompileTimeError
193 if_null_assignment_behavior_test/15: RuntimeError 132 if_null_assignment_behavior_test/15: RuntimeError
194 import_private_test/01: MissingCompileTimeError 133 import_private_test/01: MissingCompileTimeError
195 initializing_formal_capture_test: RuntimeError 134 initializing_formal_capture_test: RuntimeError
196 initializing_formal_final_test: RuntimeError 135 initializing_formal_final_test: RuntimeError
197 inst_field_initializer1_negative_test: Fail 136 inst_field_initializer1_negative_test: Fail
198 instanceof3_test: RuntimeError 137 instanceof3_test: RuntimeError
199 invocation_mirror_test: RuntimeError 138 invocation_mirror_test: RuntimeError
200 is_malformed_type_test/94: RuntimeError 139 is_malformed_type_test/94: RuntimeError
201 is_malformed_type_test/95: RuntimeError 140 is_malformed_type_test/95: RuntimeError
202 is_malformed_type_test/96: RuntimeError 141 is_malformed_type_test/96: RuntimeError
203 is_malformed_type_test/97: RuntimeError 142 is_malformed_type_test/97: RuntimeError
204 is_malformed_type_test/98: RuntimeError 143 is_malformed_type_test/98: RuntimeError
205 is_malformed_type_test/99: RuntimeError 144 is_malformed_type_test/99: RuntimeError
206 is_not_class2_test: RuntimeError 145 is_not_class2_test: RuntimeError
207 isnot_malformed_type_test: RuntimeError 146 isnot_malformed_type_test: RuntimeError
208 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
209 library_ambiguous_test/00: MissingRuntimeError 147 library_ambiguous_test/00: MissingRuntimeError
210 library_ambiguous_test/04: MissingRuntimeError 148 library_ambiguous_test/04: MissingRuntimeError
211 library_env_test/has_html_support: RuntimeError
212 library_env_test/has_no_io_support: RuntimeError
213 list_literal4_test: RuntimeError
214 malformed2_test/00: RuntimeError 149 malformed2_test/00: RuntimeError
215 malformed_inheritance_test/09: MissingCompileTimeError
216 malformed_inheritance_test/10: MissingCompileTimeError
217 malformed_test/none: RuntimeError
218 map_literal3_test: RuntimeError
219 map_literal6_test: RuntimeError
220 metadata_test: CompileTimeError 150 metadata_test: CompileTimeError
221 method_name_test: CompileTimeError 151 method_name_test: CompileTimeError
222 method_override_test: RuntimeError 152 method_override_test: RuntimeError
223 mixin_forwarding_constructor4_test/01: MissingCompileTimeError 153 mixin_forwarding_constructor4_test/01: MissingCompileTimeError
224 mixin_forwarding_constructor4_test/02: MissingCompileTimeError 154 mixin_forwarding_constructor4_test/02: MissingCompileTimeError
225 mixin_forwarding_constructor4_test/03: MissingCompileTimeError 155 mixin_forwarding_constructor4_test/03: MissingCompileTimeError
226 mixin_illegal_constructor_test/01: MissingCompileTimeError
227 mixin_illegal_constructor_test/02: MissingCompileTimeError
228 mixin_illegal_constructor_test/03: MissingCompileTimeError
229 mixin_illegal_constructor_test/04: MissingCompileTimeError
230 mixin_illegal_constructor_test/05: MissingCompileTimeError
231 mixin_illegal_constructor_test/06: MissingCompileTimeError
232 mixin_illegal_constructor_test/07: MissingCompileTimeError
233 mixin_illegal_constructor_test/08: MissingCompileTimeError
234 mixin_illegal_constructor_test/09: MissingCompileTimeError
235 mixin_illegal_constructor_test/10: MissingCompileTimeError
236 mixin_illegal_constructor_test/11: MissingCompileTimeError
237 mixin_illegal_constructor_test/12: MissingCompileTimeError
238 mixin_illegal_object_test/01: MissingCompileTimeError
239 mixin_illegal_object_test/02: MissingCompileTimeError
240 mixin_issue10216_2_test: RuntimeError
241 mixin_mixin2_test: RuntimeError
242 mixin_mixin3_test: RuntimeError
243 mixin_mixin4_test: RuntimeError
244 mixin_mixin5_test: RuntimeError
245 mixin_mixin6_test: RuntimeError
246 mixin_mixin7_test: RuntimeError
247 mixin_mixin_bound2_test: RuntimeError
248 mixin_mixin_bound_test: RuntimeError
249 mixin_mixin_test: RuntimeError
250 mixin_of_mixin_test/03: RuntimeError
251 mixin_of_mixin_test/14: RuntimeError
252 mixin_super_constructor_named_test/01: MissingCompileTimeError 156 mixin_super_constructor_named_test/01: MissingCompileTimeError
253 mixin_super_constructor_positionals_test/01: MissingCompileTimeError 157 mixin_super_constructor_positionals_test/01: MissingCompileTimeError
254 mixin_super_test: RuntimeError
255 mixin_type_parameters_super_extends_test: RuntimeError 158 mixin_type_parameters_super_extends_test: RuntimeError
256 mixin_type_parameters_super_test: RuntimeError 159 mixin_type_parameters_super_test: RuntimeError
257 named_constructor_test/01: MissingRuntimeError 160 named_constructor_test/01: MissingRuntimeError
258 named_parameters_aggregated_test/01: MissingCompileTimeError 161 named_parameters_aggregated_test/01: MissingCompileTimeError
259 named_parameters_aggregated_test/03: MissingCompileTimeError 162 named_parameters_aggregated_test/03: MissingCompileTimeError
260 named_parameters_aggregated_test/04: MissingCompileTimeError 163 named_parameters_aggregated_test/04: MissingCompileTimeError
261 named_parameters_default_eq_test/01: MissingCompileTimeError 164 named_parameters_default_eq_test/01: MissingCompileTimeError
262 named_parameters_default_eq_test/02: MissingCompileTimeError
263 on_catch_malformed_type_test: RuntimeError 165 on_catch_malformed_type_test: RuntimeError
264 parameter_initializer6_negative_test: Fail 166 parameter_initializer6_negative_test: Fail
265 private_access_test/05: RuntimeError 167 private_access_test/05: RuntimeError
266 private_access_test/06: RuntimeError 168 private_access_test/06: RuntimeError
267 private_super_constructor_test/01: MissingCompileTimeError
268 redirecting_constructor_initializer_test: RuntimeError
269 redirecting_factory_default_values_test/01: MissingCompileTimeError
270 redirecting_factory_default_values_test/02: MissingCompileTimeError
271 redirecting_factory_long_test: RuntimeError
272 ref_before_declaration_test/00: MissingCompileTimeError 169 ref_before_declaration_test/00: MissingCompileTimeError
273 ref_before_declaration_test/01: MissingCompileTimeError 170 ref_before_declaration_test/01: MissingCompileTimeError
274 ref_before_declaration_test/02: MissingCompileTimeError 171 ref_before_declaration_test/02: MissingCompileTimeError
275 ref_before_declaration_test/03: MissingCompileTimeError 172 ref_before_declaration_test/03: MissingCompileTimeError
276 ref_before_declaration_test/04: MissingCompileTimeError 173 ref_before_declaration_test/04: MissingCompileTimeError
277 ref_before_declaration_test/05: MissingCompileTimeError 174 ref_before_declaration_test/05: MissingCompileTimeError
278 ref_before_declaration_test/06: MissingCompileTimeError 175 ref_before_declaration_test/06: MissingCompileTimeError
279 ref_before_declaration_test/07: MissingCompileTimeError 176 ref_before_declaration_test/07: MissingCompileTimeError
280 regress_13494_test: CompileTimeError 177 regress_13494_test: CompileTimeError
281 regress_20394_test/01: MissingCompileTimeError
282 regress_22438_test: RuntimeError 178 regress_22438_test: RuntimeError
283 regress_27617_test/1: MissingCompileTimeError
284 regress_28217_test/01: MissingCompileTimeError
285 regress_28217_test/none: MissingCompileTimeError
286 regress_29243_test: Crash 179 regress_29243_test: Crash
287 runtime_type_function_test: RuntimeError
288 scope_variable_test/01: MissingCompileTimeError 180 scope_variable_test/01: MissingCompileTimeError
289 static_field3_test/03: CompileTimeError 181 static_field3_test/03: CompileTimeError
290 static_field3_test/04: CompileTimeError 182 static_field3_test/04: CompileTimeError
291 static_parameter_test/01: MissingCompileTimeError 183 static_parameter_test/01: MissingCompileTimeError
292 static_parameter_test/02: MissingCompileTimeError 184 static_parameter_test/02: MissingCompileTimeError
293 static_parameter_test/03: MissingCompileTimeError 185 static_parameter_test/03: MissingCompileTimeError
294 static_parameter_test/04: MissingCompileTimeError 186 static_parameter_test/04: MissingCompileTimeError
295 static_parameter_test/05: MissingCompileTimeError 187 static_parameter_test/05: MissingCompileTimeError
296 static_parameter_test/06: MissingCompileTimeError 188 static_parameter_test/06: MissingCompileTimeError
297 static_parameter_test/07: MissingCompileTimeError 189 static_parameter_test/07: MissingCompileTimeError
(...skipping 19 matching lines...) Expand all
317 super_conditional_operator_test/15: MissingCompileTimeError 209 super_conditional_operator_test/15: MissingCompileTimeError
318 super_conditional_operator_test/16: MissingCompileTimeError 210 super_conditional_operator_test/16: MissingCompileTimeError
319 super_conditional_operator_test/17: MissingCompileTimeError 211 super_conditional_operator_test/17: MissingCompileTimeError
320 super_conditional_operator_test/18: MissingCompileTimeError 212 super_conditional_operator_test/18: MissingCompileTimeError
321 super_no_such_method1_test/01: RuntimeError 213 super_no_such_method1_test/01: RuntimeError
322 super_no_such_method2_test/01: RuntimeError 214 super_no_such_method2_test/01: RuntimeError
323 super_no_such_method3_test/01: RuntimeError 215 super_no_such_method3_test/01: RuntimeError
324 super_no_such_method4_test/01: RuntimeError 216 super_no_such_method4_test/01: RuntimeError
325 super_no_such_method5_test/01: RuntimeError 217 super_no_such_method5_test/01: RuntimeError
326 switch1_negative_test: Fail 218 switch1_negative_test: Fail
327 switch_bad_case_test/01: MissingCompileTimeError
328 switch_bad_case_test/02: MissingCompileTimeError
329 switch_case_test/00: MissingCompileTimeError
330 switch_case_test/01: MissingCompileTimeError
331 switch_case_test/02: MissingCompileTimeError
332 syntax_test/02: MissingCompileTimeError 219 syntax_test/02: MissingCompileTimeError
333 syntax_test/03: MissingCompileTimeError 220 syntax_test/03: MissingCompileTimeError
334 syntax_test/27: MissingCompileTimeError 221 syntax_test/27: MissingCompileTimeError
335 this_conditional_operator_test/01: MissingCompileTimeError 222 this_conditional_operator_test/01: MissingCompileTimeError
336 try_catch_syntax_test/05: MissingCompileTimeError 223 try_catch_syntax_test/05: MissingCompileTimeError
337 try_catch_syntax_test/07: MissingCompileTimeError 224 try_catch_syntax_test/07: MissingCompileTimeError
338 try_catch_syntax_test/09: MissingCompileTimeError 225 try_catch_syntax_test/09: MissingCompileTimeError
339 try_catch_syntax_test/10: MissingCompileTimeError 226 try_catch_syntax_test/10: MissingCompileTimeError
340 try_catch_syntax_test/11: MissingCompileTimeError 227 try_catch_syntax_test/11: MissingCompileTimeError
341 try_catch_syntax_test/12: MissingCompileTimeError 228 try_catch_syntax_test/12: MissingCompileTimeError
342 type_variable_conflict_test/01: MissingCompileTimeError
343 type_variable_conflict_test/02: MissingCompileTimeError
344 type_variable_conflict_test/03: MissingCompileTimeError
345 type_variable_conflict_test/04: MissingCompileTimeError
346 type_variable_conflict_test/05: MissingCompileTimeError
347 type_variable_conflict_test/06: MissingCompileTimeError
348 type_variable_function_type_test: RuntimeError
349 type_variable_scope3_test/00: MissingCompileTimeError
350 vm/closure_memory_retention_test: Skip # Hits OOM
351 vm/debug_break_enabled_vm_test/01: CompileTimeError
352 vm/debug_break_enabled_vm_test/none: CompileTimeError
353 vm/regress_27201_test: CompileTimeError 229 vm/regress_27201_test: CompileTimeError
354 vm/regress_27671_test: RuntimeError 230
355 vm/type_vm_test: RuntimeError 231 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports.
232 config_import_test: RuntimeError # KernelVM bug: Configurable imports.
233 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts.
234 library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable im ports.
235
236 compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constan t evaluation.
237 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
238 const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
239 const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
240 const_nested_test: RuntimeError # KernelVM bug: Constant evaluation.
241 const_switch2_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluati on.
242 const_syntax_test/05: MissingCompileTimeError # KernelVM bug: Constant evaluatio n.
243 constant_expression_test/01: MissingCompileTimeError # KernelVM bug: Constant ev aluation.
244 constant_expression_test/03: MissingCompileTimeError # KernelVM bug: Constant ev aluation.
245 function_type_parameter2_negative_test: Crash # KernelVM bug: Constant evaluatio n.
246 function_type_parameter_negative_test: Crash # KernelVM bug: Constant evaluation .
247 multiline_newline_test/04: MissingCompileTimeError # KernelVM bug: Constant eval uation.
248 multiline_newline_test/04r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
249 multiline_newline_test/05: MissingCompileTimeError # KernelVM bug: Constant eval uation.
250 multiline_newline_test/05r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
251 multiline_newline_test/06: MissingCompileTimeError # KernelVM bug: Constant eval uation.
252 multiline_newline_test/06r: MissingCompileTimeError # KernelVM bug: Constant eva luation.
253 switch_bad_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evalua tion.
254 switch_bad_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evalua tion.
255 switch_case_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation .
256 switch_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation .
257 switch_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation .
258
259 compile_time_constant_k_test/01: RuntimeError # KernelVM bug: Constant map dupli cated key.
260 compile_time_constant_k_test/02: RuntimeError # KernelVM bug: Constant map dupli cated key.
261 compile_time_constant_k_test/03: RuntimeError # KernelVM bug: Constant map dupli cated key.
262 compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map dupli cated key.
263 compile_time_constant_o_test/02: RuntimeError # KernelVM bug: Constant map dupli cated key.
264 const_dynamic_type_literal_test/02: RuntimeError # KernelVM bug: Constant map du plicated key.
265 map_literal3_test: RuntimeError # KernelVM bug: Constant map duplicated key.
266 map_literal6_test: RuntimeError # KernelVM bug: Constant map duplicated key.
267
268 const_evaluation_test/01: RuntimeError # KernelVM bug: Reflecting on metadata.
269
270 cyclic_type_test/00: RuntimeError # KernelVM bug: Incorrect type argument.
271 cyclic_type_test/01: RuntimeError # KernelVM bug: Incorrect type argument.
272 cyclic_type_test/03: RuntimeError # KernelVM bug: Incorrect type argument.
273
274 dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language is sue 29125.
275
276 for2_test: RuntimeError # KernelVM bug: Closure conversion?
277 for_variable_capture_test: RuntimeError # KernelVM bug: Closure conversion?
278
279 external_test/13: MissingRuntimeError # KernelVM bug: Unbound external.
280 external_test/20: MissingRuntimeError # KernelVM bug: Unbound external.
281
282 function_subtype2_test: RuntimeError # KernelVM bug: Issue 29409
283 function_subtype_bound_closure3_test: RuntimeError # KernelVM bug: Issue 29409
284 function_subtype_bound_closure4_test: RuntimeError # KernelVM bug: Issue 29409
285 function_subtype_cast1_test: RuntimeError # KernelVM bug: Issue 29409
286 function_subtype_inline0_test: RuntimeError # KernelVM bug: Issue 29409
287 function_subtype_local3_test: RuntimeError # KernelVM bug: Issue 29409
288 function_subtype_local4_test: RuntimeError # KernelVM bug: Issue 29409
289 function_subtype_not1_test: RuntimeError # KernelVM bug: Issue 29409
290 function_type_alias2_test: RuntimeError # KernelVM bug: Issue 29409
291 function_type_alias3_test: RuntimeError # KernelVM bug: Issue 29409
292 function_type_alias4_test: RuntimeError # KernelVM bug: Issue 29409
293 generic_closure_test: RuntimeError # KernelVM bug: Issue 29409
294 generic_method_types_test/01: RuntimeError # KernelVM bug: Issue 29409
295 generic_method_types_test/02: RuntimeError # KernelVM bug: Issue 29409
296 method_override_test: RuntimeError # KernelVM bug: Issue 29409
297 runtime_type_function_test: RuntimeError # KernelVM bug: Issue 29409
298 type_variable_function_type_test: RuntimeError # KernelVM bug: Issue 29409
299
300 large_class_declaration_test: SkipSlow # KernelVM bug: KernelVM Issue 28312
301
302 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101
303 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: I ssue 15101
304 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: I ssue 15101
305 mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: I ssue 15101
306 mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
307
308 mixin_mixin_type_arguments_test: RuntimeError # KernelVM bug: Issue 29537
309 mixin_type_parameters_mixin_extends_test: RuntimeError # KernelVM bug: Issue 295 37
310 mixin_type_parameters_super_extends_test: RuntimeError # KernelVM bug: Issue 295 37
311 mixin_type_parameters_super_test: RuntimeError # KernelVM bug: Issue 29537
312
313 evaluation_redirecting_constructor_test: RuntimeError # KernelVM bug: Field init ializers evaluated multiple times
314 redirecting_constructor_initializer_test: RuntimeError # KernelVM bug: Field ini tializers evaluated multiple times
315
316 vm/regress_27671_test: RuntimeError # KernelVM bug: Problem with checked mode or other VMOptions?
317
318 vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test usi ng extended break syntax.
319 vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test u sing extended break syntax.
320
321 vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM
322
323 list_literal4_test: RuntimeError # KernelVM bug: Checked mode problem: list lite rals aren't checked.
324
325 generic_field_mixin4_test: RuntimeError # KernelVM bug: Issue 29553
326
327 redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory.
328
329 factory_redirection_test/07: MissingCompileTimeError # Fasta bug: Bad constructo r redirection.
330 regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redir ection.
331 regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redi rection.
332 regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor re direction.
333
334 vm/type_vm_test: RuntimeError # Fasta bug: Bad position information in stack tra ce.
335
336 constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redi recting constructor.
337
338 const_factory_with_body_test/01: MissingCompileTimeError # Fasta bug: Const fact ory with body.
339
340 const_instance_field_test/01: MissingCompileTimeError # Fasta bug: Const instanc e field.
341
342 cyclic_constructor_test/01: MissingCompileTimeError # Fasta bug: Cyclic construc tor redirection.
343
344 cyclic_typedef_test/10: MissingCompileTimeError # Fasta bug: Cyclic typedef via type variable.
345 cyclic_typedef_test/11: MissingCompileTimeError # Fasta bug: Cyclic typedef via type variable.
346
347 const_optional_args_negative_test: Fail # Fasta bug: Default parameter values mu st be const.
348
349 named_parameters_default_eq_test/02: MissingCompileTimeError # Fasta bug: Defaul t values are not allowed on redirecting factory constructors.
350 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
351 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
352
353 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
354 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr ivate constructor.
355
356 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r efers to this.
357
358 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta .
359
360 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported.
361 export_main_test: CompileTimeError # Fasta bug: Main is exported.
362
363 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer.
364
365 method_name_test: CompileTimeError # Fasta bug: Parser bug.
366
367 generic_metadata_test/02: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?!
368 generic_metadata_test/03: MissingCompileTimeError # Fasta bug: Type arguments ar en't allowed on metadata?!
369
370 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference.
356 371
357 # dartk: JIT & AOT failures (debug) 372 # dartk: JIT & AOT failures (debug)
358 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 373 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
359 const_instance_field_test/01: Crash 374 const_instance_field_test/01: Crash
360 cyclic_type_variable_test/01: Crash 375 cyclic_type_variable_test/01: Crash
361 cyclic_type_variable_test/02: Crash 376 cyclic_type_variable_test/02: Crash
362 cyclic_type_variable_test/03: Crash 377 cyclic_type_variable_test/03: Crash
363 cyclic_type_variable_test/04: Crash 378 cyclic_type_variable_test/04: Crash
364 cyclic_type_variable_test/none: Crash 379 cyclic_type_variable_test/none: Crash
365 switch1_negative_test: Crash 380 switch1_negative_test: Crash
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 560 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
546 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 561 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
547 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 562 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
548 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 563 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
549 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 564 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
550 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 565 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
551 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 566 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
552 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 567 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
553 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 568 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
554 case_expression_with_assignment_test/01: Crash # Issue 29379 569 case_expression_with_assignment_test/01: Crash # Issue 29379
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/language/mixin_mixin_type_arguments_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698