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

Unified Diff: test/test262/test262.status

Issue 1537683002: Partial revert of rest parameter desugaring. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix test failures. Created 5 years 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/cctest/compiler/test-run-jsobjects.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 7652d7841ecc70ffbcea31ee63b01bd168300ffc..323c1eec9ef8e347d1b62431e7ade0e88e134eeb 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -703,6 +703,12 @@
'language/object-literal/getter': [SKIP],
'language/object-literal/method': [SKIP],
'language/object-literal/setter': [SKIP],
+ 'language/rest-parameters/arrow-function': [SKIP],
+ 'language/rest-parameters/no-alias-arguments': [SKIP],
+ 'language/rest-parameters/rest-index': [SKIP],
+ 'language/rest-parameters/rest-parameters-apply': [SKIP],
+ 'language/rest-parameters/rest-parameters-call': [SKIP],
+ 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP],
'language/rest-parameters/with-new-target': [SKIP],
'language/statements/do-while/S12.6.1_A4_T5': [SKIP],
'language/statements/function/S13.2.2_A18_T2': [SKIP],
« no previous file with comments | « test/cctest/compiler/test-run-jsobjects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698