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

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

Issue 2712023003: Support multiple optional parameters. (Closed)
Patch Set: 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/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 1faa05e94632ae6acfc30210e2c9588350ae848f..e7c0c285880d9972730415ce6be8425b3b781db9 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -785,34 +785,6 @@ class FormalParameterParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
- void test_parseFormalParameterList_named_multiple() {
- // TODO(scheglov): Unhandled event: ValuedFormalParameter
- super.test_parseFormalParameterList_named_multiple();
- }
-
- @override
- @failingTest
- void test_parseFormalParameterList_named_single() {
- // TODO(scheglov): Unhandled event: OptionalFormalParameters
- super.test_parseFormalParameterList_named_single();
- }
-
- @override
- @failingTest
- void test_parseFormalParameterList_named_trailing_comma() {
- // TODO(scheglov): Unhandled event: OptionalFormalParameters
- super.test_parseFormalParameterList_named_trailing_comma();
- }
-
- @override
- @failingTest
- void test_parseFormalParameterList_normal_named() {
- // TODO(scheglov): Unhandled event: OptionalFormalParameters
- super.test_parseFormalParameterList_normal_named();
- }
-
- @override
- @failingTest
void test_parseFormalParameterList_normal_named_inFunctionType() {
// TODO(scheglov): Unhandled event: OptionalFormalParameters
super.test_parseFormalParameterList_normal_named_inFunctionType();
@@ -820,34 +792,6 @@ class FormalParameterParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
- void test_parseFormalParameterList_normal_positional() {
- // TODO(scheglov): Unhandled event: OptionalFormalParameters
- super.test_parseFormalParameterList_normal_positional();
- }
-
- @override
- @failingTest
- void test_parseFormalParameterList_positional_multiple() {
- // TODO(scheglov): Unhandled event: ValuedFormalParameter
- super.test_parseFormalParameterList_positional_multiple();
- }
-
- @override
- @failingTest
- void test_parseFormalParameterList_positional_single() {
- // TODO(scheglov): Unhandled event: ValuedFormalParameter
- super.test_parseFormalParameterList_positional_single();
- }
-
- @override
- @failingTest
- void test_parseFormalParameterList_positional_trailing_comma() {
- // TODO(scheglov): Unhandled event: OptionalFormalParameters
- super.test_parseFormalParameterList_positional_trailing_comma();
- }
-
- @override
- @failingTest
void test_parseFormalParameterList_prefixedType_partial() {
// TODO(scheglov): Unimplemented: errors
super.test_parseFormalParameterList_prefixedType_partial();
« 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