Bug 75932
Summary: | V8: defineOwnProperty not implemented for Array objects | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dmitry Titov <dimich> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | andersca |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dmitry Titov
See http://trac.webkit.org/changeset/104488 for the change that appears to add a support for defineOwnProperty and modified couple of tests.
In Chromium builds (V8) these tests now fail.
fast/js/array-defineOwnProperty.html = TEXT
fast/js/mozilla/strict/15.4.4.6.html = TEXT
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fjs%2Farray-defineOwnProperty.html%2Cfast%2Fjs%2Fmozilla%2Fstrict%2F15.4.4.6.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anders Carlsson
V8 is gone.