Update analyzer/FE status entries with pointers to issues

Change-Id: I414a44d8cb86d2f91781568557b02e9164c8225b
Reviewed-on: https://dart-review.googlesource.com/70101
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
diff --git a/tests/language_2/language_2_analyzer.status b/tests/language_2/language_2_analyzer.status
index 5f06442..b496893 100644
--- a/tests/language_2/language_2_analyzer.status
+++ b/tests/language_2/language_2_analyzer.status
@@ -26,20 +26,20 @@
 constructor_with_type_parameters_test/03: MissingCompileTimeError
 
 [ $compiler == dart2analyzer && $fasta ]
-arg_param_trailing_comma_test/100: Crash # Error recovery in outline (synthetic argument)
+arg_param_trailing_comma_test/100: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
 arg_param_trailing_comma_test/138: Crash # Error recovery in method body (synthetic argument)
 arg_param_trailing_comma_test/147: Crash # Error recovery in method body (synthetic argument)
 arg_param_trailing_comma_test/156: Crash # Error recovery in method body (synthetic argument)
 arg_param_trailing_comma_test/165: Crash # Error recovery in method body (synthetic argument)
 arg_param_trailing_comma_test/166: Crash # Error recovery in method body (invalid assignment)
-arg_param_trailing_comma_test/24: Crash # Error recovery in outline (synthetic argument)
-arg_param_trailing_comma_test/25: Crash # Error recovery in outline (synthetic argument)
-arg_param_trailing_comma_test/26: Crash # Error recovery in outline (synthetic argument)
-arg_param_trailing_comma_test/72: Crash # Error recovery in outline (synthetic argument)
-arg_param_trailing_comma_test/73: Crash # Error recovery in outline (synthetic argument)
-arg_param_trailing_comma_test/74: Crash # Error recovery in outline (synthetic argument)
-arg_param_trailing_comma_test/98: Crash # Error recovery in outline (synthetic argument)
-arg_param_trailing_comma_test/99: Crash # Error recovery in outline (synthetic argument)
+arg_param_trailing_comma_test/24: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
+arg_param_trailing_comma_test/25: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
+arg_param_trailing_comma_test/26: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
+arg_param_trailing_comma_test/72: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
+arg_param_trailing_comma_test/73: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
+arg_param_trailing_comma_test/74: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
+arg_param_trailing_comma_test/98: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
+arg_param_trailing_comma_test/99: Crash # Issue #34043 - Error recovery in outline (extraneous comma before formal parameter)
 assign_to_type_test/01: Crash # Error recovery in method body (invalid assignment)
 assign_to_type_test/02: Crash # Error recovery in method body (invalid assignment)
 assign_to_type_test/03: Crash # Error recovery in method body (invalid assignment)
@@ -51,18 +51,18 @@
 black_listed_test/10: Crash # Issue 33686 - No core library found
 black_listed_test/12: Crash # Issue 33686 - No core library found
 black_listed_test/14: Crash # Issue 33686 - No core library found
-built_in_identifier_illegal_test/implements: Crash # Error recovery in outline (synthetic type reference)
+built_in_identifier_illegal_test/implements: Crash # Issue #34043 - Error recovery in outline (synthetic token used where type expected)
 built_in_identifier_illegal_test/part: Crash # No resolution for a file
 built_in_identifier_illegal_test/typedef: Crash # Issue 33686 - No core library found
 built_in_identifier_type_annotation_test/part: Crash # No resolution for a file
-built_in_identifier_type_annotation_test/set: Crash # Error recovery in outline
-built_in_identifier_type_annotation_test/set-funret: Crash # Error recovery in outline
+built_in_identifier_type_annotation_test/set: Crash # Issue #34043 - Error recovery in outline
+built_in_identifier_type_annotation_test/set-funret: Crash # Issue #34043 - Error recovery in outline
 call_nonexistent_static_test/10: Crash # Error recovery in method body (attempt to read from setter)
 case_expression_with_assignment_test/01: Crash # Error recovery in method body (assignment to constant)
-class_cycle2_test/01: Crash # Error recovery in outline (class hierarchy cycle)
-class_cycle2_test/02: Crash # Error recovery in outline (class hierarchy cycle)
-class_cycle_test/00: Crash # Error recovery in outline (class hierarchy cycle)
-class_cycle_test/01: Crash # Error recovery in outline (class hierarchy cycle)
+class_cycle2_test/01: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+class_cycle2_test/02: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+class_cycle_test/00: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+class_cycle_test/01: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
 class_cycle_test/02: MissingCompileTimeError
 class_cycle_test/03: MissingCompileTimeError
 class_literal_static_test/12: Crash # Error recovery in method body (invalid assignment)
@@ -79,12 +79,12 @@
 conditional_property_assignment_test/21: Crash # Error recovery in method body (invalid assignment)
 conditional_property_assignment_test/22: Crash # Error recovery in method body (invalid assignment)
 config_import_corelib_test: CompileTimeError # Issue 34047
-conflicting_generic_interfaces_hierarchy_loop_infinite_test: Crash # Error recovery in outline (class hierarchy cycle)
-conflicting_generic_interfaces_hierarchy_loop_test: Crash # Error recovery in outline (class hierarchy cycle)
+conflicting_generic_interfaces_hierarchy_loop_infinite_test: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+conflicting_generic_interfaces_hierarchy_loop_test: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
 const_counter_test/01: Crash # Error recovery in method body (use of non-const closure in a const context)
-const_native_factory_test: Crash # Error recovery in outline (native const factory)
+const_native_factory_test: Crash # Issue #34043 - Error recovery in outline (native const factory)
 constructor9_test/01: MissingStaticWarning
-constructor_name_test/02: Crash # Error recovery in outline (illegal constructor name)
+constructor_name_test/02: Crash # Issue #34043 - Error recovery in outline (illegal constructor name)
 constructor_named_arguments_test/01: Crash # Error recovery in method body (argument mismatch in constructor redirect)
 constructor_redirect2_test/02: Crash # Issue 33686 - No core library found
 constructor_redirect2_test/03: Crash # Issue 33686 - No core library found
@@ -93,7 +93,7 @@
 covariant_override_test: Crash # Improper handling of correct code - override fails to appear in kernel representation
 covariant_subtyping_test: Crash # Improper handling of correct code - problem with function-typed parameters in a generic class
 crash_6725_test/01: Crash # Error recovery in method body (mishandling of improper for-in variable)
-cyclic_class_member_test/01: Crash # Error recovery in outline (class hierarchy cycle)
+cyclic_class_member_test/01: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
 deep_nesting_statement_test/01: Crash # Error recovery in method body (deep nesting causes method to disappear)
 deferred_load_library_wrong_args_test/01: CompileTimeError # Issue 34047
 duplicate_constructor_test/01: Crash # Issue 33686 - No core library found
@@ -103,11 +103,11 @@
 duplicate_interface_implements_test/01: MissingCompileTimeError
 dynamic_prefix_core_test/none: CompileTimeError # Issue 34047
 emit_const_fields_test: CompileTimeError # Issue 34047
-enum_syntax_test/02: Crash # Error recovery in outline (duplicate enum name)
-enum_syntax_test/03: Crash # Error recovery in outline (enum name collision)
-enum_syntax_test/04: Crash # Error recovery in outline (enum name collision)
-enum_syntax_test/05: Crash # Error recovery in outline (enum name collision)
-enum_syntax_test/06: Crash # Error recovery in outline (enum name collision)
+enum_syntax_test/02: Crash # Issue #34043 - Error recovery in outline (duplicate enum name)
+enum_syntax_test/03: Crash # Issue #34043 - Error recovery in outline (enum name collision)
+enum_syntax_test/04: Crash # Issue #34043 - Error recovery in outline (enum name collision)
+enum_syntax_test/05: Crash # Issue #34043 - Error recovery in outline (enum name collision)
+enum_syntax_test/06: Crash # Issue #34043 - Error recovery in outline (enum name collision)
 enum_syntax_test/09: Crash # Issue 33686 - No core library found
 enum_syntax_test/10: Crash # Issue 33686 - No core library found
 enum_syntax_test/11: Crash # Issue 33686 - No core library found
@@ -115,8 +115,8 @@
 export_ambiguous_main_test: MissingCompileTimeError
 external_test/21: CompileTimeError # Issue 34047
 external_test/24: CompileTimeError # Issue 34047
-factory2_test/01: Crash # Error recovery in outline (illegal constructor name)
-factory_test/00: Crash # Error recovery in outline (illegal constructor name)
+factory2_test/01: Crash # Issue #34043 - Error recovery in outline (illegal constructor name)
+factory_test/00: Crash # Issue #34043 - Error recovery in outline (illegal constructor name)
 factory_with_type_parameters_test/03: Crash # Issue 33686 - No core library found
 factory_with_type_parameters_test/04: Crash # Issue 33686 - No core library found
 field1_test: Crash # Issue 33686 - No core library found
@@ -138,7 +138,7 @@
 function_type_parameter_negative_test: Crash # Error recovery in method body (use of non-const closure in a const context)
 generic_function_type_as_type_argument_test/01: MissingCompileTimeError
 generic_function_type_as_type_argument_test/02: MissingCompileTimeError
-generic_function_typedef2_test/04: Crash # Error recovery in outline (attempt to apply type arguments to a non-generic type)
+generic_function_typedef2_test/04: Crash # Issue #34043 - Error recovery in outline (attempt to apply type arguments to a non-generic type)
 generic_local_functions_test: Crash # Problem with generic function-typed parameter
 generic_methods_generic_function_parameter_test: Crash # Problem with generic function-typed parameter
 generic_methods_generic_function_result_test/01: MissingCompileTimeError
@@ -146,29 +146,29 @@
 generic_no_such_method_dispatcher_test: CompileTimeError # Issue 34047
 generic_tearoff_test: Crash # Problem with generic function-typed parameter
 generic_test/01: MissingCompileTimeError
-get_set_syntax_test/02: Crash # Error recovery in outline (setter with wrong number of parameters)
-get_set_syntax_test/03: Crash # Error recovery in outline (setter with wrong number of parameters)
-get_set_syntax_test/06: Crash # Error recovery in outline (setter with wrong number of parameters)
-get_set_syntax_test/07: Crash # Error recovery in outline (setter with wrong number of parameters)
-get_set_syntax_test/10: Crash # Error recovery in outline (setter with wrong number of parameters)
-get_set_syntax_test/11: Crash # Error recovery in outline (setter with wrong number of parameters)
-get_set_syntax_test/14: Crash # Error recovery in outline (setter with wrong number of parameters)
-get_set_syntax_test/15: Crash # Error recovery in outline (setter with wrong number of parameters)
+get_set_syntax_test/02: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
+get_set_syntax_test/03: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
+get_set_syntax_test/06: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
+get_set_syntax_test/07: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
+get_set_syntax_test/10: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
+get_set_syntax_test/11: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
+get_set_syntax_test/14: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
+get_set_syntax_test/15: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
 getters_setters2_test/01: MissingStaticWarning
 getters_setters_type_test/01: MissingStaticWarning
 hidden_import_test/01: MissingStaticWarning
 hidden_import_test/02: MissingStaticWarning
 if_null_assignment_behavior_test/15: Crash # Error recovery in method body (invalid assignment)
-illegal_initializer_test/02: Crash # Error recovery in method body (error in constructor initializer)
-illegal_initializer_test/04: Crash # Error recovery in method body (error in constructor initializer)
+illegal_initializer_test/02: Crash # Issue #33771 - Error recovery in method body (error in constructor initializer)
+illegal_initializer_test/04: Crash # Issue #33771 - Error recovery in method body (error in constructor initializer)
 import_nonexisting_dart_uri_test/01: Crash # Issue 33686 - No core library found
 instantiate_tearoff_of_call_test: CompileTimeError # Front end fails to instantiate tear-offs of `call`
 instantiate_type_variable_test/01: Crash # Error recovery in method body (attempt to instantiate type variable)
-interface_cycle_test/01: Crash # Error recovery in outline (class hierarchy cycle)
-interface_cycle_test/02: Crash # Error recovery in outline (class hierarchy cycle)
+interface_cycle_test/01: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+interface_cycle_test/02: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
 interface_injection1_test/1: Crash # Issue 33686 - No core library found
 interface_injection2_test/1: Crash # Issue 33686 - No core library found
-internal_library_test/02: Crash # Error recovery in outline (illegal part file)
+internal_library_test/02: Crash # Issue #34043 - Error recovery in outline (illegal part file)
 is_not_class2_test/01: Crash # Error recovery in method body (non-type where type expected)
 issue31596_super_test/01: CompileTimeError # Front end fails to skip forwarding stubs when resolving super calls
 issue31596_super_test/03: CompileTimeError # Front end fails to skip forwarding stubs when resolving super calls
@@ -179,15 +179,15 @@
 list_literal_negative_test: Crash # Error recovery in method body (malformed constructor invocation)
 main_not_a_function_test: Crash # Issue 33686 - No core library found
 metadata_test: Crash # Poor handling of annotation inside typedef
-missing_part_of_tag_test/01: Crash # Error recovery in outline (part file missing "part of" declaration)
-mixin_cyclic_test/01: Crash # Error recovery in outline (class hierarchy cycle)
-mixin_cyclic_test/02: Crash # Error recovery in outline (class hierarchy cycle)
-mixin_illegal_cycles_test/01: Crash # Error recovery in outline (class hierarchy cycle)
-mixin_illegal_cycles_test/02: Crash # Error recovery in outline (class hierarchy cycle)
-mixin_illegal_cycles_test/03: Crash # Error recovery in outline (class hierarchy cycle)
-mixin_illegal_cycles_test/04: Crash # Error recovery in outline (class hierarchy cycle)
-mixin_illegal_cycles_test/05: Crash # Error recovery in outline (class hierarchy cycle)
-mixin_illegal_cycles_test/06: Crash # Error recovery in outline (class hierarchy cycle)
+missing_part_of_tag_test/01: Crash # Issue #34043 - Error recovery in outline (part file missing "part of" declaration - see also #33587)
+mixin_cyclic_test/01: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+mixin_cyclic_test/02: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+mixin_illegal_cycles_test/01: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+mixin_illegal_cycles_test/02: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+mixin_illegal_cycles_test/03: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+mixin_illegal_cycles_test/04: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+mixin_illegal_cycles_test/05: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
+mixin_illegal_cycles_test/06: Crash # Issue #34043 - Error recovery in outline (class hierarchy cycle - see also #33756)
 mixin_illegal_super_use_test/01: MissingCompileTimeError
 mixin_illegal_super_use_test/04: MissingCompileTimeError
 mixin_illegal_super_use_test/07: MissingCompileTimeError
@@ -228,14 +228,14 @@
 mixin_illegal_syntax_test/03: Crash # Issue 33686 - No core library found
 mixin_illegal_syntax_test/04: Crash # Issue 33686 - No core library found
 mixin_illegal_syntax_test/05: Crash # Issue 33686 - No core library found
-mixin_illegal_syntax_test/06: Crash # Error recovery in outline (syntax error in class declaration)
+mixin_illegal_syntax_test/06: Crash # Issue #34043 - Error recovery in outline (syntax error in class declaration)
 mixin_illegal_syntax_test/07: Crash # Issue 33686 - No core library found
 mixin_illegal_syntax_test/08: Crash # Issue 33686 - No core library found
 mixin_illegal_syntax_test/09: Crash # Issue 33686 - No core library found
-mixin_illegal_syntax_test/10: Crash # Error recovery in outline (syntax error in class declaration)
-mixin_illegal_syntax_test/11: Crash # Error recovery in outline (syntax error in class declaration)
-mixin_illegal_syntax_test/12: Crash # Error recovery in outline (syntax error in class declaration)
-mixin_illegal_syntax_test/14: Crash # Error recovery in outline (syntax error in class declaration)
+mixin_illegal_syntax_test/10: Crash # Issue #34043 - Error recovery in outline (syntax error in class declaration)
+mixin_illegal_syntax_test/11: Crash # Issue #34043 - Error recovery in outline (syntax error in class declaration)
+mixin_illegal_syntax_test/12: Crash # Issue #34043 - Error recovery in outline (syntax error in class declaration)
+mixin_illegal_syntax_test/14: Crash # Issue #34043 - Error recovery in outline (syntax error in class declaration)
 mixin_supertype_subclass2_test/02: MissingStaticWarning
 mixin_supertype_subclass2_test/05: MissingStaticWarning
 mixin_supertype_subclass3_test/02: MissingStaticWarning
@@ -256,13 +256,13 @@
 not_enough_positional_arguments_test/02: Crash # Error recovery in method body (error in super constructor call)
 not_enough_positional_arguments_test/05: Crash # Error recovery in method body (error in super constructor call)
 null_no_such_method_test: CompileTimeError # Issue 34047
-operator2_negative_test: Crash # Error recovery in outline (illegal operator declaration)
-parameter_default_test/01: Crash # Error recovery in outline (default value in required parameter)
-parameter_default_test/02: Crash # Error recovery in outline (default value in required parameter)
-parameter_default_test/03: Crash # Error recovery in outline (default value in required parameter)
-parameter_default_test/04: Crash # Error recovery in outline (default value in required parameter)
-parameter_default_test/05: Crash # Error recovery in outline (default value in required parameter)
-parameter_default_test/06: Crash # Error recovery in outline (default value in required parameter)
+operator2_negative_test: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+parameter_default_test/01: Crash # Issue #34043 - Error recovery in outline (default value in required parameter)
+parameter_default_test/02: Crash # Issue #34043 - Error recovery in outline (default value in required parameter)
+parameter_default_test/03: Crash # Issue #34043 - Error recovery in outline (default value in required parameter)
+parameter_default_test/04: Crash # Issue #34043 - Error recovery in outline (default value in required parameter)
+parameter_default_test/05: Crash # Issue #34043 - Error recovery in outline (default value in required parameter)
+parameter_default_test/06: Crash # Issue #34043 - Error recovery in outline (default value in required parameter)
 parameter_metadata_test/02: Crash # Poor handling of annotation inside function-typed parameter
 parameter_metadata_test/03: Crash # Poor handling of annotation inside function-typed parameter
 parameter_metadata_test/04: Crash # Poor handling of annotation inside function-typed parameter
@@ -290,8 +290,8 @@
 script2_negative_test: Crash # Error resovery in outline (part file contains a "library" declaration)
 setter3_test/01: MissingStaticWarning
 setter3_test/02: MissingStaticWarning
-setter_declaration2_negative_test: Crash # Error recovery in outline (setter with wrong number of parameters)
-setter_declaration_negative_test: Crash # Error recovery in outline (setter with wrong number of parameters)
+setter_declaration2_negative_test: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
+setter_declaration_negative_test: Crash # Issue #34043 - Error recovery in outline (setter with wrong number of parameters - see also #33691)
 setter_no_getter_call_test/01: Crash # Error recovery in method body (attempt to read from setter)
 setter_no_getter_test/01: CompileTimeError # Issue 34047
 static_setter_conflicts_test/09: Crash # Issue 33686 - No core library found
@@ -316,27 +316,27 @@
 switch7_negative_test: Crash # Error recovery in method body (illegal jump target)
 switch_case_warn_test/15: MissingCompileTimeError
 switch_case_warn_test/17: MissingCompileTimeError
-syntax_test/04: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/05: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/06: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/07: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/08: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/09: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/10: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/11: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/13: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/14: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/15: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/16: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/17: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/18: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/19: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/20: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/21: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/23: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/24: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/25: Crash # Error recovery in outline (illegal operator declaration)
-syntax_test/26: Crash # Error recovery in outline (illegal operator declaration)
+syntax_test/04: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/05: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/06: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/07: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/08: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/09: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/10: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/11: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/13: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/14: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/15: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/16: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/17: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/18: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/19: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/20: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/21: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/23: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/24: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/25: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
+syntax_test/26: Crash # Issue #34043 - Error recovery in outline (illegal operator declaration)
 syntax_test/63: Crash # Error recovery in method body (invalid assignment)
 syntax_test/64: Crash # Error recovery in method body (invalid assignment)
 syntax_test/65: Crash # Error recovery in method body (invalid assignment)
@@ -372,11 +372,11 @@
 toplevel_collision1_test/02: Crash # Issue 33686 - No core library found
 toplevel_collision2_test/00: Crash # Issue 33686 - No core library found
 toplevel_collision2_test/01: Crash # Issue 33686 - No core library found
-type_parameter_test/04: Crash # Error recovery in outline (attempt to use class type parameter in static signature)
-type_parameter_test/05: Crash # Error recovery in outline (attempt to use class type parameter in static signature)
-type_parameter_test/06: Crash # Error recovery in outline (attempt to use class type parameter in static signature)
-type_parameter_test/08: Crash # Error recovery in outline (attempt to use class type parameter in static signature)
-type_parameter_test/09: Crash # Error recovery in outline (attempt to use class type parameter in static signature)
+type_parameter_test/04: Crash # Issue #34043 - Error recovery in outline (attempt to use class type parameter in static signature)
+type_parameter_test/05: Crash # Issue #34043 - Error recovery in outline (attempt to use class type parameter in static signature)
+type_parameter_test/06: Crash # Issue #34043 - Error recovery in outline (attempt to use class type parameter in static signature)
+type_parameter_test/08: Crash # Issue #34043 - Error recovery in outline (attempt to use class type parameter in static signature)
+type_parameter_test/09: Crash # Issue #34043 - Error recovery in outline (attempt to use class type parameter in static signature)
 type_promotion_functions_test/02: CompileTimeError # Issue 34047
 type_promotion_functions_test/03: CompileTimeError # Issue 34047
 type_promotion_functions_test/04: CompileTimeError # Issue 34047