WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
68674
[Chromium][V8]Layout Test fast/js/function-bind.html is failing
https://bugs.webkit.org/show_bug.cgi?id=68674
Summary
[Chromium][V8]Layout Test fast/js/function-bind.html is failing
Dmitry Lomov
Reported
2011-09-22 18:24:21 PDT
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
Comment 1
2011-09-23 11:23:43 PDT
Actually, we implemented Function.prototype.bind in v8 long ago (
http://code.google.com/p/v8/source/detail?r=5124
).
Rico Wind
Comment 2
2011-09-28 00:45:25 PDT
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
Comment 3
2013-04-09 16:28:08 PDT
Marking test failures as WontFix. Bug is still accessible and recording in TestExpectations.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug