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

Unified Diff: test/test262/test262.status

Issue 1561603002: [Interpreted] Throws an error if rest parameters are used. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skips a failing test262 test. Created 4 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 | « src/interpreter/bytecode-generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index ea51c419225a568efeac6a565d234706537701d5..b5e4e244e770e651c069888170dbfd16b0bc9833 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -702,6 +702,7 @@
'language/object-literal/method': [SKIP],
'language/object-literal/setter': [SKIP],
'language/rest-parameters/arrow-function': [SKIP],
+ 'language/rest-parameters/expected-argument-count': [SKIP],
'language/rest-parameters/no-alias-arguments': [SKIP],
'language/rest-parameters/rest-index': [SKIP],
'language/rest-parameters/rest-parameters-apply': [SKIP],
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698