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

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

Issue 2802693004: Handle const list and map literals. (Closed)
Patch Set: Created 3 years, 8 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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 bad_initializer1_negative_test: Crash
7 body_less_constructor_wrong_arg_negative_test: Crash 6 body_less_constructor_wrong_arg_negative_test: Crash
8 built_in_identifier_test/01: CompileTimeError 7 built_in_identifier_test/01: CompileTimeError
9 call_nonexistent_static_test/01: CompileTimeError 8 call_nonexistent_static_test/01: CompileTimeError
10 call_nonexistent_static_test/04: CompileTimeError 9 call_nonexistent_static_test/04: CompileTimeError
11 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 10 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
12 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 11 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
13 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 12 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
14 compile_time_constant_c_test/02: MissingCompileTimeError 13 compile_time_constant_c_test/02: MissingCompileTimeError
15 compile_time_constant_c_test/03: MissingCompileTimeError 14 compile_time_constant_c_test/03: MissingCompileTimeError
16 compile_time_constant_k_test/01: RuntimeError 15 compile_time_constant_k_test/01: RuntimeError
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 const_for_in_variable_test/01: MissingCompileTimeError 50 const_for_in_variable_test/01: MissingCompileTimeError
52 const_instance_field_test/01: MissingCompileTimeError 51 const_instance_field_test/01: MissingCompileTimeError
53 const_map2_test/00: MissingCompileTimeError 52 const_map2_test/00: MissingCompileTimeError
54 const_map3_test/00: MissingCompileTimeError 53 const_map3_test/00: MissingCompileTimeError
55 const_nested_test: RuntimeError 54 const_nested_test: RuntimeError
56 const_optional_args_negative_test: Fail 55 const_optional_args_negative_test: Fail
57 const_switch2_test/01: MissingCompileTimeError 56 const_switch2_test/01: MissingCompileTimeError
58 const_syntax_test/01: MissingCompileTimeError 57 const_syntax_test/01: MissingCompileTimeError
59 const_syntax_test/02: MissingCompileTimeError 58 const_syntax_test/02: MissingCompileTimeError
60 const_syntax_test/05: MissingCompileTimeError 59 const_syntax_test/05: MissingCompileTimeError
61 const_types_test/06: CompileTimeError
62 const_types_test/13: CompileTimeError
63 const_types_test/23: MissingCompileTimeError 60 const_types_test/23: MissingCompileTimeError
64 const_types_test/24: MissingCompileTimeError 61 const_types_test/24: MissingCompileTimeError
65 const_types_test/25: MissingCompileTimeError 62 const_types_test/25: MissingCompileTimeError
66 const_types_test/26: MissingCompileTimeError 63 const_types_test/26: MissingCompileTimeError
67 const_types_test/27: MissingCompileTimeError 64 const_types_test/27: MissingCompileTimeError
68 const_types_test/28: MissingCompileTimeError 65 const_types_test/28: MissingCompileTimeError
69 const_types_test/29: MissingCompileTimeError 66 const_types_test/29: MissingCompileTimeError
70 const_types_test/30: MissingCompileTimeError 67 const_types_test/30: MissingCompileTimeError
71 const_types_test/41: MissingCompileTimeError 68 const_types_test/41: MissingCompileTimeError
72 constant_expression_test/01: MissingCompileTimeError 69 constant_expression_test/01: MissingCompileTimeError
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 is_malformed_type_test/98: RuntimeError 269 is_malformed_type_test/98: RuntimeError
273 is_malformed_type_test/99: RuntimeError 270 is_malformed_type_test/99: RuntimeError
274 is_not_class2_test: RuntimeError 271 is_not_class2_test: RuntimeError
275 isnot_malformed_type_test: RuntimeError 272 isnot_malformed_type_test: RuntimeError
276 issue_1751477_test: RuntimeError 273 issue_1751477_test: RuntimeError
277 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 274 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
278 library_ambiguous_test/00: MissingRuntimeError 275 library_ambiguous_test/00: MissingRuntimeError
279 library_ambiguous_test/04: MissingRuntimeError 276 library_ambiguous_test/04: MissingRuntimeError
280 library_env_test/has_html_support: RuntimeError 277 library_env_test/has_html_support: RuntimeError
281 library_env_test/has_no_io_support: RuntimeError 278 library_env_test/has_no_io_support: RuntimeError
282 list_literal2_negative_test: Fail
283 list_literal4_test: RuntimeError 279 list_literal4_test: RuntimeError
284 main_not_a_function_test/01: Crash 280 main_not_a_function_test/01: Crash
285 malformed2_test/00: RuntimeError 281 malformed2_test/00: RuntimeError
286 malformed_inheritance_test/09: MissingCompileTimeError 282 malformed_inheritance_test/09: MissingCompileTimeError
287 malformed_inheritance_test/10: MissingCompileTimeError 283 malformed_inheritance_test/10: MissingCompileTimeError
288 malformed_test/none: RuntimeError 284 malformed_test/none: RuntimeError
289 map_literal2_negative_test: Fail
290 map_literal3_test: RuntimeError 285 map_literal3_test: RuntimeError
291 map_literal6_test: RuntimeError 286 map_literal6_test: RuntimeError
292 metadata_test: CompileTimeError 287 metadata_test: CompileTimeError
293 method_name_test: CompileTimeError 288 method_name_test: CompileTimeError
294 method_override_test: RuntimeError 289 method_override_test: RuntimeError
295 mixin_forwarding_constructor4_test/01: MissingCompileTimeError 290 mixin_forwarding_constructor4_test/01: MissingCompileTimeError
296 mixin_forwarding_constructor4_test/02: MissingCompileTimeError 291 mixin_forwarding_constructor4_test/02: MissingCompileTimeError
297 mixin_forwarding_constructor4_test/03: MissingCompileTimeError 292 mixin_forwarding_constructor4_test/03: MissingCompileTimeError
298 mixin_illegal_constructor_test/01: MissingCompileTimeError 293 mixin_illegal_constructor_test/01: MissingCompileTimeError
299 mixin_illegal_constructor_test/02: MissingCompileTimeError 294 mixin_illegal_constructor_test/02: MissingCompileTimeError
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 vm/closure_memory_retention_test: Skip # Hits OOM 431 vm/closure_memory_retention_test: Skip # Hits OOM
437 vm/debug_break_enabled_vm_test/01: CompileTimeError 432 vm/debug_break_enabled_vm_test/01: CompileTimeError
438 vm/debug_break_enabled_vm_test/none: CompileTimeError 433 vm/debug_break_enabled_vm_test/none: CompileTimeError
439 vm/regress_27201_test: CompileTimeError 434 vm/regress_27201_test: CompileTimeError
440 vm/regress_27671_test: RuntimeError 435 vm/regress_27671_test: RuntimeError
441 vm/type_vm_test: RuntimeError 436 vm/type_vm_test: RuntimeError
442 437
443 # dartk: JIT & AOT failures (debug) 438 # dartk: JIT & AOT failures (debug)
444 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 439 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
445 const_instance_field_test/01: Crash 440 const_instance_field_test/01: Crash
446 list_literal2_negative_test: Crash
447 switch1_negative_test: Crash 441 switch1_negative_test: Crash
448 type_parameter_test/04: Crash 442 type_parameter_test/04: Crash
449 type_parameter_test/05: Crash 443 type_parameter_test/05: Crash
450 444
451 # Triaged checked mode failures 445 # Triaged checked mode failures
452 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 446 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
453 language/regress_22728_test: Fail # Dartk Issue 28498 447 language/regress_22728_test: Fail # Dartk Issue 28498
454 448
455 # dartk: JIT failures 449 # dartk: JIT failures
456 [ $compiler == dartk ] 450 [ $compiler == dartk ]
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 redirecting_factory_malbounded_test/01: Fail 578 redirecting_factory_malbounded_test/01: Fail
585 regress_22728_test: RuntimeError 579 regress_22728_test: RuntimeError
586 regress_26133_test: RuntimeError 580 regress_26133_test: RuntimeError
587 type_parameter_test/01: Fail 581 type_parameter_test/01: Fail
588 type_parameter_test/02: Fail 582 type_parameter_test/02: Fail
589 type_parameter_test/03: Fail 583 type_parameter_test/03: Fail
590 type_parameter_test/04: Fail 584 type_parameter_test/04: Fail
591 type_parameter_test/05: MissingCompileTimeError 585 type_parameter_test/05: MissingCompileTimeError
592 type_parameter_test/06: Fail 586 type_parameter_test/06: Fail
593 type_variable_bounds4_test/01: RuntimeError 587 type_variable_bounds4_test/01: RuntimeError
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