| Index: pkg/analyzer/test/generated/parser_test.dart
|
| diff --git a/pkg/analyzer/test/generated/parser_test.dart b/pkg/analyzer/test/generated/parser_test.dart
|
| index 23e4ff664296352ea6f82cdf4fe2030383ef8682..478458026476ad9d6ce1c35efbd989ed625cafea 100644
|
| --- a/pkg/analyzer/test/generated/parser_test.dart
|
| +++ b/pkg/analyzer/test/generated/parser_test.dart
|
| @@ -3040,6 +3040,7 @@ class IncrementalParserTest extends EngineTestCase {
|
| // modified source.
|
| //
|
| JUnitTestCase.assertTrue(AstComparator.equalNodes(modifiedUnit, incrementalUnit));
|
| + // TODO(brianwilkerson) Verify that the errors are correct?
|
| }
|
|
|
| static dartSuite() {
|
| @@ -7115,6 +7116,11 @@ class SimpleParserTest extends ParserTestCase {
|
| }
|
|
|
| void test_parseConstructor() {
|
| + // TODO(brianwilkerson) Implement tests for this method.
|
| + // parse("parseConstructor", new Class[] {Parser.CommentAndMetadata.class,
|
| + // Token.class, Token.class, SimpleIdentifier.class, Token.class,
|
| + // SimpleIdentifier.class, FormalParameterList.class}, new Object[] {emptyCommentAndMetadata(),
|
| + // null, null, null, null, null, null}, "");
|
| }
|
|
|
| void test_parseConstructor_with_pseudo_function_literal() {
|
| @@ -8879,6 +8885,7 @@ class SimpleParserTest extends ParserTestCase {
|
| }
|
|
|
| void test_parseOptionalReturnType() {
|
| + // TODO(brianwilkerson) Implement tests for this method.
|
| }
|
|
|
| void test_parsePartDirective_part() {
|
| @@ -9231,6 +9238,7 @@ class SimpleParserTest extends ParserTestCase {
|
| }
|
|
|
| void test_parseSimpleIdentifier1_normalIdentifier() {
|
| + // TODO(brianwilkerson) Implement tests for this method.
|
| }
|
|
|
| void test_parseStatement_functionDeclaration() {
|
|
|