Bug 56539 - REGRESSION: http/tests/inspector/console-resource-errors.html failing on WebKit2
Summary: REGRESSION: http/tests/inspector/console-resource-errors.html failing on WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/SnowL...
Keywords: InRadar, LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2011-03-16 22:55 PDT by Adam Roben (:aroben)
Modified: 2011-03-28 17:43 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 Adam Roben (:aroben) 2011-03-16 22:55:35 PDT
http/tests/inspector/console-resource-errors.html is failing on WebKit2 (both SnowLeopard and Windows). See the URL for the diff.

webkit-patch failure-reason says this first failed in r80833 (or r81048, if you ask about the Windows bot), but that makes no sense.
Comment 1 Adam Roben (:aroben) 2011-03-16 23:36:00 PDT
Checked in expected failure results in r81329.
Comment 2 Sam Weinig 2011-03-16 23:37:24 PDT
<rdar://problem/9147575>
Comment 3 Jessie Berlin 2011-03-28 17:23:43 PDT
It is once again failing in WK2 on Mac and Windows with a different diff and I tracked down the new failures to a range it which it regressed again:

http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r82105%20(10084)/results.html
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r82109%20(10085)/results.html

The likely culprits this time are:
http://trac.webkit.org/changeset/82106
http://trac.webkit.org/changeset/82107
Comment 4 Jessie Berlin 2011-03-28 17:26:59 PDT
(In reply to comment #3)
> It is once again failing in WK2 on Mac and Windows with a different diff and I tracked down the new failures to a range it which it regressed again:
> 
> http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r82105%20(10084)/results.html
> http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r82109%20(10085)/results.html
> 
> The likely culprits this time are:
> http://trac.webkit.org/changeset/82106
> http://trac.webkit.org/changeset/82107

... which actually means it was fixed since the actual now matches the platform-agnostic expected results. I will remove the platform-specific results shortly!
Comment 5 Jessie Berlin 2011-03-28 17:43:28 PDT
Removed the expected failing results in http://trac.webkit.org/changeset/82178.

Since the test appears to be fixed, marking it as so.