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

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

Issue 2623143003: VM: [Kernel] Make type literals which refer to type parameters work (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
« no previous file with comments | « 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 accessor_conflict_export_test: RuntimeError 114 accessor_conflict_export_test: RuntimeError
115 accessor_conflict_import2_test: RuntimeError 115 accessor_conflict_import2_test: RuntimeError
116 accessor_conflict_import_prefixed2_test: RuntimeError 116 accessor_conflict_import_prefixed2_test: RuntimeError
117 accessor_conflict_import_prefixed_test: RuntimeError 117 accessor_conflict_import_prefixed_test: RuntimeError
118 accessor_conflict_import_test: RuntimeError 118 accessor_conflict_import_test: RuntimeError
119 assertion_test: RuntimeError 119 assertion_test: RuntimeError
120 bad_raw_string_negative_test: Fail 120 bad_raw_string_negative_test: Fail
121 cha_deopt1_test: RuntimeError 121 cha_deopt1_test: RuntimeError
122 cha_deopt2_test: RuntimeError 122 cha_deopt2_test: RuntimeError
123 cha_deopt3_test: RuntimeError 123 cha_deopt3_test: RuntimeError
124 closure_type_variable_test: RuntimeError
125 closures_initializer_test: RuntimeError
126 compile_time_constant12_test: Crash 124 compile_time_constant12_test: Crash
127 compile_time_constant_k_test/01: RuntimeError 125 compile_time_constant_k_test/01: RuntimeError
128 compile_time_constant_k_test/02: RuntimeError 126 compile_time_constant_k_test/02: RuntimeError
129 compile_time_constant_k_test/03: RuntimeError 127 compile_time_constant_k_test/03: RuntimeError
130 compile_time_constant_o_test/01: RuntimeError 128 compile_time_constant_o_test/01: RuntimeError
131 compile_time_constant_o_test/02: RuntimeError 129 compile_time_constant_o_test/02: RuntimeError
132 config_import_test: RuntimeError 130 config_import_test: RuntimeError
133 const_dynamic_type_literal_test/02: RuntimeError 131 const_dynamic_type_literal_test/02: RuntimeError
134 const_error_multiply_initialized_test/02: RuntimeError 132 const_error_multiply_initialized_test/02: RuntimeError
135 const_error_multiply_initialized_test/04: RuntimeError 133 const_error_multiply_initialized_test/04: RuntimeError
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 example_constructor_test: RuntimeError 200 example_constructor_test: RuntimeError
203 external_test/10: MissingRuntimeError 201 external_test/10: MissingRuntimeError
204 external_test/13: MissingRuntimeError 202 external_test/13: MissingRuntimeError
205 external_test/20: MissingRuntimeError 203 external_test/20: MissingRuntimeError
206 f_bounded_equality_test: RuntimeError 204 f_bounded_equality_test: RuntimeError
207 field_initialization_order_test: RuntimeError 205 field_initialization_order_test: RuntimeError
208 final_field_initialization_order_test: RuntimeError 206 final_field_initialization_order_test: RuntimeError
209 fixed_type_variable2_test/02: RuntimeError 207 fixed_type_variable2_test/02: RuntimeError
210 fixed_type_variable2_test/04: RuntimeError 208 fixed_type_variable2_test/04: RuntimeError
211 fixed_type_variable2_test/06: RuntimeError 209 fixed_type_variable2_test/06: RuntimeError
212 fixed_type_variable_test/01: RuntimeError
213 fixed_type_variable_test/02: RuntimeError 210 fixed_type_variable_test/02: RuntimeError
214 fixed_type_variable_test/03: RuntimeError
215 fixed_type_variable_test/04: RuntimeError 211 fixed_type_variable_test/04: RuntimeError
216 fixed_type_variable_test/05: RuntimeError
217 fixed_type_variable_test/06: RuntimeError 212 fixed_type_variable_test/06: RuntimeError
218 for2_test: RuntimeError 213 for2_test: RuntimeError
219 for_variable_capture_test: RuntimeError 214 for_variable_capture_test: RuntimeError
220 function_subtype2_test: RuntimeError 215 function_subtype2_test: RuntimeError
221 function_subtype_bound_closure3_test: RuntimeError 216 function_subtype_bound_closure3_test: RuntimeError
222 function_subtype_bound_closure4_test: RuntimeError 217 function_subtype_bound_closure4_test: RuntimeError
223 function_subtype_cast1_test: RuntimeError 218 function_subtype_cast1_test: RuntimeError
224 function_subtype_inline0_test: RuntimeError 219 function_subtype_inline0_test: RuntimeError
225 function_subtype_local3_test: RuntimeError 220 function_subtype_local3_test: RuntimeError
226 function_subtype_local4_test: RuntimeError 221 function_subtype_local4_test: RuntimeError
227 function_subtype_not1_test: RuntimeError 222 function_subtype_not1_test: RuntimeError
228 function_type_alias2_test: RuntimeError 223 function_type_alias2_test: RuntimeError
229 function_type_alias3_test: RuntimeError 224 function_type_alias3_test: RuntimeError
230 function_type_alias4_test: RuntimeError 225 function_type_alias4_test: RuntimeError
231 generic2_test: RuntimeError 226 generic2_test: RuntimeError
232 generic_closure_test: RuntimeError 227 generic_closure_test: RuntimeError
233 generic_creation_test: RuntimeError 228 generic_creation_test: RuntimeError
234 generic_field_mixin2_test: RuntimeError
235 generic_field_mixin4_test: RuntimeError 229 generic_field_mixin4_test: RuntimeError
236 generic_field_mixin5_test: RuntimeError
237 generic_inheritance_test: RuntimeError 230 generic_inheritance_test: RuntimeError
238 generic_method_types_test: Pass, RuntimeError 231 generic_method_types_test: Pass, RuntimeError
239 generic_methods_type_expression_test: RuntimeError 232 generic_methods_type_expression_test: RuntimeError
240 generic_test: RuntimeError 233 generic_test: RuntimeError
241 getter_closure_execution_order_test: RuntimeError 234 getter_closure_execution_order_test: RuntimeError
242 getter_setter_in_lib_test: RuntimeError 235 getter_setter_in_lib_test: RuntimeError
243 inferrer_closure_test: RuntimeError 236 inferrer_closure_test: RuntimeError
244 initializing_formal_final_test: RuntimeError 237 initializing_formal_final_test: RuntimeError
245 is_not_class2_test: RuntimeError 238 is_not_class2_test: RuntimeError
246 issue13474_test: RuntimeError 239 issue13474_test: RuntimeError
(...skipping 12 matching lines...) Expand all
259 least_upper_bound_expansive_test/12: CompileTimeError 252 least_upper_bound_expansive_test/12: CompileTimeError
260 least_upper_bound_expansive_test/none: CompileTimeError 253 least_upper_bound_expansive_test/none: CompileTimeError
261 library_env_test/has_html_support: RuntimeError 254 library_env_test/has_html_support: RuntimeError
262 library_env_test/has_no_io_support: RuntimeError 255 library_env_test/has_no_io_support: RuntimeError
263 list_literal4_test: RuntimeError 256 list_literal4_test: RuntimeError
264 malformed_test/none: RuntimeError 257 malformed_test/none: RuntimeError
265 map_literal3_test: RuntimeError 258 map_literal3_test: RuntimeError
266 map_literal4_test: RuntimeError 259 map_literal4_test: RuntimeError
267 map_literal6_test: RuntimeError 260 map_literal6_test: RuntimeError
268 method_override_test: RuntimeError 261 method_override_test: RuntimeError
269 mixin_generic_test: RuntimeError
270 mixin_mixin2_test: RuntimeError 262 mixin_mixin2_test: RuntimeError
271 mixin_mixin3_test: RuntimeError
272 mixin_mixin4_test: RuntimeError
273 mixin_mixin5_test: RuntimeError
274 mixin_mixin_bound2_test: RuntimeError
275 mixin_mixin_bound_test: RuntimeError
276 mixin_super_test: RuntimeError
277 mixin_type_parameters_simple_test: RuntimeError
278 mixin_type_parameters_super_extends_test: RuntimeError 263 mixin_type_parameters_super_extends_test: RuntimeError
279 mixin_type_parameters_super_test: RuntimeError 264 mixin_type_parameters_super_test: RuntimeError
280 multiline_newline_test/none: RuntimeError 265 multiline_newline_test/none: RuntimeError
281 named_parameters_type_test/01: MissingRuntimeError 266 named_parameters_type_test/01: MissingRuntimeError
282 named_parameters_type_test/02: MissingRuntimeError 267 named_parameters_type_test/02: MissingRuntimeError
283 named_parameters_type_test/03: MissingRuntimeError 268 named_parameters_type_test/03: MissingRuntimeError
284 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 269 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
285 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 270 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
286 null_test/none: RuntimeError
287 number_identifier_test/05: RuntimeError 271 number_identifier_test/05: RuntimeError
288 positional_parameters_type_test/01: MissingRuntimeError 272 positional_parameters_type_test/01: MissingRuntimeError
289 positional_parameters_type_test/02: MissingRuntimeError 273 positional_parameters_type_test/02: MissingRuntimeError
290 prefix10_negative_test: Fail 274 prefix10_negative_test: Fail
291 prefix21_test: RuntimeError 275 prefix21_test: RuntimeError
292 redirecting_constructor_initializer_test: RuntimeError 276 redirecting_constructor_initializer_test: RuntimeError
293 regress_18713_test: RuntimeError
294 regress_22443_test: RuntimeError 277 regress_22443_test: RuntimeError
295 regress_22700_test: RuntimeError
296 regress_23408_test: RuntimeError 278 regress_23408_test: RuntimeError
297 regress_27164_test: CompileTimeError 279 regress_27164_test: CompileTimeError
298 regress_r24720_test: RuntimeError 280 regress_r24720_test: RuntimeError
299 regress_28278_test: RuntimeError 281 regress_28278_test: RuntimeError
300 reify_typevar_test: RuntimeError
301 script1_negative_test: Fail 282 script1_negative_test: Fail
302 script2_negative_test: Fail 283 script2_negative_test: Fail
303 setter_no_getter_call_test/none: RuntimeError 284 setter_no_getter_call_test/none: RuntimeError
304 static_setter_get_test/01: RuntimeError 285 static_setter_get_test/01: RuntimeError
305 super_test: RuntimeError 286 super_test: RuntimeError
306 switch7_negative_test: Fail 287 switch7_negative_test: Fail
307 switch_try_catch_test: RuntimeError 288 switch_try_catch_test: RuntimeError
308 try_catch_on_syntax_test/10: MissingRuntimeError 289 try_catch_on_syntax_test/10: MissingRuntimeError
309 try_catch_on_syntax_test/11: MissingRuntimeError 290 try_catch_on_syntax_test/11: MissingRuntimeError
310 try_finally_regress_25654_test: RuntimeError 291 try_finally_regress_25654_test: RuntimeError
311 type_checks_in_factory_method_test: RuntimeError 292 type_checks_in_factory_method_test: RuntimeError
312 type_parameter_literal_test: RuntimeError
313 type_variable_function_type_test: RuntimeError 293 type_variable_function_type_test: RuntimeError
314 vm/type_cast_vm_test: RuntimeError 294 vm/type_cast_vm_test: RuntimeError
315 vm/type_vm_test: RuntimeError 295 vm/type_vm_test: RuntimeError
316 296
317 # dartk: JIT failures 297 # dartk: JIT failures
318 [ $compiler == dartk && $runtime == vm ] 298 [ $compiler == dartk && $runtime == vm ]
319 const_evaluation_test/01: RuntimeError 299 const_evaluation_test/01: RuntimeError
320 const_locals_test: RuntimeError 300 const_locals_test: RuntimeError
321 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 301 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
322 const_string_test: RuntimeError # Dartk Issue 28306 302 const_string_test: RuntimeError # Dartk Issue 28306
323 instance_creation_in_function_annotation_test: RuntimeError 303 instance_creation_in_function_annotation_test: RuntimeError
324 library_env_test/has_no_mirror_support: RuntimeError 304 library_env_test/has_no_mirror_support: RuntimeError
325 redirecting_factory_reflection_test: RuntimeError 305 redirecting_factory_reflection_test: RuntimeError
326 306
327 # dartk: JIT failures (debug) 307 # dartk: JIT failures (debug)
328 [ $compiler == dartk && $runtime == vm && $mode == debug ] 308 [ $compiler == dartk && $runtime == vm && $mode == debug ]
329 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 309 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
330 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 310 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
331 311
332 # dartk: precompilation failures 312 # dartk: precompilation failures
333 [ $compiler == dartkp && $runtime == dart_precompiled ] 313 [ $compiler == dartkp && $runtime == dart_precompiled ]
334 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 314 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
335 string_interpolation7_test: RuntimeError # Dartk Issue 28306 315 string_interpolation7_test: RuntimeError # Dartk Issue 28306
336 316
337 # dartk: precompilation failures (debug) 317 # dartk: precompilation failures (debug)
338 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 318 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
339 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 319 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
340 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 320 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698