| 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 ca4b1f743ddd32c9db5919d52bb2d84fd9b90f34..29e30d3860b49dd7ba98c81ef0ce439837a179e5 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -619,6 +619,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
|
| @override
|
| @failingTest
|
| void
|
| + test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2_comment() {
|
| + super
|
| + .test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2_comment();
|
| + }
|
| +
|
| + @override
|
| + @failingTest
|
| + void
|
| test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2() {
|
| super
|
| .test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2();
|
| @@ -626,6 +634,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
|
|
|
| @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();
|
| }
|
| @@ -633,6 +649,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
|
| @override
|
| @failingTest
|
| void
|
| + test_unsafeBlockClosureInference_functionCall_implicitTypeParam_comment() {
|
| + super
|
| + .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_comment();
|
| + }
|
| +
|
| + @override
|
| + @failingTest
|
| + void
|
| test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr() {
|
| super
|
| .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr();
|
| @@ -640,6 +664,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
|
|
|
| @override
|
| @failingTest
|
| + void
|
| + test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr_comment() {
|
| + super
|
| + .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr_comment();
|
| + }
|
| +
|
| + @override
|
| + @failingTest
|
| void test_unsafeBlockClosureInference_functionCall_noTypeParam_viaExpr() {
|
| super.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 =
|
|
|