Closed
Bug 407105
Opened 18 years ago
Closed 10 months ago
2d.line.join.parallel fails on Mac but passes on Windows/Linux
Categories
(Core :: Graphics, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: Ms2ger)
References
Details
Attachments
(2 files)
1.48 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
1.24 KB,
patch
|
kats
:
review-
|
Details | Diff | Splinter Review |
The following tests pass on Windows/Linux but no Mac:
content/canvas/test/test_2d.line.cap.zerobezier.round.html
content/canvas/test/test_2d.line.join.parallel.html
content/canvas/test/test_2d.strokeRect.zero.5.html
Not sure whether they should pass or fail (canvas spec does not define it), but the platform difference in behavior seems to be a cairo bug or set of bugs. We should probably push this upstream, but I'm not sure how to create a simple-ish cairo testcase here.
Flags: blocking1.9?
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Assignee: nobody → vladimir
Priority: P2 → P3
Updated•17 years ago
|
Flags: tracking1.9+ → blocking1.9-
Updated•17 years ago
|
Flags: wanted-next+
Comment 2•14 years ago
|
||
content/canvas/test/test_2d.line.cap.zerobezier.round.html doesn't exist anymore.
Can someone check if the others still fail on Mac?
Assignee | ||
Comment 3•14 years ago
|
||
I don't have a mac; please see
http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.line.join.parallel.html
http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.strokeRect.zero.5.html
if you do.
Blocks: 622842
Comment 4•13 years ago
|
||
On Nightly on Mac:
> http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.line.
> join.parallel.html
Fails.
> http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.
> strokeRect.zero.5.html
Passes.
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #590450 -
Flags: review?(roc)
Attachment #590450 -
Flags: review?(roc) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Summary: Canvas tests failing on Mac but passing on Windows/Linux → 2d.line.join.parallel fails on Mac but passes on Windows/Linux
Assignee: vladimir → nobody
Comment 7•11 years ago
|
||
http://w3c-test.org:82/2dcontext/line-styles/2d.line.join.parallel.html passes for me on Mac, as does the test in dom/canvas/tests if I run it.
Comment 8•11 years ago
|
||
Attachment #8522440 -
Flags: review?(roc)
Comment 9•11 years ago
|
||
Comment on attachment 8522440 [details] [diff] [review]
Enable other test
Never mind, this still fails on 10.6 it looks like (https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=b139a6cd24a9)
Attachment #8522440 -
Flags: review?(roc) → review-
Updated•3 years ago
|
Severity: normal → S3
Comment 10•10 months ago
|
||
Direct links do not work, and we diligently track w3c test-suite now.
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Updated•10 months ago
|
Assignee: nobody → Ms2ger
You need to log in
before you can comment on or make changes to this bug.
Description
•