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

Unified Diff: dart/tests/compiler/dart2js/message_kind_helper.dart

Issue 841653004: Recover from read errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r42871 Created 5 years, 11 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 | « dart/tests/compiler/dart2js/import_test.dart ('k') | dart/tests/compiler/dart2js/missing_file_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/message_kind_helper.dart
diff --git a/dart/tests/compiler/dart2js/message_kind_helper.dart b/dart/tests/compiler/dart2js/message_kind_helper.dart
index 0f98572fba3a21ea5ae5b513af948e4fc6e0b023..d980d6276bf5111feb4b6a83e942f1a5766cf36b 100644
--- a/dart/tests/compiler/dart2js/message_kind_helper.dart
+++ b/dart/tests/compiler/dart2js/message_kind_helper.dart
@@ -39,6 +39,12 @@ final Set<MessageKind> kindsWithExtraMessages = new Set<MessageKind>.from([
MessageKind.UNIMPLEMENTED_METHOD_ONE,
MessageKind.VAR_FUNCTION_TYPE_PARAMETER,
MessageKind.VOID_NOT_ALLOWED,
+
+ MessageKind.INVALID_STARRED_KEYWORD, // TODO(ahe): Have CL to fix this.
+ MessageKind.INVALID_SYNC_MODIFIER, // TODO(ahe): Have CL to fix this.
+ MessageKind.NATIVE_NOT_SUPPORTED, // TODO(ahe): Have CL to fix this.
+ MessageKind.UNMATCHED_TOKEN, // TODO(ahe): Have CL to fix this.
+ MessageKind.UNTERMINATED_STRING, // TODO(ahe): Have CL to fix this.
]);
/// Most messages can be tested without causing a fatal error. Add an exception
« no previous file with comments | « dart/tests/compiler/dart2js/import_test.dart ('k') | dart/tests/compiler/dart2js/missing_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698