Closed Bug 1742882 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 31738 - Streams: fix tests for abort reason

Categories

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

task

Tracking

()

RESOLVED FIXED
96 Branch
Tracking Status
firefox96 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Mattias Buelens <mattias@buelens.com> wrote:

Streams: fix tests for abort reason

The tests assume that controller.abort(null) behaves like controller.abort(undefined) and that signal.reason should become an AbortError. However, that's not what the spec text says: signal.reason should become null instead.

See whatwg/streams#1189 for context.

Component: web-platform-tests → JavaScript Engine
Product: Testing → Core
Component: JavaScript Engine → DOM: Core & HTML

CI Results

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

Total 7 tests and 11 subtests

Status Summary

Firefox

OK : 2[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] 6[GitHub]
PASS : 8
FAIL : 14[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] 130[GitHub]

Chrome

OK : 6
PASS : 88
FAIL : 50

Safari

OK : 2
PASS : 68
FAIL : 41
ERROR: 4

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

Firefox-only Failures

/streams/piping/abort.any.html
a signal argument 'null' should cause pipeTo() to reject: FAIL
a signal argument 'AbortSignal' should cause pipeTo() to reject: FAIL
a signal argument 'true' should cause pipeTo() to reject: FAIL
a signal argument '-1' should cause pipeTo() to reject: FAIL
a signal argument '[object AbortSignal]' should cause pipeTo() to reject: FAIL
an aborted signal should cause the writable stream to reject with an AbortError: FAIL
preventCancel should prevent canceling the readable: FAIL
preventAbort should prevent aborting the readable: FAIL
preventCancel and preventAbort should prevent canceling the readable and aborting the readable: FAIL
a rejection from underlyingSource.cancel() should be returned by pipeTo(): FAIL
a rejection from underlyingSink.abort() should be returned by pipeTo(): FAIL
a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel(): FAIL
abort signal takes priority over closed readable: FAIL
abort signal takes priority over errored readable: FAIL
abort signal takes priority over closed writable: FAIL
abort signal takes priority over errored writable: FAIL
abort should do nothing after the readable is closed: FAIL
abort should do nothing after the readable is errored: FAIL
abort should do nothing after the readable is errored, even with pending writes: FAIL
abort should do nothing after the writable is errored: FAIL
/streams/piping/abort.any.worker.html
a signal argument 'null' should cause pipeTo() to reject: FAIL
a signal argument 'AbortSignal' should cause pipeTo() to reject: FAIL
a signal argument 'true' should cause pipeTo() to reject: FAIL
a signal argument '-1' should cause pipeTo() to reject: FAIL
a signal argument '[object AbortSignal]' should cause pipeTo() to reject: FAIL
an aborted signal should cause the writable stream to reject with an AbortError: FAIL
preventCancel should prevent canceling the readable: FAIL
preventAbort should prevent aborting the readable: FAIL
preventCancel and preventAbort should prevent canceling the readable and aborting the readable: FAIL
a rejection from underlyingSource.cancel() should be returned by pipeTo(): FAIL
a rejection from underlyingSink.abort() should be returned by pipeTo(): FAIL
a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel(): FAIL
abort signal takes priority over closed readable: FAIL
abort signal takes priority over errored readable: FAIL
abort signal takes priority over closed writable: FAIL
abort signal takes priority over errored writable: FAIL
abort should do nothing after the readable is closed: FAIL
abort should do nothing after the readable is errored: FAIL
abort should do nothing after the readable is errored, even with pending writes: FAIL
abort should do nothing after the writable is errored: FAIL
/streams/piping/abort.any.serviceworker.html
a signal argument 'null' should cause pipeTo() to reject: FAIL
a signal argument 'AbortSignal' should cause pipeTo() to reject: FAIL
a signal argument 'true' should cause pipeTo() to reject: FAIL
a signal argument '-1' should cause pipeTo() to reject: FAIL
a signal argument '[object AbortSignal]' should cause pipeTo() to reject: FAIL
an aborted signal should cause the writable stream to reject with an AbortError: FAIL
preventCancel should prevent canceling the readable: FAIL
preventAbort should prevent aborting the readable: FAIL
preventCancel and preventAbort should prevent canceling the readable and aborting the readable: FAIL
a rejection from underlyingSource.cancel() should be returned by pipeTo(): FAIL
a rejection from underlyingSink.abort() should be returned by pipeTo(): FAIL
a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel(): FAIL
abort signal takes priority over closed readable: FAIL
abort signal takes priority over errored readable: FAIL
abort signal takes priority over closed writable: FAIL
abort signal takes priority over errored writable: FAIL
abort should do nothing after the readable is closed: FAIL
abort should do nothing after the readable is errored: FAIL
abort should do nothing after the readable is errored, even with pending writes: FAIL
abort should do nothing after the writable is errored: FAIL

New Tests That Don't Pass

/streams/piping/abort.any.sharedworker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: OK, Safari: ERROR)
a signal argument 'null' should cause pipeTo() to reject: FAIL (Chrome: PASS)
a signal argument 'AbortSignal' should cause pipeTo() to reject: FAIL (Chrome: PASS)
a signal argument 'true' should cause pipeTo() to reject: FAIL (Chrome: PASS)
a signal argument '-1' should cause pipeTo() to reject: FAIL (Chrome: PASS)
a signal argument '[object AbortSignal]' should cause pipeTo() to reject: FAIL (Chrome: PASS)
an aborted signal should cause the writable stream to reject with an AbortError: FAIL (Chrome: PASS)
(reason: 'null') all the error objects should be the same object: FAIL (Chrome: FAIL)
(reason: 'undefined') all the error objects should be the same object: FAIL (Chrome: FAIL)
(reason: 'error1: error1') all the error objects should be the same object: FAIL (Chrome: FAIL)
preventCancel should prevent canceling the readable: FAIL (Chrome: PASS)
preventAbort should prevent aborting the readable: FAIL (Chrome: PASS)
preventCancel and preventAbort should prevent canceling the readable and aborting the readable: FAIL (Chrome: PASS)
(reason: 'null') abort should prevent further reads: FAIL (Chrome: FAIL)
(reason: 'undefined') abort should prevent further reads: FAIL (Chrome: FAIL)
(reason: 'error1: error1') abort should prevent further reads: FAIL (Chrome: FAIL)
(reason: 'null') all pending writes should complete on abort: FAIL (Chrome: FAIL)
(reason: 'undefined') all pending writes should complete on abort: FAIL (Chrome: FAIL)
(reason: 'error1: error1') all pending writes should complete on abort: FAIL (Chrome: FAIL)
a rejection from underlyingSource.cancel() should be returned by pipeTo(): FAIL (Chrome: PASS)
a rejection from underlyingSink.abort() should be returned by pipeTo(): FAIL (Chrome: PASS)
a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel(): FAIL (Chrome: PASS)
abort signal takes priority over closed readable: FAIL (Chrome: PASS)
abort signal takes priority over errored readable: FAIL (Chrome: PASS)
abort signal takes priority over closed writable: FAIL (Chrome: PASS)
abort signal takes priority over errored writable: FAIL (Chrome: PASS)
abort should do nothing after the readable is closed: FAIL (Chrome: PASS)
abort should do nothing after the readable is errored: FAIL (Chrome: PASS)
abort should do nothing after the readable is errored, even with pending writes: FAIL (Chrome: PASS)
abort should do nothing after the writable is errored: FAIL (Chrome: PASS)
/streams/piping/abort.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: OK, Safari: ERROR)
a signal argument 'null' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument 'AbortSignal' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument 'true' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument '-1' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument '[object AbortSignal]' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
an aborted signal should cause the writable stream to reject with an AbortError: FAIL (Chrome: PASS, Safari: PASS)
(reason: 'null') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
preventCancel should prevent canceling the readable: FAIL (Chrome: PASS, Safari: PASS)
preventAbort should prevent aborting the readable: FAIL (Chrome: PASS, Safari: PASS)
preventCancel and preventAbort should prevent canceling the readable and aborting the readable: FAIL (Chrome: PASS, Safari: PASS)
(reason: 'null') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'null') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
a rejection from underlyingSource.cancel() should be returned by pipeTo(): FAIL (Chrome: PASS, Safari: PASS)
a rejection from underlyingSink.abort() should be returned by pipeTo(): FAIL (Chrome: PASS, Safari: PASS)
a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel(): FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over closed readable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over errored readable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over closed writable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over errored writable: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is closed: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is errored: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is errored, even with pending writes: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the writable is errored: FAIL (Chrome: PASS, Safari: PASS)
/streams/piping/abort.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/streams/piping/abort.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: OK, Safari: ERROR)
a signal argument 'null' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument 'AbortSignal' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument 'true' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument '-1' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument '[object AbortSignal]' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
an aborted signal should cause the writable stream to reject with an AbortError: FAIL (Chrome: PASS, Safari: PASS)
(reason: 'null') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
preventCancel should prevent canceling the readable: FAIL (Chrome: PASS, Safari: PASS)
preventAbort should prevent aborting the readable: FAIL (Chrome: PASS, Safari: PASS)
preventCancel and preventAbort should prevent canceling the readable and aborting the readable: FAIL (Chrome: PASS, Safari: PASS)
(reason: 'null') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'null') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
a rejection from underlyingSource.cancel() should be returned by pipeTo(): FAIL (Chrome: PASS, Safari: PASS)
a rejection from underlyingSink.abort() should be returned by pipeTo(): FAIL (Chrome: PASS, Safari: PASS)
a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel(): FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over closed readable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over errored readable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over closed writable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over errored writable: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is closed: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is errored: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is errored, even with pending writes: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the writable is errored: FAIL (Chrome: PASS, Safari: PASS)
/streams/piping/abort.any.serviceworker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: OK, Safari: ERROR)
a signal argument 'null' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument 'AbortSignal' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument 'true' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument '-1' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
a signal argument '[object AbortSignal]' should cause pipeTo() to reject: FAIL (Chrome: PASS, Safari: PASS)
an aborted signal should cause the writable stream to reject with an AbortError: FAIL (Chrome: PASS, Safari: PASS)
(reason: 'null') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') all the error objects should be the same object: FAIL (Chrome: FAIL, Safari: FAIL)
preventCancel should prevent canceling the readable: FAIL (Chrome: PASS, Safari: PASS)
preventAbort should prevent aborting the readable: FAIL (Chrome: PASS, Safari: PASS)
preventCancel and preventAbort should prevent canceling the readable and aborting the readable: FAIL (Chrome: PASS, Safari: PASS)
(reason: 'null') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') abort should prevent further reads: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'null') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'undefined') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
(reason: 'error1: error1') all pending writes should complete on abort: FAIL (Chrome: FAIL, Safari: FAIL)
a rejection from underlyingSource.cancel() should be returned by pipeTo(): FAIL (Chrome: PASS, Safari: PASS)
a rejection from underlyingSink.abort() should be returned by pipeTo(): FAIL (Chrome: PASS, Safari: PASS)
a rejection from underlyingSink.abort() should be preferred to one from underlyingSource.cancel(): FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over closed readable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over errored readable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over closed writable: FAIL (Chrome: PASS, Safari: PASS)
abort signal takes priority over errored writable: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is closed: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is errored: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the readable is errored, even with pending writes: FAIL (Chrome: PASS, Safari: PASS)
abort should do nothing after the writable is errored: FAIL (Chrome: PASS, Safari: PASS)
/dom/abort/event.any.worker.html
AbortController abort() should fire event synchronously: FAIL (Chrome: FAIL, Safari: FAIL)
AbortController abort(reason) should set signal.reason: FAIL (Chrome: FAIL, Safari: FAIL)
aborting AbortController without reason creates an "AbortError" DOMException: FAIL (Chrome: FAIL, Safari: FAIL)
AbortController abort(undefined) creates an "AbortError" DOMException: FAIL (Chrome: FAIL, Safari: FAIL)
AbortController abort(null) should set signal.reason: FAIL (Chrome: FAIL, Safari: FAIL)
static aborting signal should have right properties: FAIL (Chrome: FAIL, Safari: FAIL)
static aborting signal with reason should set signal.reason: FAIL (Chrome: FAIL, Safari: FAIL)
/dom/abort/event.any.html
AbortController abort() should fire event synchronously: FAIL (Chrome: FAIL, Safari: FAIL)
AbortController abort(reason) should set signal.reason: FAIL (Chrome: FAIL, Safari: FAIL)
aborting AbortController without reason creates an "AbortError" DOMException: FAIL (Chrome: FAIL, Safari: FAIL)
AbortController abort(undefined) creates an "AbortError" DOMException: FAIL (Chrome: FAIL, Safari: FAIL)
AbortController abort(null) should set signal.reason: FAIL (Chrome: FAIL, Safari: FAIL)
static aborting signal should have right properties: FAIL (Chrome: FAIL, Safari: FAIL)
static aborting signal with reason should set signal.reason: FAIL (Chrome: FAIL, Safari: FAIL)

Tests Disabled in Gecko Infrastructure

/streams/piping/abort.any.sharedworker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: OK, Safari: ERROR)
/streams/piping/abort.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: OK, Safari: ERROR)
/streams/piping/abort.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/streams/piping/abort.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: OK, Safari: ERROR)
/streams/piping/abort.any.serviceworker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] (Chrome: OK, Safari: ERROR)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f1e6cacaef0f
[wpt PR 31738] - Streams: fix tests for abort reason, a=testonly
https://hg.mozilla.org/integration/autoland/rev/4b3603e563c3
[wpt PR 31738] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in before you can comment on or make changes to this bug.