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

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

Issue 2728773002: Fix parsing [a]sync[*] function body modifiers with Fasta. (Closed)
Patch Set: Use endExpressionFunctionBody() instead of endReturnStatement(). Created 3 years, 10 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/compiler/lib/src/parser/node_listener.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 ef929d96f1fc3da306bd9c1b0f30b4a9fdba5478..241fb88a23f4066bc227e062e557f10a78d69fe9 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -58,13 +58,6 @@ class ClassMemberParserTest_Fasta extends FastaParserTestCase
}
@override
- @assertFailingTest
- void test_parseAwaitExpression_asStatement_inAsync() {
- // TODO(paulberry): Add support for async
- super.test_parseAwaitExpression_asStatement_inAsync();
- }
-
- @override
@failingTest
void test_parseClassMember_constructor_withInitializers() {
// TODO(paulberry): 'this' can't be used here.
@@ -510,24 +503,6 @@ class ExpressionParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
- void test_parseExpression_function_async() {
- super.test_parseExpression_function_async();
- }
-
- @override
- @failingTest
- void test_parseExpression_function_asyncStar() {
- super.test_parseExpression_function_asyncStar();
- }
-
- @override
- @failingTest
- void test_parseExpression_function_syncStar() {
- super.test_parseExpression_function_syncStar();
- }
-
- @override
- @failingTest
void test_parseExpression_superMethodInvocation_typeArgumentComments() {
super.test_parseExpression_superMethodInvocation_typeArgumentComments();
}
« no previous file with comments | « no previous file | pkg/compiler/lib/src/parser/node_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698