Bug 44932
| Summary: | [GTK] canvas/philip/tests/2d.path.isPointInPath.edge-actual.txt fails in the bots | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | pnormand |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 54458 | ||
Alejandro G. Castro
The test fails with this result:
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/canvas/philip/tests/2d.path.isPointInPath.edge-expected.txt 2010-08-30 23:43:29.313921117 -0700
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/canvas/philip/tests/2d.path.isPointInPath.edge-actual.txt 2010-08-30 23:43:29.313921117 -0700
@@ -3,4 +3,4 @@
isPointInPath() counts points on the path as being inside
References: 2d.path.isPointInPath.edge
Actual output:
-Passed
+Failed assertion ctx.isPointInPath(0, 0) === true (got false[boolean], expected true[boolean])
It succeeds in my local computer so maybe it has todo with some library dependency.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Seems to pass in 64-bit Release at least. Will unskip and watch.