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

Unified Diff: test/preparser/preparser.expectation

Issue 7037024: Added preparser strict-mode tests. (Closed)
Patch Set: Address review comment. Created 9 years, 7 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 | « test/preparser/nonstrict-with.js ('k') | test/preparser/strict-arguments-argument.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/preparser/preparser.expectation
diff --git a/test/preparser/preparser.expectation b/test/preparser/preparser.expectation
index 7f7e0e28bb25346f424219023be0aef6564e6acb..6ce0d039a0015c0f7996be9281f8e37954b44011 100644
--- a/test/preparser/preparser.expectation
+++ b/test/preparser/preparser.expectation
@@ -8,3 +8,41 @@ strict-octal-string:strict_octal_literal
strict-octal-regexp:strict_octal_literal
strict-octal-use-strict-after:strict_octal_literal
strict-octal-use-strict-before:strict_octal_literal
+
+strict-eval-argument-own:strict_param_name
+strict-eval-argument:strict_param_name
+strict-eval-assign:strict_lhs_assignment
+strict-eval-op-assign:strict_lhs_assignment
+strict-eval-prefix:strict_lhs_prefix
+strict-eval-postfix:strict_lhs_postfix
+strict-eval-catch:strict_catch_variable
+strict-eval-func-own:strict_function_name
+strict-eval-func:strict_function_name
+strict-eval-funcexp:strict_function_name
+strict-eval-var:strict_var_name
+
+strict-arguments-argument-own:strict_param_name
+strict-arguments-argument:strict_param_name
+strict-arguments-assign:strict_lhs_assignment
+strict-arguments-op-assign:strict_lhs_assignment
+strict-arguments-prefix:strict_lhs_prefix
+strict-arguments-postfix:strict_lhs_postfix
+strict-arguments-catch:strict_catch_variable
+strict-arguments-func-own:strict_function_name
+strict-arguments-func:strict_function_name
+strict-arguments-funcexp:strict_function_name
+strict-arguments-var:strict_var_name
+
+strict-yield-argument-own:strict_reserved_word
+strict-yield-argument:strict_reserved_word
+strict-yield-assign:strict_reserved_word
+strict-yield-op-assign:strict_reserved_word
+strict-yield-prefix:strict_reserved_word
+strict-yield-postfix:strict_reserved_word
+strict-yield-catch:strict_reserved_word
+strict-yield-func-own:strict_reserved_word
+strict-yield-func:strict_reserved_word
+strict-yield-funcexp:strict_reserved_word
+strict-yield-var:strict_reserved_word
+
+strict-with:strict_mode_with
« no previous file with comments | « test/preparser/nonstrict-with.js ('k') | test/preparser/strict-arguments-argument.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698