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

Unified Diff: test/preparser/preparser.status

Issue 26732006: Revert "Unify and fix checkers for duplicate object literal properties." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « src/scanner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/preparser/preparser.status
diff --git a/test/preparser/preparser.status b/test/preparser/preparser.status
index 9d69988f71f561da18fd92198092587e7380c38a..37512bdeedacbd940a7d7bbdd4f861b74a41d35c 100644
--- a/test/preparser/preparser.status
+++ b/test/preparser/preparser.status
@@ -27,6 +27,12 @@
[
[ALWAYS, {
+ # TODO(mstarzinger): Uhm, this is kind of embarrassing, but our parser
+ # does not catch some syntax errors with duplicate properties in object
+ # literals that our preparser actually caught. I will fix this glitch in a
+ # follow-up change.
+ 'duplicate-property/*': [SKIP],
+
# TODO(mstarzinger): This script parses but throws a TypeError when run.
'non-alphanum': [FAIL],
« no previous file with comments | « src/scanner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698