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 431bcf04388f5735242f5358190cb8579c1bfacf..4321f0d163084c4e6f06f2c584325569f0d21816 100644 |
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart |
@@ -592,6 +592,72 @@ var v = new C().m(1, b: 'bbb', c: 2.0); |
expect(unit.topLevelVariables[0].type.toString(), 'int'); |
} |
+ @override |
+ @failingTest |
+ void test_unsafeBlockClosureInference_closureCall() { |
+ super.test_unsafeBlockClosureInference_closureCall(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_unsafeBlockClosureInference_constructorCall_implicitTypeParam() { |
+ super.test_unsafeBlockClosureInference_constructorCall_implicitTypeParam(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void |
+ test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2() { |
+ super |
+ .test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void |
+ test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2() { |
+ super |
+ .test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_unsafeBlockClosureInference_functionCall_implicitTypeParam() { |
+ super.test_unsafeBlockClosureInference_functionCall_implicitTypeParam(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void |
+ test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr() { |
+ super |
+ .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_unsafeBlockClosureInference_functionCall_noTypeParam_viaExpr() { |
+ super.test_unsafeBlockClosureInference_functionCall_noTypeParam_viaExpr(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_unsafeBlockClosureInference_inList_untyped() { |
+ super.test_unsafeBlockClosureInference_inList_untyped(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_unsafeBlockClosureInference_inMap_untyped() { |
+ super.test_unsafeBlockClosureInference_inMap_untyped(); |
+ } |
+ |
+ @override |
+ @failingTest |
+ void test_unsafeBlockClosureInference_methodCall_implicitTypeParam() { |
+ super.test_unsafeBlockClosureInference_methodCall_implicitTypeParam(); |
+ } |
+ |
LibraryElementImpl _checkSource( |
SummaryResynthesizer resynthesizer, Source source) { |
LibraryElementImpl resynthesized = |