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

Unified Diff: test/test262-es6/test262-es6.status

Issue 1027283004: [es6] do not add caller/arguments to ES6 function definitions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 8 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/mjsunit/strict-mode.js ('k') | test/test262/test262.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262-es6/test262-es6.status
diff --git a/test/test262-es6/test262-es6.status b/test/test262-es6/test262-es6.status
index 75d4cbf0b4ec61a7774944b9c89737992570272e..a07d6f1b4d1e45d9ee4485079b2713db0a509b03 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -595,6 +595,25 @@
# 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK],
# 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' : [FAIL_OK],
+ # Function restricted "caller" and "arguments" properties are defined only on
+ # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6
+ 'language/statements/function/13.2-29-s': [FAIL_OK],
+ 'language/statements/function/13.2-30-s': [FAIL_OK],
+ 'language/statements/function/13.2-31-s': [FAIL_OK],
+ 'language/statements/function/13.2-32-s': [FAIL_OK],
+ 'language/statements/function/13.2-33-s': [FAIL_OK],
+ 'language/statements/function/13.2-34-s': [FAIL_OK],
+ 'language/statements/function/13.2-35-s': [FAIL_OK],
+ 'language/statements/function/13.2-36-s': [FAIL_OK],
+ 'language/statements/function/S13.2.3_A1': [FAIL_OK],
+ 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK],
+ 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK],
+ 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK],
+ 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK],
+ 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK],
+ 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK],
+
+
############################ SKIPPED TESTS #############################
# These tests take a looong time to run in debug mode.
« no previous file with comments | « test/mjsunit/strict-mode.js ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698