Bug 150040 - REGRESSION(r190735, not fixed in r190741) Layout Test js/dom/dfg-custom-getter.html is failing
Summary: REGRESSION(r190735, not fixed in r190741) Layout Test js/dom/dfg-custom-gette...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: PC All
: P2 Normal
Assignee: Saam Barati
URL:
Keywords: InRadar
Depends on: 149601
Blocks:
  Show dependency treegraph
 
Reported: 2015-10-12 11:21 PDT by Brent Fulgham
Modified: 2015-10-28 11:25 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-10-12 11:21:46 PDT
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.
Comment 1 Radar WebKit Bug Importer 2015-10-12 11:22:26 PDT
<rdar://problem/23073565>
Comment 2 Brent Fulgham 2015-10-28 11:12:48 PDT
These failures may have been resolved by <http://trac.webkit.org/changeset/191594>.
Comment 3 Saam Barati 2015-10-28 11:25:04 PDT
it looks like:
http://trac.webkit.org/changeset/191594
Fixed the bug.