Index: pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
diff --git a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
index 741b6b14d0f5fc4880ccd7cfadf34e3c2459ffce..5e11a7c0c1d892faea901db077b413b6e9ab561e 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
@@ -307,6 +307,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_constExpr_pushReference_enum_method(); |
} |
+ @failingTest |
+ test_constructor_documented() async { |
+ await super.test_constructor_documented(); |
+ } |
+ |
@failingTest |
test_constructor_initializers_assertInvocation() async { |
await super.test_constructor_initializers_assertInvocation(); |
@@ -478,6 +483,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_field_covariant(); |
} |
+ @failingTest |
+ test_field_documented() async { |
+ await super.test_field_documented(); |
+ } |
+ |
@failingTest |
test_field_propagatedType_final_dep_inLib() async { |
await super.test_field_propagatedType_final_dep_inLib(); |
@@ -493,6 +503,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_field_propagatedType_final_noDep_instance(); |
} |
+ @failingTest |
+ test_function_documented() async { |
+ await super.test_function_documented(); |
+ } |
+ |
@failingTest |
test_function_entry_point_in_export_hidden() async { |
await super.test_function_entry_point_in_export_hidden(); |
@@ -563,6 +578,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_getElement_unit(); |
} |
+ @failingTest |
+ test_getter_documented() async { |
+ await super.test_getter_documented(); |
+ } |
+ |
@failingTest |
test_import_configurations_useDefault() async { |
await super.test_import_configurations_useDefault(); |
@@ -703,6 +723,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_library_documented_stars(); |
} |
+ @failingTest |
+ test_main_typedef() async { |
+ await super.test_main_typedef(); |
+ } |
+ |
@failingTest |
test_metadata_classTypeAlias() async { |
await super.test_metadata_classTypeAlias(); |
@@ -775,6 +800,16 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_metadata_simpleFormalParameter_withDefault(); |
} |
+ @failingTest |
+ test_metadata_typeParameter_ofTypedef() async { |
+ await super.test_metadata_typeParameter_ofTypedef(); |
+ } |
+ |
+ @failingTest |
+ test_method_documented() async { |
+ await super.test_method_documented(); |
+ } |
+ |
@failingTest |
test_parameter_checked() async { |
await super.test_parameter_checked(); |
@@ -815,6 +850,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_setter_covariant(); |
} |
+ @failingTest |
+ test_setter_documented() async { |
+ await super.test_setter_documented(); |
+ } |
+ |
@failingTest |
test_syntheticFunctionType_inGenericClass() async { |
await super.test_syntheticFunctionType_inGenericClass(); |
@@ -955,6 +995,61 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_typedef_generic_asFieldType(); |
} |
+ @failingTest |
+ test_typedef_parameter_parameters() async { |
+ await super.test_typedef_parameter_parameters(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_parameter_parameters_in_generic_class() async { |
+ await super.test_typedef_parameter_parameters_in_generic_class(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_parameter_return_type() async { |
+ await super.test_typedef_parameter_return_type(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_parameter_type() async { |
+ await super.test_typedef_parameter_type(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_parameter_type_generic() async { |
+ await super.test_typedef_parameter_type_generic(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_parameters() async { |
+ await super.test_typedef_parameters(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_return_type() async { |
+ await super.test_typedef_return_type(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_return_type_generic() async { |
+ await super.test_typedef_return_type_generic(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_return_type_implicit() async { |
+ await super.test_typedef_return_type_implicit(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_return_type_void() async { |
+ await super.test_typedef_return_type_void(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_type_parameters() async { |
+ await super.test_typedef_type_parameters(); |
+ } |
+ |
@failingTest |
test_typedef_type_parameters_bound() async { |
await super.test_typedef_type_parameters_bound(); |
@@ -970,6 +1065,16 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_typedef_type_parameters_bound_recursive2(); |
} |
+ @failingTest |
+ test_typedef_type_parameters_f_bound_complex() async { |
+ await super.test_typedef_type_parameters_f_bound_complex(); |
+ } |
+ |
+ @failingTest |
+ test_typedef_type_parameters_f_bound_simple() async { |
+ await super.test_typedef_type_parameters_f_bound_simple(); |
+ } |
+ |
@failingTest |
@fastaProblem |
test_unresolved_annotation_instanceCreation_argument_super() async { |
@@ -1075,6 +1180,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_unresolved_part(); |
} |
+ @failingTest |
+ test_variable_documented() async { |
+ await super.test_variable_documented(); |
+ } |
+ |
@failingTest |
test_variable_getterInLib_setterInPart() async { |
await super.test_variable_getterInLib_setterInPart(); |