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

Description Alejandro G. Castro 2010-08-31 00:30:37 PDT
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.
Comment 1 Philippe Normand 2012-04-12 09:07:58 PDT
Seems to pass in 64-bit Release at least. Will unskip and watch.