Bug 49052
| Summary: | [GTK] fast/canvas/pointInPath.html fails on the bots | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | zan |
| Priority: | P3 | Keywords: | Gtk |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Martin Robinson
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Zan Dobersek
The tests covered by this bug were found to be passing consistently after moving from using the Skipped list to using test_expectations.txt. Their expectations were removed in r116122[1] (covered by bug #85591). Closing the bug.
1: http://trac.webkit.org/changeset/116122