| Index: pkg/analyzer/test/generated/parser_fasta_test.dart
|
| diff --git a/pkg/analyzer/test/generated/parser_fasta_test.dart b/pkg/analyzer/test/generated/parser_fasta_test.dart
|
| index b9ab53c6035d04d0396d1f1abf8527621abc698d..d407edc506556a256ebec9d9b93b08722c5512b1 100644
|
| --- a/pkg/analyzer/test/generated/parser_fasta_test.dart
|
| +++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
|
| @@ -94,20 +94,6 @@ class ClassMemberParserTest_Fasta extends FastaParserTestCase
|
| // TODO(paulberry): Fasta doesn't support asserts in initializers
|
| super.test_parseConstructor_assert();
|
| }
|
| -
|
| - @override
|
| - @failingTest
|
| - void test_parseConstructorFieldInitializer_qualified() {
|
| - // TODO(paulberry): Unhandled event: ThisExpression
|
| - super.test_parseConstructorFieldInitializer_qualified();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| - void test_parseConstructorFieldInitializer_unqualified() {
|
| - // TODO(paulberry): Expected: an object with length of <1>
|
| - super.test_parseConstructorFieldInitializer_unqualified();
|
| - }
|
| }
|
|
|
| /**
|
| @@ -149,15 +135,14 @@ class ComplexParserTest_Fasta extends FastaParserTestCase
|
| @override
|
| @failingTest
|
| void test_equalityExpression_normal() {
|
| - // TODO(paulberry,ahe): bad error recovery
|
| + // TODO(scheglov) error checking is not implemented
|
| super.test_equalityExpression_normal();
|
| }
|
|
|
| @override
|
| @failingTest
|
| void test_equalityExpression_super() {
|
| - // TODO(paulberry,ahe): AstBuilder doesn't implement
|
| - // handleSuperExpression().
|
| + // TODO(scheglov) error checking is not implemented
|
| super.test_equalityExpression_super();
|
| }
|
|
|
| @@ -174,13 +159,6 @@ class ComplexParserTest_Fasta extends FastaParserTestCase
|
| // TODO(paulberry,ahe): Fasta doesn't support NNBD syntax yet.
|
| super.test_logicalOrExpression_precedence_nullableType();
|
| }
|
| -
|
| - @override
|
| - @failingTest
|
| - void test_topLevelFunction_nestedGenericFunction() {
|
| - // TODO(paulberry): Implement parseCompilationUnitWithOptions
|
| - super.test_topLevelFunction_nestedGenericFunction();
|
| - }
|
| }
|
|
|
| /**
|
|
|