Bug 55324
Summary: | fast/images/support-broken-image-delegate.html failing on Windows since it was added | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ddkilzer, rniwa, yongjun_zhang, yongjun.zhang |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r79771%20(9787)/fast/images/support-broken-image-delegate-pretty-diff.html | ||
Bug Depends on: | 55328 | ||
Bug Blocks: |
Adam Roben (:aroben)
fast/images/support-broken-image-delegate.html has been failing on Windows since it was added in r79771. See the URL for the failure diff.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
It looks like this is due to a difference in the behavior of DumpRenderTree.cpp:urlSuitableForTestResult and -[NSURL(DRTExtras) _drt_descriptionSuitableForTestResult].
Adam Roben (:aroben)
...and due to the new delegate callback not being exposed in the Windows WebKit1 API.
Adam Roben (:aroben)
(In reply to comment #1)
> It looks like this is due to a difference in the behavior of DumpRenderTree.cpp:urlSuitableForTestResult and -[NSURL(DRTExtras) _drt_descriptionSuitableForTestResult].
I filed bug 55328 for this part.
Adam Roben (:aroben)
Added Windows expected failure results
Committed r79828: <http://trac.webkit.org/changeset/79828>
Adam Roben (:aroben)
<rdar://problem/9060203>
Yongjun Zhang
thanks aroben!