Bug 52993

Summary: REGRESSION(r76463): It broke canvas/philip/tests/2d.path.stroke.skew.html (Requested by Ossy on #webkit).
Product: WebKit Reporter: WebKit Review Bot <webkit.review.bot>
Component: New BugsAssignee: WebKit Review Bot <webkit.review.bot>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling, ossy, vestbo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
ROLLOUT of r76463 none

Description WebKit Review Bot 2011-01-23 23:18:11 PST
http://trac.webkit.org/changeset/76463 broke the build:
It broke canvas/philip/tests/2d.path.stroke.skew.html (Requested by Ossy on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2011-01-23 23:18:32 PST
Created attachment 79897 [details]
ROLLOUT of r76463

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID --ignore-builders

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Csaba Osztrogonác 2011-01-23 23:19:47 PST
diff:

--- /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/canvas/philip/tests/2d.path.stroke.skew-expected.txt	2011-01-23 09:37:30.428511345 -0800
+++ /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/canvas/philip/tests/2d.path.stroke.skew-actual.txt	2011-01-23 09:37:30.428511345 -0800
@@ -1 +1,3 @@
-Passed
+Failed assertion: got pixel [255,0,0,255] at (0,0), expected [0,255,0,255]
+Failed assertion: got pixel [255,0,0,255] at (0,25), expected [0,255,0,255]
+Failed assertion: got pixel [255,0,0,255] at (0,49), expected [0,255,0,255]
Comment 3 WebKit Commit Bot 2011-01-24 00:34:23 PST
Comment on attachment 79897 [details]
ROLLOUT of r76463

Clearing flags on attachment: 79897

Committed r76487: <http://trac.webkit.org/changeset/76487>
Comment 4 WebKit Commit Bot 2011-01-24 00:34:28 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Csaba Osztrogonác 2011-01-24 00:43:32 PST
Reopen to fix the bug.
Comment 6 Andreas Kling 2011-01-24 03:51:34 PST
Committed r76501: <http://trac.webkit.org/changeset/76501>