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

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

Issue 2624273002: VM: [Kernel] Fix constructor invocations by creating the unfolded type argument vector (Closed)
Patch Set: Created 3 years, 11 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
« runtime/vm/kernel_to_il.cc ('K') | « tests/co19/co19-kernel.status ('k') | no next file » | 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
8 8
9 ############################################################################### 9 ###############################################################################
10 # Dartk Entries 10 # Dartk Entries
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 deferred_static_seperate_test: RuntimeError 145 deferred_static_seperate_test: RuntimeError
146 deferred_super_dependency_test/01: RuntimeError 146 deferred_super_dependency_test/01: RuntimeError
147 deferred_type_dependency_test/as: RuntimeError 147 deferred_type_dependency_test/as: RuntimeError
148 deferred_type_dependency_test/is: RuntimeError 148 deferred_type_dependency_test/is: RuntimeError
149 deferred_type_dependency_test/none: RuntimeError 149 deferred_type_dependency_test/none: RuntimeError
150 deferred_type_dependency_test/type_annotation: RuntimeError 150 deferred_type_dependency_test/type_annotation: RuntimeError
151 evaluation_redirecting_constructor_test: RuntimeError 151 evaluation_redirecting_constructor_test: RuntimeError
152 external_test/10: MissingRuntimeError 152 external_test/10: MissingRuntimeError
153 external_test/13: MissingRuntimeError 153 external_test/13: MissingRuntimeError
154 external_test/20: MissingRuntimeError 154 external_test/20: MissingRuntimeError
155 f_bounded_equality_test: RuntimeError
156 fixed_type_variable2_test/02: RuntimeError
157 fixed_type_variable2_test/04: RuntimeError
158 fixed_type_variable2_test/06: RuntimeError
159 fixed_type_variable_test/02: RuntimeError
160 fixed_type_variable_test/04: RuntimeError
161 fixed_type_variable_test/06: RuntimeError
162 for2_test: RuntimeError 155 for2_test: RuntimeError
163 for_variable_capture_test: RuntimeError 156 for_variable_capture_test: RuntimeError
164 function_subtype2_test: RuntimeError 157 function_subtype2_test: RuntimeError
165 function_subtype_bound_closure3_test: RuntimeError 158 function_subtype_bound_closure3_test: RuntimeError
166 function_subtype_bound_closure4_test: RuntimeError 159 function_subtype_bound_closure4_test: RuntimeError
167 function_subtype_cast1_test: RuntimeError 160 function_subtype_cast1_test: RuntimeError
168 function_subtype_inline0_test: RuntimeError 161 function_subtype_inline0_test: RuntimeError
169 function_subtype_local3_test: RuntimeError 162 function_subtype_local3_test: RuntimeError
170 function_subtype_local4_test: RuntimeError 163 function_subtype_local4_test: RuntimeError
171 function_subtype_not1_test: RuntimeError 164 function_subtype_not1_test: RuntimeError
172 function_type_alias2_test: RuntimeError 165 function_type_alias2_test: RuntimeError
173 function_type_alias3_test: RuntimeError 166 function_type_alias3_test: RuntimeError
174 function_type_alias4_test: RuntimeError 167 function_type_alias4_test: RuntimeError
175 generic2_test: RuntimeError
176 generic_closure_test: RuntimeError 168 generic_closure_test: RuntimeError
177 generic_creation_test: RuntimeError
178 generic_field_mixin4_test: RuntimeError 169 generic_field_mixin4_test: RuntimeError
179 generic_inheritance_test: RuntimeError
180 generic_method_types_test: Pass, RuntimeError 170 generic_method_types_test: Pass, RuntimeError
181 generic_test: RuntimeError 171 generic_test: RuntimeError
182 getter_closure_execution_order_test: RuntimeError 172 getter_closure_execution_order_test: RuntimeError
183 getter_setter_in_lib_test: RuntimeError 173 getter_setter_in_lib_test: RuntimeError
184 inferrer_closure_test: RuntimeError 174 inferrer_closure_test: RuntimeError
185 initializing_formal_final_test: RuntimeError 175 initializing_formal_final_test: RuntimeError
186 is_not_class2_test: RuntimeError 176 is_not_class2_test: RuntimeError
187 issue13474_test: RuntimeError 177 issue13474_test: RuntimeError
188 issue_1751477_test: RuntimeError 178 issue_1751477_test: RuntimeError
189 library_env_test/has_html_support: RuntimeError 179 library_env_test/has_html_support: RuntimeError
190 library_env_test/has_no_io_support: RuntimeError 180 library_env_test/has_no_io_support: RuntimeError
191 list_literal4_test: RuntimeError 181 list_literal4_test: RuntimeError
192 malformed_test/none: RuntimeError 182 malformed_test/none: RuntimeError
193 map_literal3_test: RuntimeError 183 map_literal3_test: RuntimeError
194 map_literal4_test: RuntimeError # Checked Mode Issue 184 map_literal4_test: RuntimeError # Checked Mode Issue
195 map_literal6_test: RuntimeError 185 map_literal6_test: RuntimeError
196 method_override_test: RuntimeError 186 method_override_test: RuntimeError
197 mixin_mixin2_test: RuntimeError
198 mixin_type_parameters_super_extends_test: RuntimeError 187 mixin_type_parameters_super_extends_test: RuntimeError
199 mixin_type_parameters_super_test: RuntimeError 188 mixin_type_parameters_super_test: RuntimeError
200 multiline_newline_test/none: RuntimeError 189 multiline_newline_test/none: RuntimeError
201 named_parameters_type_test/01: MissingRuntimeError 190 named_parameters_type_test/01: MissingRuntimeError
202 named_parameters_type_test/02: MissingRuntimeError 191 named_parameters_type_test/02: MissingRuntimeError
203 named_parameters_type_test/03: MissingRuntimeError 192 named_parameters_type_test/03: MissingRuntimeError
204 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 193 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
205 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 194 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
206 number_identifier_test/05: RuntimeError 195 number_identifier_test/05: RuntimeError
207 positional_parameters_type_test/01: MissingRuntimeError 196 positional_parameters_type_test/01: MissingRuntimeError
208 positional_parameters_type_test/02: MissingRuntimeError 197 positional_parameters_type_test/02: MissingRuntimeError
209 prefix10_negative_test: Fail 198 prefix10_negative_test: Fail
210 prefix21_test: RuntimeError 199 prefix21_test: RuntimeError
211 redirecting_constructor_initializer_test: RuntimeError 200 redirecting_constructor_initializer_test: RuntimeError
212 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 201 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
213 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 202 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
214 regress_r24720_test: RuntimeError
215 regress_28278_test: RuntimeError # Mirrors Issue 203 regress_28278_test: RuntimeError # Mirrors Issue
216 script1_negative_test: Fail 204 script1_negative_test: Fail
217 script2_negative_test: Fail 205 script2_negative_test: Fail
218 setter_no_getter_call_test/none: RuntimeError 206 setter_no_getter_call_test/none: RuntimeError
219 static_setter_get_test/01: RuntimeError 207 static_setter_get_test/01: RuntimeError
220 switch7_negative_test: Fail 208 switch7_negative_test: Fail
221 switch_try_catch_test: RuntimeError 209 switch_try_catch_test: RuntimeError
222 try_catch_on_syntax_test/10: MissingRuntimeError 210 try_catch_on_syntax_test/10: MissingRuntimeError
223 try_catch_on_syntax_test/11: MissingRuntimeError 211 try_catch_on_syntax_test/11: MissingRuntimeError
224 try_finally_regress_25654_test: RuntimeError 212 try_finally_regress_25654_test: RuntimeError
(...skipping 19 matching lines...) Expand all
244 232
245 # dartk: precompilation failures 233 # dartk: precompilation failures
246 [ $compiler == dartkp && $runtime == dart_precompiled ] 234 [ $compiler == dartkp && $runtime == dart_precompiled ]
247 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 235 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
248 string_interpolation7_test: RuntimeError # Dartk Issue 28306 236 string_interpolation7_test: RuntimeError # Dartk Issue 28306
249 237
250 # dartk: precompilation failures (debug) 238 # dartk: precompilation failures (debug)
251 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 239 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
252 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 240 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
253 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 241 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« runtime/vm/kernel_to_il.cc ('K') | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698