Bug 68674
| Summary: | [Chromium][V8]Layout Test fast/js/function-bind.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dmitry Lomov <dslomov> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | mihaip, ricow |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dmitry Lomov
The following layout test is failing on all platforms
fast/js/function-bind.html
Probable cause:
Function.prototype.bins is not implemented in V8.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mihai Parparita
Actually, we implemented Function.prototype.bind in v8 long ago (http://code.google.com/p/v8/source/detail?r=5124).
Rico Wind
The reason for this failing is that we do not implement instance of bound functions correctly, see:
http://code.google.com/p/v8/issues/detail?id=793
We should upstream text test expectations for this
Stephen Chenney
Marking test failures as WontFix. Bug is still accessible and recording in TestExpectations.