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

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 + test262 exceptions 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
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index ed308d57551cc91edb8023dfbedd5bf60d83e3f0..c747769725cb233d4adaca072c10e2b31623c389 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -208,6 +208,25 @@
'15.2.3.3-1-3': [FAIL],
'15.2.3.3-1-4': [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

Powered by Google App Engine
This is Rietveld 408576698