Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: pkg/analyzer/test/generated/parser_fasta_test.dart

Issue 2738693004: Parse script tags with Fasta. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698