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 |