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

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

Issue 2777533002: Report compile-time error on invalid constructors. (Closed)
Patch Set: Update status files. Created 3 years, 9 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 abstract_beats_arguments_test: RuntimeError 6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError 7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError 8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 9 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 10 accessor_conflict_export_test: RuntimeError
(...skipping 17 matching lines...) Expand all
28 body_less_constructor_wrong_arg_negative_test: Crash 28 body_less_constructor_wrong_arg_negative_test: Crash
29 built_in_identifier_test/01: CompileTimeError 29 built_in_identifier_test/01: CompileTimeError
30 call_nonexistent_static_test/01: CompileTimeError 30 call_nonexistent_static_test/01: CompileTimeError
31 call_nonexistent_static_test/04: CompileTimeError 31 call_nonexistent_static_test/04: CompileTimeError
32 call_nonexistent_static_test/06: CompileTimeError 32 call_nonexistent_static_test/06: CompileTimeError
33 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 33 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
34 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 34 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
35 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 35 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
36 compile_time_constant10_test/none: CompileTimeError 36 compile_time_constant10_test/none: CompileTimeError
37 compile_time_constant13_test/03: MissingCompileTimeError 37 compile_time_constant13_test/03: MissingCompileTimeError
38 compile_time_constant_arguments_test/01: MissingCompileTimeError
39 compile_time_constant_arguments_test/02: MissingCompileTimeError
40 compile_time_constant_arguments_test/03: MissingCompileTimeError
41 compile_time_constant_arguments_test/04: MissingCompileTimeError
42 compile_time_constant_arguments_test/05: MissingCompileTimeError
43 compile_time_constant_arguments_test/06: MissingCompileTimeError
44 compile_time_constant_c_test/02: MissingCompileTimeError 38 compile_time_constant_c_test/02: MissingCompileTimeError
45 compile_time_constant_c_test/03: MissingCompileTimeError 39 compile_time_constant_c_test/03: MissingCompileTimeError
46 compile_time_constant_k_test/01: RuntimeError 40 compile_time_constant_k_test/01: RuntimeError
47 compile_time_constant_k_test/02: RuntimeError 41 compile_time_constant_k_test/02: RuntimeError
48 compile_time_constant_k_test/03: RuntimeError 42 compile_time_constant_k_test/03: RuntimeError
49 compile_time_constant_o_test/01: RuntimeError 43 compile_time_constant_o_test/01: RuntimeError
50 compile_time_constant_o_test/02: RuntimeError 44 compile_time_constant_o_test/02: RuntimeError
51 compile_time_constant_p_test/01: Crash
52 compile_time_constant_r_test/01: Crash 45 compile_time_constant_r_test/01: Crash
53 compile_time_constant_r_test/02: Crash 46 compile_time_constant_r_test/02: Crash
54 compile_time_constant_r_test/03: Crash 47 compile_time_constant_r_test/03: Crash
55 compile_time_constant_test/01: MissingCompileTimeError 48 compile_time_constant_test/01: MissingCompileTimeError
56 conditional_import_string_test: RuntimeError 49 conditional_import_string_test: RuntimeError
57 conditional_import_test: RuntimeError 50 conditional_import_test: RuntimeError
58 conditional_method_invocation_test/11: MissingCompileTimeError 51 conditional_method_invocation_test/11: MissingCompileTimeError
59 conditional_property_access_test/09: MissingCompileTimeError 52 conditional_property_access_test/09: MissingCompileTimeError
60 conditional_property_assignment_test/20: MissingCompileTimeError 53 conditional_property_assignment_test/20: MissingCompileTimeError
61 conditional_property_assignment_test/21: MissingCompileTimeError 54 conditional_property_assignment_test/21: MissingCompileTimeError
62 conditional_property_assignment_test/22: MissingCompileTimeError 55 conditional_property_assignment_test/22: MissingCompileTimeError
63 config_import_corelib_test: RuntimeError 56 config_import_corelib_test: RuntimeError
64 config_import_test: RuntimeError 57 config_import_test: RuntimeError
65 const_conditional_test/08: MissingCompileTimeError 58 const_conditional_test/08: MissingCompileTimeError
66 const_constructor_mixin2_test/01: MissingCompileTimeError 59 const_constructor_mixin2_test/01: MissingCompileTimeError
67 const_constructor_mixin3_test/01: MissingCompileTimeError 60 const_constructor_mixin3_test/01: MissingCompileTimeError
68 const_constructor_mixin_test/01: MissingCompileTimeError 61 const_constructor_mixin_test/01: MissingCompileTimeError
69 const_constructor_nonconst_field_test/01: MissingCompileTimeError 62 const_constructor_nonconst_field_test/01: MissingCompileTimeError
70 const_constructor_super_test/01: MissingCompileTimeError 63 const_constructor_super_test/01: MissingCompileTimeError
71 const_constructor_super_test/02: Crash
72 const_constructor_syntax_test/01: MissingCompileTimeError 64 const_constructor_syntax_test/01: MissingCompileTimeError
73 const_constructor_syntax_test/02: MissingCompileTimeError 65 const_constructor_syntax_test/02: MissingCompileTimeError
74 const_constructor_syntax_test/03: MissingCompileTimeError 66 const_constructor_syntax_test/03: MissingCompileTimeError
75 const_constructor_syntax_test/04: MissingCompileTimeError 67 const_constructor_syntax_test/04: MissingCompileTimeError
76 const_constructor_test/01: MissingCompileTimeError 68 const_constructor_test/01: MissingCompileTimeError
77 const_dynamic_type_literal_test/02: RuntimeError 69 const_dynamic_type_literal_test/02: RuntimeError
78 const_error_multiply_initialized_test/01: MissingCompileTimeError 70 const_error_multiply_initialized_test/01: MissingCompileTimeError
79 const_error_multiply_initialized_test/02: RuntimeError 71 const_error_multiply_initialized_test/02: RuntimeError
80 const_error_multiply_initialized_test/03: MissingCompileTimeError 72 const_error_multiply_initialized_test/03: MissingCompileTimeError
81 const_error_multiply_initialized_test/04: RuntimeError 73 const_error_multiply_initialized_test/04: RuntimeError
82 const_evaluation_test/01: CompileTimeError 74 const_evaluation_test/01: CompileTimeError
83 const_evaluation_test/none: CompileTimeError 75 const_evaluation_test/none: CompileTimeError
84 const_factory_with_body_test/01: MissingCompileTimeError 76 const_factory_with_body_test/01: MissingCompileTimeError
85 const_for_in_variable_test/01: MissingCompileTimeError 77 const_for_in_variable_test/01: MissingCompileTimeError
86 const_instance_field_test/01: MissingCompileTimeError 78 const_instance_field_test/01: MissingCompileTimeError
87 const_map2_test/00: MissingCompileTimeError 79 const_map2_test/00: MissingCompileTimeError
88 const_map3_test/00: MissingCompileTimeError 80 const_map3_test/00: MissingCompileTimeError
89 const_nested_test: RuntimeError 81 const_nested_test: RuntimeError
90 const_optional_args_negative_test: Fail 82 const_optional_args_negative_test: Fail
91 const_string_test: CompileTimeError 83 const_string_test: CompileTimeError
92 const_switch2_test/01: MissingCompileTimeError 84 const_switch2_test/01: MissingCompileTimeError
93 const_syntax_test/none: CompileTimeError 85 const_syntax_test/none: CompileTimeError
94 const_types_test/06: CompileTimeError 86 const_types_test/06: CompileTimeError
95 const_types_test/13: CompileTimeError 87 const_types_test/13: CompileTimeError
96 const_types_test/16: MissingCompileTimeError
97 const_types_test/17: MissingCompileTimeError
98 const_types_test/23: MissingCompileTimeError 88 const_types_test/23: MissingCompileTimeError
99 const_types_test/24: MissingCompileTimeError 89 const_types_test/24: MissingCompileTimeError
100 const_types_test/25: MissingCompileTimeError 90 const_types_test/25: MissingCompileTimeError
101 const_types_test/26: MissingCompileTimeError 91 const_types_test/26: MissingCompileTimeError
102 const_types_test/27: MissingCompileTimeError 92 const_types_test/27: MissingCompileTimeError
103 const_types_test/28: MissingCompileTimeError 93 const_types_test/28: MissingCompileTimeError
104 const_types_test/29: MissingCompileTimeError 94 const_types_test/29: MissingCompileTimeError
105 const_types_test/30: MissingCompileTimeError 95 const_types_test/30: MissingCompileTimeError
106 const_types_test/41: MissingCompileTimeError 96 const_types_test/41: MissingCompileTimeError
107 constant_expression_test/01: MissingCompileTimeError 97 constant_expression_test/01: MissingCompileTimeError
108 constant_expression_test/03: MissingCompileTimeError 98 constant_expression_test/03: MissingCompileTimeError
109 constant_locals_test/01: MissingCompileTimeError 99 constant_locals_test/01: MissingCompileTimeError
110 constructor10_test/00: Crash
111 constructor10_test/01: Crash
112 constructor10_test/02: Crash
113 constructor_duplicate_final_test/01: MissingRuntimeError 100 constructor_duplicate_final_test/01: MissingRuntimeError
114 constructor_duplicate_final_test/02: MissingRuntimeError 101 constructor_duplicate_final_test/02: MissingRuntimeError
115 constructor_duplicate_initializers_test/03: MissingCompileTimeError 102 constructor_duplicate_initializers_test/03: MissingCompileTimeError
116 constructor_redirect2_test/01: MissingCompileTimeError 103 constructor_redirect2_test/01: MissingCompileTimeError
117 constructor_redirect_test/01: MissingCompileTimeError 104 constructor_redirect_test/01: MissingCompileTimeError
118 covariant_test/02: MissingCompileTimeError 105 covariant_test/02: MissingCompileTimeError
119 covariant_test/08: MissingCompileTimeError 106 covariant_test/08: MissingCompileTimeError
120 covariant_test/12: MissingCompileTimeError 107 covariant_test/12: MissingCompileTimeError
121 covariant_test/14: MissingCompileTimeError 108 covariant_test/14: MissingCompileTimeError
122 covariant_test/16: MissingCompileTimeError 109 covariant_test/16: MissingCompileTimeError
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 deferred_shared_and_unshared_classes_test: RuntimeError 202 deferred_shared_and_unshared_classes_test: RuntimeError
216 deferred_static_seperate_test: RuntimeError 203 deferred_static_seperate_test: RuntimeError
217 deferred_super_dependency_test/01: RuntimeError 204 deferred_super_dependency_test/01: RuntimeError
218 deferred_type_dependency_test/as: RuntimeError 205 deferred_type_dependency_test/as: RuntimeError
219 deferred_type_dependency_test/is: RuntimeError 206 deferred_type_dependency_test/is: RuntimeError
220 deferred_type_dependency_test/none: RuntimeError 207 deferred_type_dependency_test/none: RuntimeError
221 deferred_type_dependency_test/type_annotation: RuntimeError 208 deferred_type_dependency_test/type_annotation: RuntimeError
222 dynamic_prefix_core_test/01: RuntimeError 209 dynamic_prefix_core_test/01: RuntimeError
223 enum_private_test/02: RuntimeError 210 enum_private_test/02: RuntimeError
224 enum_syntax_test/06: MissingCompileTimeError 211 enum_syntax_test/06: MissingCompileTimeError
225 enum_syntax_test/20: Crash
226 enum_syntax_test/21: MissingCompileTimeError 212 enum_syntax_test/21: MissingCompileTimeError
227 enum_syntax_test/22: Crash
228 enum_syntax_test/30: MissingCompileTimeError 213 enum_syntax_test/30: MissingCompileTimeError
229 evaluation_redirecting_constructor_test: RuntimeError 214 evaluation_redirecting_constructor_test: RuntimeError
230 export_ambiguous_main_negative_test: Crash 215 export_ambiguous_main_negative_test: Crash
231 export_double_same_main_test: Crash 216 export_double_same_main_test: Crash
232 export_main_test: Crash 217 export_main_test: Crash
233 export_private_test/01: MissingCompileTimeError 218 export_private_test/01: MissingCompileTimeError
234 external_test/11: MissingCompileTimeError 219 external_test/11: MissingCompileTimeError
235 external_test/12: MissingCompileTimeError 220 external_test/12: MissingCompileTimeError
236 external_test/13: MissingRuntimeError 221 external_test/13: MissingRuntimeError
237 external_test/20: MissingRuntimeError 222 external_test/20: MissingRuntimeError
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 malformed2_test/00: RuntimeError 324 malformed2_test/00: RuntimeError
340 malformed_inheritance_test/09: MissingCompileTimeError 325 malformed_inheritance_test/09: MissingCompileTimeError
341 malformed_inheritance_test/10: MissingCompileTimeError 326 malformed_inheritance_test/10: MissingCompileTimeError
342 malformed_test/none: RuntimeError 327 malformed_test/none: RuntimeError
343 map_literal2_negative_test: Fail 328 map_literal2_negative_test: Fail
344 map_literal3_test: RuntimeError 329 map_literal3_test: RuntimeError
345 map_literal6_test: RuntimeError 330 map_literal6_test: RuntimeError
346 metadata_test: CompileTimeError 331 metadata_test: CompileTimeError
347 method_name_test: CompileTimeError 332 method_name_test: CompileTimeError
348 method_override_test: RuntimeError 333 method_override_test: RuntimeError
349 missing_const_constructor_test/02: MissingCompileTimeError
350 missing_const_constructor_test/03: MissingCompileTimeError
351 missing_part_of_tag_test/01: MissingCompileTimeError 334 missing_part_of_tag_test/01: MissingCompileTimeError
352 mixin_forwarding_constructor4_test/01: MissingCompileTimeError 335 mixin_forwarding_constructor4_test/01: MissingCompileTimeError
353 mixin_forwarding_constructor4_test/02: MissingCompileTimeError 336 mixin_forwarding_constructor4_test/02: MissingCompileTimeError
354 mixin_forwarding_constructor4_test/03: MissingCompileTimeError 337 mixin_forwarding_constructor4_test/03: MissingCompileTimeError
355 mixin_illegal_constructor_test/01: MissingCompileTimeError 338 mixin_illegal_constructor_test/01: MissingCompileTimeError
356 mixin_illegal_constructor_test/02: MissingCompileTimeError 339 mixin_illegal_constructor_test/02: MissingCompileTimeError
357 mixin_illegal_constructor_test/03: MissingCompileTimeError 340 mixin_illegal_constructor_test/03: MissingCompileTimeError
358 mixin_illegal_constructor_test/04: MissingCompileTimeError 341 mixin_illegal_constructor_test/04: MissingCompileTimeError
359 mixin_illegal_constructor_test/05: MissingCompileTimeError 342 mixin_illegal_constructor_test/05: MissingCompileTimeError
360 mixin_illegal_constructor_test/06: MissingCompileTimeError 343 mixin_illegal_constructor_test/06: MissingCompileTimeError
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 private_access_test/06: RuntimeError 389 private_access_test/06: RuntimeError
407 private_super_constructor_test/01: MissingCompileTimeError 390 private_super_constructor_test/01: MissingCompileTimeError
408 proxy3_test/01: CompileTimeError 391 proxy3_test/01: CompileTimeError
409 proxy3_test/02: CompileTimeError 392 proxy3_test/02: CompileTimeError
410 proxy3_test/03: CompileTimeError 393 proxy3_test/03: CompileTimeError
411 proxy3_test/04: CompileTimeError 394 proxy3_test/04: CompileTimeError
412 proxy3_test/none: CompileTimeError 395 proxy3_test/none: CompileTimeError
413 redirecting_constructor_initializer_test: RuntimeError 396 redirecting_constructor_initializer_test: RuntimeError
414 redirecting_factory_default_values_test/01: MissingCompileTimeError 397 redirecting_factory_default_values_test/01: MissingCompileTimeError
415 redirecting_factory_default_values_test/02: MissingCompileTimeError 398 redirecting_factory_default_values_test/02: MissingCompileTimeError
416 redirecting_factory_infinite_steps_test/02: Crash
417 redirecting_factory_long_test: RuntimeError 399 redirecting_factory_long_test: RuntimeError
418 ref_before_declaration_test/00: MissingCompileTimeError 400 ref_before_declaration_test/00: MissingCompileTimeError
419 ref_before_declaration_test/01: MissingCompileTimeError 401 ref_before_declaration_test/01: MissingCompileTimeError
420 ref_before_declaration_test/02: MissingCompileTimeError 402 ref_before_declaration_test/02: MissingCompileTimeError
421 ref_before_declaration_test/03: MissingCompileTimeError 403 ref_before_declaration_test/03: MissingCompileTimeError
422 ref_before_declaration_test/04: MissingCompileTimeError 404 ref_before_declaration_test/04: MissingCompileTimeError
423 ref_before_declaration_test/05: MissingCompileTimeError 405 ref_before_declaration_test/05: MissingCompileTimeError
424 ref_before_declaration_test/06: MissingCompileTimeError 406 ref_before_declaration_test/06: MissingCompileTimeError
425 ref_before_declaration_test/07: MissingCompileTimeError 407 ref_before_declaration_test/07: MissingCompileTimeError
426 regress_13494_test: CompileTimeError 408 regress_13494_test: CompileTimeError
(...skipping 18 matching lines...) Expand all
445 static_parameter_test/03: MissingCompileTimeError 427 static_parameter_test/03: MissingCompileTimeError
446 static_parameter_test/04: MissingCompileTimeError 428 static_parameter_test/04: MissingCompileTimeError
447 static_parameter_test/05: MissingCompileTimeError 429 static_parameter_test/05: MissingCompileTimeError
448 static_parameter_test/06: MissingCompileTimeError 430 static_parameter_test/06: MissingCompileTimeError
449 static_parameter_test/07: MissingCompileTimeError 431 static_parameter_test/07: MissingCompileTimeError
450 static_parameter_test/08: MissingCompileTimeError 432 static_parameter_test/08: MissingCompileTimeError
451 static_parameter_test/09: MissingCompileTimeError 433 static_parameter_test/09: MissingCompileTimeError
452 static_parameter_test/10: MissingCompileTimeError 434 static_parameter_test/10: MissingCompileTimeError
453 static_parameter_test/11: MissingCompileTimeError 435 static_parameter_test/11: MissingCompileTimeError
454 static_parameter_test/12: MissingCompileTimeError 436 static_parameter_test/12: MissingCompileTimeError
455 super_call3_test/02: Crash
456 super_conditional_operator_test/01: MissingCompileTimeError 437 super_conditional_operator_test/01: MissingCompileTimeError
457 super_conditional_operator_test/02: MissingCompileTimeError 438 super_conditional_operator_test/02: MissingCompileTimeError
458 super_conditional_operator_test/03: MissingCompileTimeError 439 super_conditional_operator_test/03: MissingCompileTimeError
459 super_conditional_operator_test/04: MissingCompileTimeError 440 super_conditional_operator_test/04: MissingCompileTimeError
460 super_conditional_operator_test/05: MissingCompileTimeError 441 super_conditional_operator_test/05: MissingCompileTimeError
461 super_conditional_operator_test/06: MissingCompileTimeError 442 super_conditional_operator_test/06: MissingCompileTimeError
462 super_conditional_operator_test/07: MissingCompileTimeError 443 super_conditional_operator_test/07: MissingCompileTimeError
463 super_conditional_operator_test/08: MissingCompileTimeError 444 super_conditional_operator_test/08: MissingCompileTimeError
464 super_conditional_operator_test/09: MissingCompileTimeError 445 super_conditional_operator_test/09: MissingCompileTimeError
465 super_conditional_operator_test/10: MissingCompileTimeError 446 super_conditional_operator_test/10: MissingCompileTimeError
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 try_catch_syntax_test/05: Crash 563 try_catch_syntax_test/05: Crash
583 564
584 # dartk: precompilation failures (debug) 565 # dartk: precompilation failures (debug)
585 [ $compiler == dartkp && $mode == debug ] 566 [ $compiler == dartkp && $mode == debug ]
586 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 567 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
587 external_test/13: Crash 568 external_test/13: Crash
588 final_syntax_test/09: Crash 569 final_syntax_test/09: Crash
589 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 570 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
590 regress_22445_test: Crash 571 regress_22445_test: Crash
591 regress_23498_test: Crash 572 regress_23498_test: Crash
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