[Webkit-unassigned] [Bug 52141] New: [Chromium] Issue 57432: Layout Test fast/canvas/drawImage-with-negative-source-destination.html failing with --accelerated-2d-canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 00:36:05 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52141

           Summary: [Chromium] Issue 57432: Layout Test
                    fast/canvas/drawImage-with-negative-source-destination
                    .html failing with --accelerated-2d-canvas
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: takano.naoki at gmail.com
                CC: mdelaney at apple.com



Naoki Takano <takano.naoki at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78379|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=78379)
 --> (https://bugs.webkit.org/attachment.cgi?id=78379&action=review)
Fix shader program

Issue 57432:    Layout Test fast/canvas/drawImage-with-negative-source-destination.html failing with --accelerated-2d-canvas

Originally the test result was following,

run_webkit_tests --accelerated-2d-canvas fast/canvas/drawImage-with-negative-source-destination.html

Txt diffs:

--- D:\src\chromium1\src\webkit\Release\layout-test-results\fast/canvas/drawImage-with-negative-source-destination-expected.txt 
+++ D:\src\chromium1\src\webkit\Release\layout-test-results\fast/canvas/drawImage-with-negative-source-destination-actual.txt 
@@ -3,8 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS imgdata[4] is 0
-PASS imgdata[5] is 255
+FAIL imgdata[4] should be 0. Was 255.
+FAIL imgdata[5] should be 255. Was 0.
 PASS imgdata[6] is 0
 PASS successfullyParsed is true

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list