| 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 dab073055c258a592815945392f8983929e5ed86..61062f942e0b3206f4dadf3807e498b61f3e2395 100644
|
| --- a/pkg/analyzer/test/generated/parser_fasta_test.dart
|
| +++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
|
| @@ -1256,13 +1256,6 @@ class TopLevelParserTest_Fasta extends FastaParserTestCase
|
|
|
| @override
|
| @failingTest
|
| - void test_parseCompilationUnit_script() {
|
| - // TODO(paulberry): No objects placed on stack
|
| - super.test_parseCompilationUnit_script();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| void test_parseCompilationUnit_typedefAsPrefix() {
|
| // TODO(paulberry): As of commit 5de9108 this syntax is invalid.
|
| super.test_parseCompilationUnit_typedefAsPrefix();
|
| @@ -1285,13 +1278,6 @@ class TopLevelParserTest_Fasta extends FastaParserTestCase
|
|
|
| @override
|
| @failingTest
|
| - void test_parseDirectives_complete() {
|
| - // TODO(paulberry,ahe): Fasta doesn't support script tags yet.
|
| - super.test_parseDirectives_complete();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| void test_parseDirectives_mixed() {
|
| // TODO(paulberry,ahe): This test verifies the analyzer parser's ability to
|
| // stop parsing as soon as the first non-directive is encountered; this is
|
| @@ -1302,13 +1288,6 @@ class TopLevelParserTest_Fasta extends FastaParserTestCase
|
|
|
| @override
|
| @failingTest
|
| - void test_parseDirectives_script() {
|
| - // TODO(paulberry): No objects placed on stack
|
| - super.test_parseDirectives_script();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| void test_parseFunctionDeclaration_function() {
|
| // TODO(paulberry): handle doc comments
|
| super.test_parseFunctionDeclaration_function();
|
|
|