Closed
Bug 1499913
Opened 6 years ago
Closed 6 years ago
Green up wpt 2dcontext directory on fennec
Categories
(Testing :: web-platform-tests, defect)
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: KWierso, Assigned: KWierso)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
There are a handful of similar failures, all within the 2d.path.stroke.prune* tests:
Unexpected Results
------------------
/2dcontext/path-objects/2d.path.stroke.prune.arc.html
FAIL Zero-length line segments from arcTo and arc are removed before stroking - assert_equals: Red channel of the pixel at (50, 25) expected 0 but got 255
_assertPixel@http://web-platform.test:8000/common/canvas-tests.js:38:5
@http://web-platform.test:8000/2dcontext/path-objects/2d.path.stroke.prune.arc.html:40:1
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/</<@http://web-platform.test:8000/common/canvas-tests.js:66:13
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/<@http://web-platform.test:8000/common/canvas-tests.js:63:9
/2dcontext/path-objects/2d.path.stroke.prune.closed.html
FAIL Zero-length line segments from closed paths are removed before stroking - assert_equals: Red channel of the pixel at (50, 25) expected 0 but got 255
_assertPixel@http://web-platform.test:8000/common/canvas-tests.js:38:5
@http://web-platform.test:8000/2dcontext/path-objects/2d.path.stroke.prune.closed.html:36:1
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/</<@http://web-platform.test:8000/common/canvas-tests.js:66:13
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/<@http://web-platform.test:8000/common/canvas-tests.js:63:9
/2dcontext/path-objects/2d.path.stroke.prune.curve.html
FAIL Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking - assert_equals: Red channel of the pixel at (50, 25) expected 0 but got 255
_assertPixel@http://web-platform.test:8000/common/canvas-tests.js:38:5
@http://web-platform.test:8000/2dcontext/path-objects/2d.path.stroke.prune.curve.html:40:1
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/</<@http://web-platform.test:8000/common/canvas-tests.js:66:13
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/<@http://web-platform.test:8000/common/canvas-tests.js:63:9
/2dcontext/path-objects/2d.path.stroke.prune.line.html
FAIL Zero-length line segments from lineTo are removed before stroking - assert_equals: Red channel of the pixel at (50, 25) expected 0 but got 255
_assertPixel@http://web-platform.test:8000/common/canvas-tests.js:38:5
@http://web-platform.test:8000/2dcontext/path-objects/2d.path.stroke.prune.line.html:35:1
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/</<@http://web-platform.test:8000/common/canvas-tests.js:66:13
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/<@http://web-platform.test:8000/common/canvas-tests.js:63:9
/2dcontext/path-objects/2d.path.stroke.prune.rect.html
FAIL Zero-length line segments from rect and strokeRect are removed before stroking - assert_equals: Red channel of the pixel at (50, 25) expected 0 but got 255
_assertPixel@http://web-platform.test:8000/common/canvas-tests.js:38:5
@http://web-platform.test:8000/2dcontext/path-objects/2d.path.stroke.prune.rect.html:36:1
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/</<@http://web-platform.test:8000/common/canvas-tests.js:66:13
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20
_addTest/<@http://web-platform.test:8000/common/canvas-tests.js:63:9
Assignee | ||
Comment 1•6 years ago
|
||
These tests are already expected FAILs when the os is win, mac, or linux (what else is there?)... So I'm just going to mark these as FAILs for android.
Flags: needinfo?(james)
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → wkocher
Assignee | ||
Comment 3•6 years ago
|
||
Went ahead and triggered this to land since it's just matching the desktop expectations.
Pushed by wkocher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/30f7c1c68f9b
Mark some failing wpt 2dcontext tests as also failing on android
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•6 years ago
|
Flags: needinfo?(james)
You need to log in
before you can comment on or make changes to this bug.
Description
•