diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart index ca4b1f743dd..29e30d3860b 100644 --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart @@ -616,6 +616,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0); .test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2(); } + @override + @failingTest + void + test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2_comment() { + super + .test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2_comment(); + } + @override @failingTest void @@ -624,12 +632,28 @@ var v = new C().m(1, b: 'bbb', c: 2.0); .test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2(); } + @override + @failingTest + void + test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2_comment() { + super + .test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2_comment(); + } + @override @failingTest void test_unsafeBlockClosureInference_functionCall_implicitTypeParam() { super.test_unsafeBlockClosureInference_functionCall_implicitTypeParam(); } + @override + @failingTest + void + test_unsafeBlockClosureInference_functionCall_implicitTypeParam_comment() { + super + .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_comment(); + } + @override @failingTest void @@ -638,6 +662,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0); .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr(); } + @override + @failingTest + void + test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr_comment() { + super + .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr_comment(); + } + @override @failingTest void test_unsafeBlockClosureInference_functionCall_noTypeParam_viaExpr() { @@ -662,6 +694,13 @@ var v = new C().m(1, b: 'bbb', c: 2.0); super.test_unsafeBlockClosureInference_methodCall_implicitTypeParam(); } + @override + @failingTest + void test_unsafeBlockClosureInference_methodCall_implicitTypeParam_comment() { + super + .test_unsafeBlockClosureInference_methodCall_implicitTypeParam_comment(); + } + LibraryElementImpl _checkSource( SummaryResynthesizer resynthesizer, Source source) { LibraryElementImpl resynthesized =