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

Unified Diff: test/test262/test262.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/test262-es6/test262-es6.status ('k') | test/webkit/fast/js/Object-getOwnPropertyNames.js » ('j') | 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 4f03e2be9995f3c95ff423a0a6846c6e10bcac30..5d4a7cbdbfebc1bfa10681ac500fcad3cf3f4b6a 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -263,6 +263,24 @@
'S15.7.4.5_A1.1_T01': [FAIL],
'S15.7.4_A1': [FAIL],
+ # Function restricted "caller" and "arguments" properties are defined only on
+ # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6
+ '13.2-29-s': [FAIL],
+ '13.2-30-s': [FAIL],
+ '13.2-31-s': [FAIL],
+ '13.2-32-s': [FAIL],
+ '13.2-33-s': [FAIL],
+ '13.2-34-s': [FAIL],
+ '13.2-35-s': [FAIL],
+ '13.2-36-s': [FAIL],
+ 'S13.2.3_A1': [FAIL],
+ '15.3.4.5-20-1': [FAIL],
+ '15.3.4.5-20-4': [FAIL],
+ '15.3.4.5-20-5': [FAIL],
+ '15.3.4.5-21-1': [FAIL],
+ '15.3.4.5-21-4': [FAIL],
+ '15.3.4.5-21-5': [FAIL],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | test/webkit/fast/js/Object-getOwnPropertyNames.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698