Reviewers: Erik Corry, Message: After committing this we can close issue 460: http://code.google.com/p/v8/issues/detail?id=460
Description: Enable Object.create tests since we implement this correctly (since 3786 i guess, it was enabled in 3438 but did not function correctly because DefineOwnProperty was not implemented fully according to spec). Please review this at http://codereview.chromium.org/1568037/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/es5conform/es5conform.status Index: test/es5conform/es5conform.status =================================================================== --- test/es5conform/es5conform.status (revision 4413) +++ test/es5conform/es5conform.status (working copy) @@ -38,7 +38,6 @@ 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.5: UNIMPLEMENTED chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED chapter15/15.2/15.2.3/15.2.3.10: UNIMPLEMENTED -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe, reply using "remove me" as the subject.
