Bug 150040
Summary: | REGRESSION(r190735, not fixed in r190741) Layout Test js/dom/dfg-custom-getter.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, ggaren, saam, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | All | ||
Bug Depends on: | 149601 | ||
Bug Blocks: |
Brent Fulgham
The following layout tests are failing on Windows:
fast/events/tabindex-focus-blur-all.html
imported/w3c/web-platform-tests/dom/ranges/Range-insertNode.html
imported/w3c/web-platform-tests/dom/ranges/Range-surroundContents.html
js/dom/dfg-custom-getter.html
Probable cause:
Regression began with r190735. The subsequent CLOOP fix in r190741 did not resolve the issue.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/23073565>
Brent Fulgham
These failures may have been resolved by <http://trac.webkit.org/changeset/191594>.
Saam Barati
it looks like:
http://trac.webkit.org/changeset/191594
Fixed the bug.