Reviewers: rossberg,

Message:
With this fix the situation looks like this. Not enough to bump us to
the top of the Test262 results, but we should score second place now.

Total: 33363 tests
 *    0 tests will be skipped
 *    0 tests are expected to timeout sometimes
 *   12 tests are expected to be flaky but not crash
 * 32604 tests are expected to pass
 *  198 tests are expected to fail that we won't fix
 *  540 tests are expected to fail that we should fix

Description:
Fix special handling of DefineOwnProperty on arrays.

According to the ES5 spec the implementation of DefineOwnProperty() has
to special case handling of arrays. This is a preliminary implementation
correctly handling definition of array index properties, defining length
properties is not completely covered yet.

[email protected]
TEST=test262


Please review this at http://codereview.chromium.org/8221002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/v8natives.js
  M test/test262/test262.status


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to