[Webkit-unassigned] [Bug 49052] New: [GTK] fast/canvas/pointInPath.html fails on the bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 20:59:02 PDT 2010


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

           Summary: [GTK] fast/canvas/pointInPath.html fails on the bots
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org


fast/canvas/pointInPath.html passes locally, but fails on the bots. The test diff:

--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/canvas/pointInPath-expected.txt    2010-11-04 19:59:24.097476774 -0700
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/canvas/pointInPath-actual.txt    2010-11-04 19:59:24.097476774 -0700
@@ -28,7 +28,7 @@
 Translate context (10,10)
 Rectangle at (0,0) 20x20
 PASS ctx.isPointInPath(5, 5) is false
-PASS ctx.isPointInPath(10, 10) is true
+FAIL ctx.isPointInPath(10, 10) should be true. Was false.
 PASS ctx.isPointInPath(20, 20) is true
 PASS ctx.isPointInPath(29, 29) is true
 PASS ctx.isPointInPath(-1, 10) is false
@@ -37,7 +37,7 @@
 Transform context (1, 0, 0, -1, 0, 0)
 Rectangle at (0,0) 20x20
 PASS ctx.isPointInPath(5, 5) is false
-PASS ctx.isPointInPath(10, 0) is true
+FAIL ctx.isPointInPath(10, 0) should be true. Was false.
 PASS ctx.isPointInPath(29, 0) is true
 PASS ctx.isPointInPath(10, 19) is true
 PASS ctx.isPointInPath(21, 10) is true

This may just be an issue with Cairo version on the bots.

-- 
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