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

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

Issue 2769813007: Clean up use of identifier context. (Closed)
Patch Set: 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 compile_time_constant_k_test/01: RuntimeError 46 compile_time_constant_k_test/01: RuntimeError
47 compile_time_constant_k_test/02: RuntimeError 47 compile_time_constant_k_test/02: RuntimeError
48 compile_time_constant_k_test/03: RuntimeError 48 compile_time_constant_k_test/03: RuntimeError
49 compile_time_constant_o_test/01: RuntimeError 49 compile_time_constant_o_test/01: RuntimeError
50 compile_time_constant_o_test/02: RuntimeError 50 compile_time_constant_o_test/02: RuntimeError
51 compile_time_constant_p_test/01: Crash 51 compile_time_constant_p_test/01: Crash
52 compile_time_constant_r_test/01: Crash 52 compile_time_constant_r_test/01: Crash
53 compile_time_constant_r_test/02: Crash 53 compile_time_constant_r_test/02: Crash
54 compile_time_constant_r_test/03: Crash 54 compile_time_constant_r_test/03: Crash
55 compile_time_constant_test/01: MissingCompileTimeError 55 compile_time_constant_test/01: MissingCompileTimeError
56 compile_time_constant_test/02: Crash
57 conditional_import_string_test: RuntimeError 56 conditional_import_string_test: RuntimeError
58 conditional_import_test: RuntimeError 57 conditional_import_test: RuntimeError
59 conditional_method_invocation_test/11: MissingCompileTimeError 58 conditional_method_invocation_test/11: MissingCompileTimeError
60 conditional_property_access_test/09: MissingCompileTimeError 59 conditional_property_access_test/09: MissingCompileTimeError
61 conditional_property_assignment_test/20: MissingCompileTimeError 60 conditional_property_assignment_test/20: MissingCompileTimeError
62 conditional_property_assignment_test/21: MissingCompileTimeError 61 conditional_property_assignment_test/21: MissingCompileTimeError
63 conditional_property_assignment_test/22: MissingCompileTimeError 62 conditional_property_assignment_test/22: MissingCompileTimeError
64 config_import_corelib_test: RuntimeError 63 config_import_corelib_test: RuntimeError
65 config_import_test: RuntimeError 64 config_import_test: RuntimeError
66 const_conditional_test/01: MissingCompileTimeError
67 const_conditional_test/02: MissingCompileTimeError
68 const_conditional_test/03: MissingCompileTimeError
69 const_conditional_test/04: MissingCompileTimeError
70 const_conditional_test/05: MissingCompileTimeError
71 const_conditional_test/06: MissingCompileTimeError
72 const_conditional_test/07: MissingCompileTimeError
73 const_conditional_test/08: MissingCompileTimeError 65 const_conditional_test/08: MissingCompileTimeError
74 const_conditional_test/09: MissingCompileTimeError
75 const_conditional_test/10: MissingCompileTimeError
76 const_constructor_mixin2_test/01: MissingCompileTimeError 66 const_constructor_mixin2_test/01: MissingCompileTimeError
77 const_constructor_mixin3_test/01: MissingCompileTimeError 67 const_constructor_mixin3_test/01: MissingCompileTimeError
78 const_constructor_mixin_test/01: MissingCompileTimeError 68 const_constructor_mixin_test/01: MissingCompileTimeError
79 const_constructor_nonconst_field_test/01: MissingCompileTimeError 69 const_constructor_nonconst_field_test/01: MissingCompileTimeError
80 const_constructor_super_test/01: MissingCompileTimeError 70 const_constructor_super_test/01: MissingCompileTimeError
81 const_constructor_super_test/02: Crash 71 const_constructor_super_test/02: Crash
82 const_constructor_syntax_test/01: MissingCompileTimeError 72 const_constructor_syntax_test/01: MissingCompileTimeError
83 const_constructor_syntax_test/02: MissingCompileTimeError 73 const_constructor_syntax_test/02: MissingCompileTimeError
84 const_constructor_syntax_test/03: MissingCompileTimeError 74 const_constructor_syntax_test/03: MissingCompileTimeError
85 const_constructor_syntax_test/04: MissingCompileTimeError 75 const_constructor_syntax_test/04: MissingCompileTimeError
86 const_constructor_test/01: MissingCompileTimeError 76 const_constructor_test/01: MissingCompileTimeError
87 const_dynamic_type_literal_test/02: RuntimeError 77 const_dynamic_type_literal_test/02: RuntimeError
88 const_error_multiply_initialized_test/01: MissingCompileTimeError 78 const_error_multiply_initialized_test/01: MissingCompileTimeError
89 const_error_multiply_initialized_test/02: RuntimeError 79 const_error_multiply_initialized_test/02: RuntimeError
90 const_error_multiply_initialized_test/03: MissingCompileTimeError 80 const_error_multiply_initialized_test/03: MissingCompileTimeError
91 const_error_multiply_initialized_test/04: RuntimeError 81 const_error_multiply_initialized_test/04: RuntimeError
82 const_evaluation_test/01: CompileTimeError
83 const_evaluation_test/none: CompileTimeError
92 const_factory_with_body_test/01: MissingCompileTimeError 84 const_factory_with_body_test/01: MissingCompileTimeError
93 const_for_in_variable_test/01: MissingCompileTimeError 85 const_for_in_variable_test/01: MissingCompileTimeError
94 const_instance_field_test/01: MissingCompileTimeError 86 const_instance_field_test/01: MissingCompileTimeError
95 const_map2_test/00: MissingCompileTimeError 87 const_map2_test/00: MissingCompileTimeError
96 const_map3_test/00: MissingCompileTimeError 88 const_map3_test/00: MissingCompileTimeError
97 const_nested_test: RuntimeError 89 const_nested_test: RuntimeError
98 const_optional_args_negative_test: Fail 90 const_optional_args_negative_test: Fail
91 const_string_test: CompileTimeError
99 const_switch2_test/01: MissingCompileTimeError 92 const_switch2_test/01: MissingCompileTimeError
100 const_syntax_test/none: CompileTimeError 93 const_syntax_test/none: CompileTimeError
101 const_types_test/06: CompileTimeError 94 const_types_test/06: CompileTimeError
102 const_types_test/13: CompileTimeError 95 const_types_test/13: CompileTimeError
103 const_types_test/16: MissingCompileTimeError 96 const_types_test/16: MissingCompileTimeError
104 const_types_test/17: MissingCompileTimeError 97 const_types_test/17: MissingCompileTimeError
105 const_types_test/23: MissingCompileTimeError 98 const_types_test/23: MissingCompileTimeError
106 const_types_test/24: MissingCompileTimeError 99 const_types_test/24: MissingCompileTimeError
107 const_types_test/25: MissingCompileTimeError 100 const_types_test/25: MissingCompileTimeError
108 const_types_test/26: MissingCompileTimeError 101 const_types_test/26: MissingCompileTimeError
109 const_types_test/27: MissingCompileTimeError 102 const_types_test/27: MissingCompileTimeError
110 const_types_test/28: MissingCompileTimeError 103 const_types_test/28: MissingCompileTimeError
111 const_types_test/29: MissingCompileTimeError 104 const_types_test/29: MissingCompileTimeError
112 const_types_test/30: MissingCompileTimeError 105 const_types_test/30: MissingCompileTimeError
113 const_types_test/41: MissingCompileTimeError 106 const_types_test/41: MissingCompileTimeError
114 constant_expression_test/01: MissingCompileTimeError 107 constant_expression_test/01: MissingCompileTimeError
115 constant_expression_test/03: MissingCompileTimeError 108 constant_expression_test/03: MissingCompileTimeError
116 constant_locals_test/01: MissingCompileTimeError 109 constant_locals_test/01: MissingCompileTimeError
117 constant_locals_test/02: MissingCompileTimeError
118 constant_locals_test/03: MissingCompileTimeError
119 constant_locals_test/04: MissingCompileTimeError
120 constant_type_literal_test/01: MissingCompileTimeError
121 constructor10_test/00: Crash 110 constructor10_test/00: Crash
122 constructor10_test/01: Crash 111 constructor10_test/01: Crash
123 constructor10_test/02: Crash 112 constructor10_test/02: Crash
124 constructor_duplicate_final_test/01: MissingRuntimeError 113 constructor_duplicate_final_test/01: MissingRuntimeError
125 constructor_duplicate_final_test/02: MissingRuntimeError 114 constructor_duplicate_final_test/02: MissingRuntimeError
126 constructor_duplicate_initializers_test/03: MissingCompileTimeError 115 constructor_duplicate_initializers_test/03: MissingCompileTimeError
127 constructor_redirect2_test/01: MissingCompileTimeError 116 constructor_redirect2_test/01: MissingCompileTimeError
128 constructor_redirect_test/01: MissingCompileTimeError 117 constructor_redirect_test/01: MissingCompileTimeError
129 covariant_test/02: MissingCompileTimeError 118 covariant_test/02: MissingCompileTimeError
130 covariant_test/08: MissingCompileTimeError 119 covariant_test/08: MissingCompileTimeError
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 external_test/21: MissingCompileTimeError 238 external_test/21: MissingCompileTimeError
250 external_test/22: MissingCompileTimeError 239 external_test/22: MissingCompileTimeError
251 external_test/23: MissingCompileTimeError 240 external_test/23: MissingCompileTimeError
252 external_test/24: MissingCompileTimeError 241 external_test/24: MissingCompileTimeError
253 external_test/25: MissingCompileTimeError 242 external_test/25: MissingCompileTimeError
254 external_test/30: MissingCompileTimeError 243 external_test/30: MissingCompileTimeError
255 external_test/31: MissingCompileTimeError 244 external_test/31: MissingCompileTimeError
256 factory_redirection_test/07: MissingCompileTimeError 245 factory_redirection_test/07: MissingCompileTimeError
257 field_decl_missing_var_type_test/01: MissingCompileTimeError 246 field_decl_missing_var_type_test/01: MissingCompileTimeError
258 final_initializer_instance_reference_test/01: MissingCompileTimeError 247 final_initializer_instance_reference_test/01: MissingCompileTimeError
259 final_is_not_const_test/01: MissingCompileTimeError
260 final_super_field_set_test/01: RuntimeError 248 final_super_field_set_test/01: RuntimeError
261 final_syntax_test/01: MissingCompileTimeError 249 final_syntax_test/01: MissingCompileTimeError
262 final_syntax_test/02: MissingCompileTimeError 250 final_syntax_test/02: MissingCompileTimeError
263 final_syntax_test/03: MissingCompileTimeError 251 final_syntax_test/03: MissingCompileTimeError
264 final_syntax_test/04: MissingCompileTimeError 252 final_syntax_test/04: MissingCompileTimeError
265 for2_test: RuntimeError 253 for2_test: RuntimeError
266 for_variable_capture_test: RuntimeError 254 for_variable_capture_test: RuntimeError
267 function_subtype0_test: RuntimeError 255 function_subtype0_test: RuntimeError
268 function_subtype1_test: RuntimeError 256 function_subtype1_test: RuntimeError
269 function_subtype2_test: RuntimeError 257 function_subtype2_test: RuntimeError
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 generic_field_mixin_test: RuntimeError 292 generic_field_mixin_test: RuntimeError
305 generic_metadata_test/02: MissingCompileTimeError 293 generic_metadata_test/02: MissingCompileTimeError
306 generic_metadata_test/03: MissingCompileTimeError 294 generic_metadata_test/03: MissingCompileTimeError
307 generic_method_types_test: Pass, RuntimeError 295 generic_method_types_test: Pass, RuntimeError
308 getter_closure_execution_order_test: RuntimeError 296 getter_closure_execution_order_test: RuntimeError
309 getter_parameters_test/01: MissingCompileTimeError 297 getter_parameters_test/01: MissingCompileTimeError
310 getter_parameters_test/02: MissingCompileTimeError 298 getter_parameters_test/02: MissingCompileTimeError
311 getter_parameters_test/03: MissingCompileTimeError 299 getter_parameters_test/03: MissingCompileTimeError
312 getter_parameters_test/04: MissingCompileTimeError 300 getter_parameters_test/04: MissingCompileTimeError
313 getter_setter_in_lib_test: RuntimeError 301 getter_setter_in_lib_test: RuntimeError
302 identical_const_test/01: CompileTimeError
303 identical_const_test/02: CompileTimeError
304 identical_const_test/03: CompileTimeError
305 identical_const_test/04: CompileTimeError
306 identical_const_test/05: CompileTimeError
307 identical_const_test/06: CompileTimeError
308 identical_const_test/07: CompileTimeError
309 identical_const_test/08: CompileTimeError
310 identical_const_test/none: CompileTimeError
314 if_null_assignment_behavior_test/09: RuntimeError 311 if_null_assignment_behavior_test/09: RuntimeError
315 if_null_assignment_behavior_test/10: RuntimeError 312 if_null_assignment_behavior_test/10: RuntimeError
316 if_null_assignment_behavior_test/15: RuntimeError 313 if_null_assignment_behavior_test/15: RuntimeError
317 implicit_scope_test: Crash 314 implicit_scope_test: Crash
318 import_combinators_test: RuntimeError 315 import_combinators_test: RuntimeError
319 import_private_test/01: MissingCompileTimeError 316 import_private_test/01: MissingCompileTimeError
320 initializing_formal_capture_test: RuntimeError 317 initializing_formal_capture_test: RuntimeError
321 initializing_formal_final_test: RuntimeError 318 initializing_formal_final_test: RuntimeError
322 inst_field_initializer1_negative_test: Fail 319 inst_field_initializer1_negative_test: Fail
323 instanceof3_test: RuntimeError 320 instanceof3_test: RuntimeError
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 named_parameters_default_eq_test/02: MissingCompileTimeError 398 named_parameters_default_eq_test/02: MissingCompileTimeError
402 no_main_test/01: Crash 399 no_main_test/01: Crash
403 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 400 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
404 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 401 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
405 on_catch_malformed_type_test: RuntimeError 402 on_catch_malformed_type_test: RuntimeError
406 parameter_initializer6_negative_test: Fail 403 parameter_initializer6_negative_test: Fail
407 part2_test: RuntimeError 404 part2_test: RuntimeError
408 private_access_test/05: RuntimeError 405 private_access_test/05: RuntimeError
409 private_access_test/06: RuntimeError 406 private_access_test/06: RuntimeError
410 private_super_constructor_test/01: MissingCompileTimeError 407 private_super_constructor_test/01: MissingCompileTimeError
408 proxy3_test/01: CompileTimeError
409 proxy3_test/02: CompileTimeError
410 proxy3_test/03: CompileTimeError
411 proxy3_test/04: CompileTimeError
412 proxy3_test/none: CompileTimeError
411 redirecting_constructor_initializer_test: RuntimeError 413 redirecting_constructor_initializer_test: RuntimeError
412 redirecting_factory_default_values_test/01: MissingCompileTimeError 414 redirecting_factory_default_values_test/01: MissingCompileTimeError
413 redirecting_factory_default_values_test/02: MissingCompileTimeError 415 redirecting_factory_default_values_test/02: MissingCompileTimeError
414 redirecting_factory_infinite_steps_test/02: Crash 416 redirecting_factory_infinite_steps_test/02: Crash
415 redirecting_factory_long_test: RuntimeError 417 redirecting_factory_long_test: RuntimeError
416 ref_before_declaration_test/00: MissingCompileTimeError 418 ref_before_declaration_test/00: MissingCompileTimeError
417 ref_before_declaration_test/01: MissingCompileTimeError 419 ref_before_declaration_test/01: MissingCompileTimeError
418 ref_before_declaration_test/02: MissingCompileTimeError 420 ref_before_declaration_test/02: MissingCompileTimeError
419 ref_before_declaration_test/03: MissingCompileTimeError 421 ref_before_declaration_test/03: MissingCompileTimeError
420 ref_before_declaration_test/04: MissingCompileTimeError 422 ref_before_declaration_test/04: MissingCompileTimeError
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 super_no_such_method2_test/01: RuntimeError 475 super_no_such_method2_test/01: RuntimeError
474 super_no_such_method3_test/01: RuntimeError 476 super_no_such_method3_test/01: RuntimeError
475 super_no_such_method4_test/01: RuntimeError 477 super_no_such_method4_test/01: RuntimeError
476 super_no_such_method5_test/01: RuntimeError 478 super_no_such_method5_test/01: RuntimeError
477 switch1_negative_test: Fail 479 switch1_negative_test: Fail
478 switch_bad_case_test/01: MissingCompileTimeError 480 switch_bad_case_test/01: MissingCompileTimeError
479 switch_bad_case_test/02: MissingCompileTimeError 481 switch_bad_case_test/02: MissingCompileTimeError
480 switch_case_test/00: MissingCompileTimeError 482 switch_case_test/00: MissingCompileTimeError
481 switch_case_test/01: MissingCompileTimeError 483 switch_case_test/01: MissingCompileTimeError
482 switch_case_test/02: MissingCompileTimeError 484 switch_case_test/02: MissingCompileTimeError
485 symbol_literal_test/01: CompileTimeError
486 symbol_literal_test/none: CompileTimeError
483 syntax_test/02: MissingCompileTimeError 487 syntax_test/02: MissingCompileTimeError
484 syntax_test/03: MissingCompileTimeError 488 syntax_test/03: MissingCompileTimeError
485 syntax_test/27: MissingCompileTimeError 489 syntax_test/27: MissingCompileTimeError
486 this_conditional_operator_test/01: MissingCompileTimeError 490 this_conditional_operator_test/01: MissingCompileTimeError
487 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 491 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410
488 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 492 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410
489 try_catch_syntax_test/05: MissingCompileTimeError 493 try_catch_syntax_test/05: MissingCompileTimeError
490 try_catch_syntax_test/07: MissingCompileTimeError 494 try_catch_syntax_test/07: MissingCompileTimeError
491 try_catch_syntax_test/09: MissingCompileTimeError 495 try_catch_syntax_test/09: MissingCompileTimeError
492 try_catch_syntax_test/10: MissingCompileTimeError 496 try_catch_syntax_test/10: MissingCompileTimeError
(...skipping 24 matching lines...) Expand all
517 switch1_negative_test: Crash 521 switch1_negative_test: Crash
518 type_parameter_test/04: Crash 522 type_parameter_test/04: Crash
519 type_parameter_test/05: Crash 523 type_parameter_test/05: Crash
520 524
521 # Triaged checked mode failures 525 # Triaged checked mode failures
522 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 526 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
523 language/regress_22728_test: Fail # Dartk Issue 28498 527 language/regress_22728_test: Fail # Dartk Issue 28498
524 528
525 # dartk: JIT failures 529 # dartk: JIT failures
526 [ $compiler == dartk ] 530 [ $compiler == dartk ]
527 const_evaluation_test/01: RuntimeError
528 const_locals_test: RuntimeError 531 const_locals_test: RuntimeError
529 const_string_test: RuntimeError # Dartk Issue 28306
530 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 532 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
531 ct_const2_test: Pass, Crash # Flaky 533 ct_const2_test: Pass, Crash # Flaky
532 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790 534 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790
533 final_syntax_test/09: Crash 535 final_syntax_test/09: Crash
534 getter_declaration_negative_test: Fail 536 getter_declaration_negative_test: Fail
535 hello_dart_test: Crash 537 hello_dart_test: Crash
536 instance_creation_in_function_annotation_test: RuntimeError 538 instance_creation_in_function_annotation_test: RuntimeError
537 library_env_test/has_no_mirror_support: RuntimeError 539 library_env_test/has_no_mirror_support: RuntimeError
538 redirecting_factory_reflection_test: Crash 540 redirecting_factory_reflection_test: Crash
539 redirecting_factory_reflection_test: RuntimeError 541 redirecting_factory_reflection_test: RuntimeError
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 try_catch_syntax_test/05: Crash 584 try_catch_syntax_test/05: Crash
583 585
584 # dartk: precompilation failures (debug) 586 # dartk: precompilation failures (debug)
585 [ $compiler == dartkp && $mode == debug ] 587 [ $compiler == dartkp && $mode == debug ]
586 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 588 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
587 external_test/13: Crash 589 external_test/13: Crash
588 final_syntax_test/09: Crash 590 final_syntax_test/09: Crash
589 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 591 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
590 regress_22445_test: Crash 592 regress_22445_test: Crash
591 regress_23498_test: Crash 593 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