[wpt-sync] Sync PR 45559 - Convert all layer WPT tests to synchronous testharness tests
Categories
(Core :: Graphics: Canvas2D, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45559 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45559
Details from upstream follow.
Jean-Philippe Gravel <jpgravel@chromium.org> wrote:
Convert all layer WPT tests to synchronous testharness tests
This is a follow to https://crrev.com/c/5392305, where the new "sync"
test_type was added and one layer test was converted. This CL converts
all other layer tests, for consistency.Bug: 330885075
Change-Id: Ibc36291891db0ee0ce18d5a6f98bbb064bf771a3
Reviewed-on: https://chromium-review.googlesource.com/5424822
WPT-Export-Revision: 094439c50a3ea90f72c7efbbebaf75b4ed00a7c4
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 42 tests and 1 subtests
Status Summary
Firefox
OK
: 42
FAIL
: 42
Chrome
OK
: 42
PASS
: 42
Safari
OK
: 42
FAIL
: 42
Links
Details
New Tests That Don't Pass
- /html/canvas/element/layers/2d.layer.beginLayer-options.html [wpt.fyi]
- Checks beginLayer works for different option parameter values:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Checks beginLayer works for different option parameter values:
- /html/canvas/element/layers/2d.layer.ctm.getTransform.html [wpt.fyi]
- Tests getTransform inside layers.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Tests getTransform inside layers.:
- /html/canvas/element/layers/2d.layer.exceptions-are-no-op.html [wpt.fyi]
- Checks that the context state is left unchanged if beginLayer throws.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Checks that the context state is left unchanged if beginLayer throws.:
- /html/canvas/element/layers/2d.layer.invalid-calls.beginLayer-reset-endLayer.html [wpt.fyi]
- Raises exception on beginLayer() + reset() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + reset() + endLayer().:
- /html/canvas/element/layers/2d.layer.invalid-calls.beginLayer-restore.html [wpt.fyi]
- Raises exception on beginLayer() + restore().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + restore().:
- /html/canvas/element/layers/2d.layer.invalid-calls.beginLayer-save-endLayer.html [wpt.fyi]
- Raises exception on beginLayer() + save() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + save() + endLayer().:
- /html/canvas/element/layers/2d.layer.invalid-calls.endLayer.html [wpt.fyi]
- Raises exception on lone endLayer calls.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on lone endLayer calls.:
- /html/canvas/element/layers/2d.layer.invalid-calls.save-beginLayer-restore.html [wpt.fyi]
- Raises exception on save() + beginLayer() + restore().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on save() + beginLayer() + restore().:
- /html/canvas/element/layers/2d.layer.invalid-calls.save-endLayer.html [wpt.fyi]
- Raises exception on save() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on save() + endLayer().:
- /html/canvas/element/layers/2d.layer.malformed-operations.createPattern.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/element/layers/2d.layer.malformed-operations.drawImage.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/element/layers/2d.layer.malformed-operations.getImageData.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/element/layers/2d.layer.malformed-operations.putImageData.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/element/layers/2d.layer.malformed-operations.toDataURL.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.beginLayer-options.html [wpt.fyi]
- Checks beginLayer works for different option parameter values:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Checks beginLayer works for different option parameter values:
- /html/canvas/offscreen/layers/2d.layer.beginLayer-options.worker.html [wpt.fyi]
- Checks beginLayer works for different option parameter values:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Checks beginLayer works for different option parameter values:
- /html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html [wpt.fyi]
- Tests getTransform inside layers.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Tests getTransform inside layers.:
- /html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.html [wpt.fyi]
- Tests getTransform inside layers.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Tests getTransform inside layers.:
- /html/canvas/offscreen/layers/2d.layer.exceptions-are-no-op.html [wpt.fyi]
- Checks that the context state is left unchanged if beginLayer throws.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Checks that the context state is left unchanged if beginLayer throws.:
- /html/canvas/offscreen/layers/2d.layer.exceptions-are-no-op.worker.html [wpt.fyi]
- Checks that the context state is left unchanged if beginLayer throws.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Checks that the context state is left unchanged if beginLayer throws.:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-reset-endLayer.html [wpt.fyi]
- Raises exception on beginLayer() + reset() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + reset() + endLayer().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-reset-endLayer.worker.html [wpt.fyi]
- Raises exception on beginLayer() + reset() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + reset() + endLayer().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-restore.html [wpt.fyi]
- Raises exception on beginLayer() + restore().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + restore().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-restore.worker.html [wpt.fyi]
- Raises exception on beginLayer() + restore().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + restore().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-save-endLayer.html [wpt.fyi]
- Raises exception on beginLayer() + save() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + save() + endLayer().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-save-endLayer.worker.html [wpt.fyi]
- Raises exception on beginLayer() + save() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on beginLayer() + save() + endLayer().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.endLayer.html [wpt.fyi]
- Raises exception on lone endLayer calls.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on lone endLayer calls.:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.endLayer.worker.html [wpt.fyi]
- Raises exception on lone endLayer calls.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on lone endLayer calls.:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.save-beginLayer-restore.html [wpt.fyi]
- Raises exception on save() + beginLayer() + restore().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on save() + beginLayer() + restore().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.save-beginLayer-restore.worker.html [wpt.fyi]
- Raises exception on save() + beginLayer() + restore().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on save() + beginLayer() + restore().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.save-endLayer.html [wpt.fyi]
- Raises exception on save() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on save() + endLayer().:
- /html/canvas/offscreen/layers/2d.layer.invalid-calls.save-endLayer.worker.html [wpt.fyi]
- Raises exception on save() + endLayer().:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Raises exception on save() + endLayer().:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.createPattern.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.createPattern.worker.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.drawImage.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.drawImage.worker.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.getImageData.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.getImageData.worker.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.putImageData.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.putImageData.worker.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.transferToImageBitmap.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
- /html/canvas/offscreen/layers/2d.layer.malformed-operations.transferToImageBitmap.worker.html [wpt.fyi]
- Check that exceptions are thrown for operations that are malformed while layers are open.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Check that exceptions are thrown for operations that are malformed while layers are open.:
Comment 3•1 year ago
|
||
bugherder |
Description
•