Index: test/test262/test262.status |
diff --git a/test/test262/test262.status b/test/test262/test262.status |
index b9ef3c68f4f58eca60e7e63dab1fc6c25deaa821..dd854d00621da10e6bbb6eaf0cd57fc6bd371b5b 100644 |
--- a/test/test262/test262.status |
+++ b/test/test262/test262.status |
@@ -284,6 +284,9 @@ |
# ES6 says for dates to default to the local timezone if none is specified |
'15.9.1.15-1': [FAIL], |
+ # ES6 makes Date.prototype an Object, not a Date |
+ '15.9.5.40_1': [FAIL], |
+ |
######################## NEEDS INVESTIGATION ########################### |
# These test failures are specific to the intl402 suite and need investigation |