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 e367175c3332027221482102f9144b6b4046deda..e41c7399ef9c612f35f69ed4bdfc4dba9eb6ef03 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
@@ -305,11 +305,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_error_extendsEnum(); |
} |
- @failingTest |
- test_executable_parameter_type_typedef() async { |
- await super.test_executable_parameter_type_typedef(); |
- } |
- |
@failingTest |
test_export_configurations_useDefault() async { |
await super.test_export_configurations_useDefault(); |
@@ -365,11 +360,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_import_invalidUri_metadata(); |
} |
- @failingTest |
- test_inferred_type_refers_to_function_typed_param_of_typedef() async { |
- await super.test_inferred_type_refers_to_function_typed_param_of_typedef(); |
- } |
- |
@failingTest |
test_inferred_type_refers_to_function_typed_parameter_type_generic_class() async { |
await super |