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

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

Issue 624403002: Write end-of-block comments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | « pkg/analyzer/test/generated/engine_test.dart ('k') | pkg/analyzer/test/generated/resolver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « pkg/analyzer/test/generated/engine_test.dart ('k') | pkg/analyzer/test/generated/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698