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 0106280f6e4a24d89a844c1af8d2a6fde8482e56..802d67ee3256d1a18faf05ac7e7336deb1ad693f 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart |
@@ -304,36 +304,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest { |
await super.test_constructor_redirected_factory_unnamed_prefixed_generic(); |
} |
- @failingTest |
- test_defaultValue_refersToGenericClass_constructor() async { |
- await super.test_defaultValue_refersToGenericClass_constructor(); |
- } |
- |
- @failingTest |
- test_defaultValue_refersToGenericClass_constructor2() async { |
- await super.test_defaultValue_refersToGenericClass_constructor2(); |
- } |
- |
- @failingTest |
- test_defaultValue_refersToGenericClass_functionG() async { |
- await super.test_defaultValue_refersToGenericClass_functionG(); |
- } |
- |
- @failingTest |
- test_defaultValue_refersToGenericClass_methodG() async { |
- await super.test_defaultValue_refersToGenericClass_methodG(); |
- } |
- |
- @failingTest |
- test_defaultValue_refersToGenericClass_methodG_classG() async { |
- await super.test_defaultValue_refersToGenericClass_methodG_classG(); |
- } |
- |
- @failingTest |
- test_defaultValue_refersToGenericClass_methodNG() async { |
- await super.test_defaultValue_refersToGenericClass_methodNG(); |
- } |
- |
@failingTest |
test_error_extendsEnum() async { |
await super.test_error_extendsEnum(); |