Index: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
index 9d7a10d109f0a592a38a2d6763554030634e9284..1bfac3724802e3f4070b24a1c921e1df871eda62 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
@@ -562,6 +562,42 @@ var b = a.m(); |
super.test_inferenceInCyclesIsDeterministic(); |
} |
+ @override |
+ @failingTest |
+ void test_instantiateToBounds_generic2_hasBound_definedAfter() { |
+ super.test_instantiateToBounds_generic2_hasBound_definedAfter(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_instantiateToBounds_generic2_hasBound_definedBefore() { |
+ super.test_instantiateToBounds_generic2_hasBound_definedBefore(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_instantiateToBounds_generic2_noBound() { |
+ super.test_instantiateToBounds_generic2_noBound(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_instantiateToBounds_generic_hasBound_definedAfter() { |
+ super.test_instantiateToBounds_generic_hasBound_definedAfter(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_instantiateToBounds_generic_hasBound_definedBefore() { |
+ super.test_instantiateToBounds_generic_hasBound_definedBefore(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_instantiateToBounds_notGeneric() { |
+ super.test_instantiateToBounds_notGeneric(); |
+ } |
+ |
void test_invokeMethod_notGeneric_genericClass() { |
var unit = checkFile(r''' |
class C<T> { |