WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
49052
[GTK] fast/canvas/pointInPath.html fails on the bots
https://bugs.webkit.org/show_bug.cgi?id=49052
Summary
[GTK] fast/canvas/pointInPath.html fails on the bots
Martin Robinson
Reported
2010-11-04 20:59:02 PDT
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
Comment 1
2012-05-05 09:49:39 PDT
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
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug