| 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 4321f0d163084c4e6f06f2c584325569f0d21816..420d515416113c8bff7e31fc33ef5302404cf74e 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -157,6 +157,12 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
|
|
|
| @override
|
| @failingTest
|
| + void test_constructors_inferenceFBounded() {
|
| + super.test_constructors_inferenceFBounded();
|
| + }
|
| +
|
| + @override
|
| + @failingTest
|
| void test_constructors_inferFromArguments() {
|
| // TODO(jmesserly): does this need to be implemented in AST summaries?
|
| // The test might need a change as well to not be based on local variable
|
|
|