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 5e11a7c0c1d892faea901db077b413b6e9ab561e..674a5d06625e1eff13500f01b93ecd64554bec82 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
@@ -308,11 +308,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_constructor_documented() async { |
- await super.test_constructor_documented(); |
- } |
- |
- @failingTest |
test_constructor_initializers_assertInvocation() async { |
await super.test_constructor_initializers_assertInvocation(); |
} |
@@ -484,11 +479,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@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(); |
} |
@@ -504,11 +494,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@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(); |
} |
@@ -579,11 +564,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_getter_documented() async { |
- await super.test_getter_documented(); |
- } |
- |
- @failingTest |
test_import_configurations_useDefault() async { |
await super.test_import_configurations_useDefault(); |
} |
@@ -806,11 +786,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_method_documented() async { |
- await super.test_method_documented(); |
- } |
- |
- @failingTest |
test_parameter_checked() async { |
await super.test_parameter_checked(); |
} |
@@ -851,11 +826,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_setter_documented() async { |
- await super.test_setter_documented(); |
- } |
- |
- @failingTest |
test_syntheticFunctionType_inGenericClass() async { |
await super.test_syntheticFunctionType_inGenericClass(); |
} |
@@ -1181,11 +1151,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_variable_documented() async { |
- await super.test_variable_documented(); |
- } |
- |
- @failingTest |
test_variable_getterInLib_setterInPart() async { |
await super.test_variable_getterInLib_setterInPart(); |
} |