Closed Bug 1644226 Opened 4 years ago Closed 4 years ago

[wpt-sync] Sync PR 24041 - Move manual offscreen wpt tests to own folder

Categories

(Core :: DOM: Core & HTML, task, P4)

task

Tracking

()

RESOLVED FIXED
mozilla79
Tracking Status
firefox79 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 24041 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/24041
Details from upstream follow.

Aaron Krajeski <aaronhk@chromium.org> wrote:

Move manual offscreen wpt tests to own folder

Bug: 1091267
Change-Id: Ibe58b5778860d91d3181ded85024f27271d4a0d8
Reviewed-on: https://chromium-review.googlesource.com/2236040
WPT-Export-Revision: 7a95b0728d4048cedf678697f464f77bd1c1d1d7

Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Status: RESOLVED → REOPENED
Resolution: INVALID → ---

CI Results

Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 20 tests and 8 subtests

Status Summary

Firefox

OK : 14[Gecko-linux1804-64-debug, Gecko-windows10-64-debug, Gecko-windows10-64-qr-debug, Gecko-windows7-32-opt, GitHub] 15[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-opt, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug]
PASS : 1
FAIL : 105
TIMEOUT: 1
ERROR : 5[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-opt, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug] 6[Gecko-linux1804-64-debug, Gecko-windows10-64-debug, Gecko-windows10-64-qr-debug, Gecko-windows7-32-opt, GitHub]

Chrome

OK : 19
PASS : 102
FAIL : 6
ERROR : 1

Safari

OK : 14
PASS : 1
FAIL : 105
TIMEOUT: 1
ERROR : 6

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/html/canvas/offscreen/manual/filter/offscreencanvas.filter.w.html: ERROR (Chrome: OK, Safari: ERROR)
offscreencanvas: TIMEOUT (Chrome: PASS, Safari: TIMEOUT)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.resize.html
Verify that resizing a 2d context resets its state.: FAIL (Chrome: PASS, Safari: FAIL)
Verify that writing to the width and height attributes of an OffscreenCanvas works when there is a 2d context attached.: FAIL (Chrome: PASS, Safari: FAIL)
Verify that resizing an OffscreenCanvas with a webgl context propagates the new size to its placeholder canvas asynchronously.: FAIL (Chrome: FAIL, Safari: FAIL)
Verify that setting the size of a 2d context to the same size it already had resets its state.: FAIL (Chrome: PASS, Safari: FAIL)
Verify that writing to the width and height attributes of an OffscreenCanvas works when there is no context attached.: FAIL (Chrome: PASS, Safari: FAIL)
Verify that resizing an OffscreenCanvas with a 2d context propagates the new size to its placeholder canvas asynchronously.: FAIL (Chrome: PASS, Safari: FAIL)
Verify that drawImage uses the size of the frame as the intinsic size of a placeholder canvas.: FAIL (Chrome: FAIL, Safari: FAIL)
Verify that writing to the width and height attributes of an OffscreenCanvas works when there is a webgl context attached.: FAIL (Chrome: PASS, Safari: FAIL)
Verify that writing to the width or height attribute of a placeholder canvas throws an exception: FAIL (Chrome: PASS, Safari: FAIL)
Verify that writing to the width or height attribute of a placeholder canvas throws an exception even when not changing the value of the attribute.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.w.html: ERROR (Chrome: OK, Safari: ERROR)
Test that calling getContext('webgl') on a detached OffscreenCanvas throws exception in a worker.: FAIL (Chrome: PASS, Safari: FAIL)
Test that transfer an OffscreenCanvas that has a webgl context throws exception in a worker.: FAIL (Chrome: FAIL, Safari: FAIL)
Test that transfer an OffscreenCanvas twice throws exception in a worker.: FAIL (Chrome: PASS, Safari: FAIL)
Test that calling getContext('2d') on a detached OffscreenCanvas throws exception in a worker.: FAIL (Chrome: PASS, Safari: FAIL)
Test that OffscreenCanvas's size is correct after being transferred from a worker.: FAIL (Chrome: PASS, Safari: FAIL)
Test that transfer an OffscreenCanvas that has a 2d context throws exception in a worker.: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/manual/filter/offscreencanvas.filter.html
none: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen.html
Test that calling transferControlToOffscreen twice throws an exception: FAIL (Chrome: PASS, Safari: FAIL)
Test that an OffscreenCanvas generated by transferControlToOffscreen gets correct width and height: FAIL (Chrome: PASS, Safari: FAIL)
Test that calling getContext on a placeholder canvas that has already transferred its control throws an exception: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/image-smoothing/image.smoothing.html
On getting imageSmoothingEnabled, the user agent must return the last value it was set to.: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with stroke() and createPattern().: FAIL (Chrome: PASS, Safari: FAIL)
When the context is created, imageSmoothingEnabled must be set to true.: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with drawImage().: FAIL (Chrome: PASS, Safari: FAIL)
Test that image smoothing works when imageSmoothingEnabled is set to true: FAIL (Chrome: PASS, Safari: FAIL)
Test that image smoothing is actually on by default.: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fillRect and createPattern().: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fill() and createPattern().: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) still works after repaints.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.html
Test that getContext with supported string returns correct results: FAIL (Chrome: PASS, Safari: FAIL)
Test that webglcontext.canvas should return the original OffscreenCanvas: FAIL (Chrome: PASS, Safari: FAIL)
Test that OffscreenCanvasRenderingContext2D with alpha enabled preserves the alpha: FAIL (Chrome: PASS, Safari: FAIL)
Test that getContext with un-supported string throws a TypeError.: FAIL (Chrome: PASS, Safari: FAIL)
Test that OffscreenCanvasRenderingContext2D with alpha disabled makes the OffscreenCanvas opaque: FAIL (Chrome: PASS, Safari: FAIL)
Test that getContext twice with different context type returns null the second time: FAIL (Chrome: PASS, Safari: FAIL)
Test that 'alpha' context creation attribute is true by default: FAIL (Chrome: PASS, Safari: FAIL)
Test that 2dcontext.canvas should return the original OffscreenCanvas: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.w.html: ERROR (Chrome: OK, Safari: ERROR)
Test that convertToBlob with jpeg/default quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with png/0.2 quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with webp/1.0 quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that call convertToBlob on a OffscreenCanvas with size 0 throws exception in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with png/1.0 quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with default type/1.0 quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with jpeg/1.0 quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with webp/0.2 quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with webp/default quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that call convertToBlob on a detached OffscreenCanvas throws exception in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with jpeg/0.2 quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with default type/0.2 quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with png/default quality produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with default arguments produces correct result in a worker: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen.w.html
Test that calling getContext on a placeholder canvas that is transferred its control to an OffscreenCanvas throws an exception, when the OffscreenCanvas is transferred to a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that an OffscreenCanvas generated by transferControlToOffscreen gets correct width and height when it is transferred to a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that calling transferControlToOffscreen twice throws an exception, when its associated OffscreenCanvas is transferred to a worker: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.constructor.worker.html
Test that calling OffscreenCanvas's constructor generates correct width and height.: FAIL (Chrome: PASS, Safari: FAIL)
Test that OffscreenCanvas constructor handles invalid arguments correctly in a worker: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/transformations/2d.transformation.getTransform.html: ERROR (Chrome: OK, Safari: ERROR)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.constructor.html
Test that calling OffscreenCanvas's constructor generates correct width and height.: FAIL (Chrome: PASS, Safari: FAIL)
Test that OffscreenCanvas constructor handles invalid arguments correctly: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w.html: ERROR (Chrome: OK, Safari: ERROR)
Test that call transferToImageBitmap twice returns an ImageBitmap with correct color in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that transferToImageBitmap returns an ImageBitmap with correct width and height in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that transferToImageBitmap returns an ImageBitmap with correct color in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that call transferToImageBitmap on a detached OffscreenCanvas throws an exception in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that call transferToImageBitmap without a context throws an exception in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that call transferToImageBitmap preserves transform in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that transferToImageBitmap won't change context's property in a worker: FAIL (Chrome: PASS, Safari: FAIL)
Test that call transferToImageBitmap twice on a alpha-disabled context returns an ImageBitmap with correct color in a worker: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.html
Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.: FAIL (Chrome: PASS, Safari: FAIL)
Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement is a noop.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.w.html: ERROR [Gecko-linux1804-64-debug, Gecko-windows10-64-debug, Gecko-windows10-64-qr-debug, Gecko-windows7-32-opt, GitHub], OK [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-opt, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug] (Chrome: OK, Safari: ERROR)
Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.: FAIL (Chrome: PASS, Safari: FAIL)
Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement throws an exception in a worker.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/image-smoothing/image.smoothing.worker.html
On getting imageSmoothingEnabled, the user agent must return the last value it was set to.: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with stroke() and createPattern().: FAIL (Chrome: PASS, Safari: FAIL)
When the context is created, imageSmoothingEnabled must be set to true.: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with drawImage().: FAIL (Chrome: PASS, Safari: FAIL)
Test that image smoothing works when imageSmoothingEnabled is set to true: FAIL (Chrome: PASS, Safari: FAIL)
Test that image smoothing is actually on by default.: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fillRect and createPattern().: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fill() and createPattern().: FAIL (Chrome: PASS, Safari: FAIL)
Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) still works after repaints.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.html
Test that transfer an OffscreenCanvas that has a context throws exception.: FAIL (Chrome: FAIL, Safari: FAIL)
Test that offscreenCanvas's size is correct after being transferred to a worker.: FAIL (Chrome: PASS, Safari: FAIL)
Test that calling getContext('webgl') on a detached OffscreenCanvas throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
Test that transfer an OffscreenCanvas twice throws exception.: FAIL (Chrome: FAIL, Safari: FAIL)
Test that calling getContext('2d') on a detached OffscreenCanvas throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.html
Test that convertToBlob with webp produces correct result: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with default type produces correct result: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with png produces correct result: FAIL (Chrome: PASS, Safari: FAIL)
Test that convertToBlob with jpge produces correct result: FAIL (Chrome: PASS, Safari: FAIL)
Test that call convertToBlob on a OffscreenCanvas with size 0 throws exception: FAIL (Chrome: PASS, Safari: FAIL)
Test that call convertToBlob on a detached OffscreenCanvas throws exception: FAIL (Chrome: PASS, Safari: FAIL)
Test that call convertToBlob on a OffscreenCanvas with tainted origin throws exception: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.html
Test that transferToImageBitmap returns an ImageBitmap with correct color: FAIL (Chrome: PASS, Safari: FAIL)
Test that call transferToImageBitmap on a detached OffscreenCanvas throws an exception: FAIL (Chrome: PASS, Safari: FAIL)
Test that transferToImageBitmap returns an ImageBitmap with correct width and height: FAIL (Chrome: PASS, Safari: FAIL)
Test that transferToImageBitmap without a context throws an exception: FAIL (Chrome: PASS, Safari: FAIL)
Test that transferToImageBitmap preserves transform: FAIL (Chrome: PASS, Safari: FAIL)
Test that transferToImageBitmap won't change context's property: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html
Test that getContext with supported string returns correct results: FAIL (Chrome: PASS, Safari: FAIL)
Test that webglcontext.canvas should return the original OffscreenCanvas: FAIL (Chrome: PASS, Safari: FAIL)
Test that OffscreenCanvasRenderingContext2D with alpha enabled preserves the alpha: FAIL (Chrome: PASS, Safari: FAIL)
Test that getContext with un-supported string throws a TypeError.: FAIL (Chrome: PASS, Safari: FAIL)
Test that OffscreenCanvasRenderingContext2D with alpha disabled makes the OffscreenCanvas opaque: FAIL (Chrome: PASS, Safari: FAIL)
Test that getContext twice with different context type returns null the second time: FAIL (Chrome: PASS, Safari: FAIL)
Test that 'alpha' context creation attribute is true by default: FAIL (Chrome: PASS, Safari: FAIL)
Test that 2dcontext.canvas should return the original OffscreenCanvas: FAIL (Chrome: PASS, Safari: FAIL)

Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3737cf2acaf3 [wpt PR 24041] - Move manual offscreen wpt tests to own folder, a=testonly https://hg.mozilla.org/integration/autoland/rev/3fb6b940ae64 [wpt PR 24041] - Update wpt metadata, a=testonly
Status: REOPENED → RESOLVED
Closed: 4 years ago4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in before you can comment on or make changes to this bug.