diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-02-03 09:06:03 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-02-03 09:07:02 -0800 |
commit | c7cb4daa25966e4f9af3c6d5499d762736454da9 (patch) | |
tree | 27c6541f5a1207eb74797ed63a43126c9bf2ba81 /deps/v8/test/es5conform | |
parent | c723acc72192334a62bea6ff4baa33aab0da50ad (diff) | |
download | node-new-c7cb4daa25966e4f9af3c6d5499d762736454da9.tar.gz |
Upgrade V8 to 2.1.0
Diffstat (limited to 'deps/v8/test/es5conform')
-rw-r--r-- | deps/v8/test/es5conform/README | 2 | ||||
-rw-r--r-- | deps/v8/test/es5conform/es5conform.status | 112 |
2 files changed, 112 insertions, 2 deletions
diff --git a/deps/v8/test/es5conform/README b/deps/v8/test/es5conform/README index a88f4a368f..9cfc92b4b9 100644 --- a/deps/v8/test/es5conform/README +++ b/deps/v8/test/es5conform/README @@ -4,7 +4,7 @@ tests from https://es5conform.svn.codeplex.com/svn -in revision 59101 as 'data' in this directory. Using later version +in revision 62998 as 'data' in this directory. Using later version may be possible but the tests are only known to pass (and indeed run) with that revision. diff --git a/deps/v8/test/es5conform/es5conform.status b/deps/v8/test/es5conform/es5conform.status index 3fc1e0ad6e..a755016e78 100644 --- a/deps/v8/test/es5conform/es5conform.status +++ b/deps/v8/test/es5conform/es5conform.status @@ -38,7 +38,6 @@ chapter13: UNIMPLEMENTED chapter14: UNIMPLEMENTED chapter15/15.1: UNIMPLEMENTED chapter15/15.2/15.2.3/15.2.3.1: UNIMPLEMENTED -chapter15/15.2/15.2.3/15.2.3.4: UNIMPLEMENTED chapter15/15.2/15.2.3/15.2.3.5: UNIMPLEMENTED chapter15/15.2/15.2.3/15.2.3.6: UNIMPLEMENTED chapter15/15.2/15.2.3/15.2.3.7: UNIMPLEMENTED @@ -141,6 +140,117 @@ chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-220: FAIL_OK chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-221: FAIL_OK chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-222: FAIL_OK +# Object.getOwnPropertyNames +chapter15/15.2/15.2.3/15.2.3.4: PASS + +# All of the tests below marked SUBSETFAIL (in 15.2.3.4) fail because +# the tests assumes that objects can not have more properties +# than those described in the spec - but according to spec they can +# have additional properties. +# All compareArray calls in these tests could be exchanged with a +# isSubsetOfArray call (I will upload a path to the es5conform site) + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK + +# SUBSETFAIL + we do not implement all methods on Object +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK + +# SUBSETFAIL + we do not implement Function.prototype.bind +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-4: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-5: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-8: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-9: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-11: FAIL_OK + +# We do not implement all methods on RegExp +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-13: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-14: FAIL_OK + +# EvalError.prototype does not have message property +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-15: FAIL_OK + +# Rangeerror.prototype does not have message property +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-16: FAIL_OK + +# ReferenceError.prototype does not have message property +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-17: FAIL_OK + +# SyntaxError.prototype does not have message property +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-18: FAIL_OK + +# TypeError.prototype does not have message property +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-19: FAIL_OK + +# URIError.prototype does not have message property +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-20: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-22: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-23: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-24: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-25: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-26: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-27: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-28: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-29: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-30: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-31: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-32: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK + +# SUBSETFAIL +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK + +# getOwnPropertyDescriptor not implemented on array indices +chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-b-1: FAIL_OK + + + # Object.keys chapter15/15.2/15.2.3/15.2.3.14: PASS |