Bug 55324 - fast/images/support-broken-image-delegate.html failing on Windows since it was added
Summary: fast/images/support-broken-image-delegate.html failing on Windows since it wa...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, PlatformOnly
Depends on: 55328
Blocks:
  Show dependency treegraph
 
Reported: 2011-02-27 10:32 PST by Adam Roben (:aroben)
Modified: 2011-02-28 09:23 PST (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 Adam Roben (:aroben) 2011-02-27 10:32:28 PST
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.
Comment 1 Adam Roben (:aroben) 2011-02-27 10:33:13 PST
It looks like this is due to a difference in the behavior of DumpRenderTree.cpp:urlSuitableForTestResult and -[NSURL(DRTExtras) _drt_descriptionSuitableForTestResult].
Comment 2 Adam Roben (:aroben) 2011-02-27 12:53:46 PST
...and due to the new delegate callback not being exposed in the Windows WebKit1 API.
Comment 3 Adam Roben (:aroben) 2011-02-27 13:11:08 PST
(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.
Comment 4 Adam Roben (:aroben) 2011-02-27 13:31:08 PST
Added Windows expected failure results

Committed r79828: <http://trac.webkit.org/changeset/79828>
Comment 5 Adam Roben (:aroben) 2011-02-27 13:32:50 PST
<rdar://problem/9060203>
Comment 6 Yongjun Zhang 2011-02-28 09:23:36 PST
thanks aroben!