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 a809a2f5bea96946044fdad4570dff396ad2a2c1..4962266f4411cdf5e25416a8f08a01942d8a13b5 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
@@ -453,16 +453,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_export_class() async { |
- await super.test_export_class(); |
- } |
- |
- @failingTest |
- test_export_class_type_alias() async { |
- await super.test_export_class_type_alias(); |
- } |
- |
- @failingTest |
test_export_configurations_useDefault() async { |
await super.test_export_configurations_useDefault(); |
} |
@@ -478,16 +468,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_export_function() async { |
- await super.test_export_function(); |
- } |
- |
- @failingTest |
- test_export_getter() async { |
- await super.test_export_getter(); |
- } |
- |
- @failingTest |
test_export_hide() async { |
await super.test_export_hide(); |
} |
@@ -498,36 +478,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_export_setter() async { |
- await super.test_export_setter(); |
- } |
- |
- @failingTest |
test_export_show() async { |
await super.test_export_show(); |
} |
@failingTest |
- test_export_typedef() async { |
- await super.test_export_typedef(); |
- } |
- |
- @failingTest |
- test_export_variable() async { |
- await super.test_export_variable(); |
- } |
- |
- @failingTest |
- test_export_variable_const() async { |
- await super.test_export_variable_const(); |
- } |
- |
- @failingTest |
- test_export_variable_final() async { |
- await super.test_export_variable_final(); |
- } |
- |
- @failingTest |
test_exportImport_configurations_useDefault() async { |
await super.test_exportImport_configurations_useDefault(); |
} |
@@ -538,11 +493,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_exports() async { |
- await super.test_exports(); |
- } |
- |
- @failingTest |
test_expr_invalid_typeParameter_asPrefix() async { |
await super.test_expr_invalid_typeParameter_asPrefix(); |
} |
@@ -578,11 +528,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_function_entry_point_in_export() async { |
- await super.test_function_entry_point_in_export(); |
- } |
- |
- @failingTest |
test_function_entry_point_in_export_hidden() async { |
await super.test_function_entry_point_in_export_hidden(); |
} |
@@ -823,41 +768,16 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_main_class_alias_via_export() async { |
- await super.test_main_class_alias_via_export(); |
- } |
- |
- @failingTest |
- test_main_class_via_export() async { |
- await super.test_main_class_via_export(); |
- } |
- |
- @failingTest |
test_main_getter() async { |
await super.test_main_getter(); |
} |
@failingTest |
- test_main_getter_via_export() async { |
- await super.test_main_getter_via_export(); |
- } |
- |
- @failingTest |
test_main_typedef() async { |
await super.test_main_typedef(); |
} |
@failingTest |
- test_main_typedef_via_export() async { |
- await super.test_main_typedef_via_export(); |
- } |
- |
- @failingTest |
- test_main_variable_via_export() async { |
- await super.test_main_variable_via_export(); |
- } |
- |
- @failingTest |
test_metadata_classDeclaration() async { |
await super.test_metadata_classDeclaration(); |
} |
@@ -1373,11 +1293,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
} |
@failingTest |
- test_unresolved_export() async { |
- await super.test_unresolved_export(); |
- } |
- |
- @failingTest |
test_unresolved_import() async { |
await super.test_unresolved_import(); |
} |