Closed Bug 1734732 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 31159 - Streams: test whether enqueue() and close() works while both branches are pulling

Categories

(Core :: JavaScript Engine, task, P4)

task

Tracking

()

RESOLVED FIXED
95 Branch
Tracking Status
firefox95 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Mattias Buelens <mattias@buelens.com> wrote:

Streams: test whether enqueue() and close() works while both branches are pulling

See whatwg/streams#1172 for the accompanying spec change.

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

CI Results

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

Total 10 tests and 26 subtests

Status Summary

Firefox

OK : 4[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] 8[GitHub]
PASS : 104[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] 108[GitHub]
FAIL : 148

Chrome

OK : 8
PASS : 128
FAIL : 128

Safari

OK : 3
PASS : 66
FAIL : 126
ERROR: 5

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/streams/readable-byte-streams/tee.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: OK)
ReadableStream teeing with byte source: rs.tee() returns an array of two ReadableStreams: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: should be able to read one branch to the end without affecting the other: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: chunks should be cloned for each branch: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: chunks for BYOB requests from branch 1 should be cloned to branch 2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: errors in the source should propagate to both branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should not impact branch2: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch2 should not impact branch1: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches should aggregate the cancel reasons into an array: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches in reverse order should aggregate the cancel reasons into an array: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: failing to cancel the original stream should cause cancel() to reject on branches: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: erroring a teed stream should properly handle canceled branches: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: closing the original should close the branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should immediately error the branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should error pending reads from default reader: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should error pending reads from BYOB reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should finish when branch2 reads until end of stream: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should finish when original stream errors: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should not pull any chunks if no branches are reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should only pull enough to fill the emptiest queue: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should not pull when original is already errored: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while branch 1 is reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while branch 2 is reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while both branches are reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches in sequence with delay: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: failing to cancel when canceling both branches in sequence with delay: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch1, cancel branch2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch2, cancel branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch2, enqueue to branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch1, respond to branch2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: pull with BYOB reader, then pull with default reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: pull with default reader, then pull with BYOB reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch2, then read from branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 with default reader, then close while branch2 has pending BYOB read: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch2 with default reader, then close while branch1 has pending BYOB read: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: close when both branches have pending BYOB reads: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: enqueue() and close() while both branches are pulling: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: respond() and close() while both branches are pulling: FAIL (Chrome: FAIL, Safari: FAIL)
/streams/readable-byte-streams/tee.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/streams/readable-byte-streams/tee.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: OK)
ReadableStream teeing with byte source: rs.tee() returns an array of two ReadableStreams: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: should be able to read one branch to the end without affecting the other: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: chunks should be cloned for each branch: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: chunks for BYOB requests from branch 1 should be cloned to branch 2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: errors in the source should propagate to both branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should not impact branch2: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch2 should not impact branch1: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches should aggregate the cancel reasons into an array: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches in reverse order should aggregate the cancel reasons into an array: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: failing to cancel the original stream should cause cancel() to reject on branches: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: erroring a teed stream should properly handle canceled branches: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: closing the original should close the branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should immediately error the branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should error pending reads from default reader: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should error pending reads from BYOB reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should finish when branch2 reads until end of stream: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should finish when original stream errors: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should not pull any chunks if no branches are reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should only pull enough to fill the emptiest queue: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should not pull when original is already errored: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while branch 1 is reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while branch 2 is reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while both branches are reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches in sequence with delay: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: failing to cancel when canceling both branches in sequence with delay: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch1, cancel branch2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch2, cancel branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch2, enqueue to branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch1, respond to branch2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: pull with BYOB reader, then pull with default reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: pull with default reader, then pull with BYOB reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch2, then read from branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 with default reader, then close while branch2 has pending BYOB read: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch2 with default reader, then close while branch1 has pending BYOB read: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: close when both branches have pending BYOB reads: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: enqueue() and close() while both branches are pulling: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: respond() and close() while both branches are pulling: FAIL (Chrome: FAIL, Safari: FAIL)
/streams/readable-byte-streams/tee.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)
ReadableStream teeing with byte source: rs.tee() returns an array of two ReadableStreams: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: should be able to read one branch to the end without affecting the other: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: chunks should be cloned for each branch: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: chunks for BYOB requests from branch 1 should be cloned to branch 2: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: errors in the source should propagate to both branches: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: canceling branch1 should not impact branch2: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: canceling branch2 should not impact branch1: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: canceling both branches should aggregate the cancel reasons into an array: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: canceling both branches in reverse order should aggregate the cancel reasons into an array: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: failing to cancel the original stream should cause cancel() to reject on branches: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: erroring a teed stream should properly handle canceled branches: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: closing the original should close the branches: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: erroring the original should immediately error the branches: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: erroring the original should error pending reads from default reader: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: erroring the original should error pending reads from BYOB reader: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: canceling branch1 should finish when branch2 reads until end of stream: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: canceling branch1 should finish when original stream errors: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: should not pull any chunks if no branches are reading: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: should only pull enough to fill the emptiest queue: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: should not pull when original is already errored: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while branch 1 is reading: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while branch 2 is reading: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while both branches are reading: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: canceling both branches in sequence with delay: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: failing to cancel when canceling both branches in sequence with delay: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch1, cancel branch2: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch2, cancel branch1: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch2, enqueue to branch1: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch1, respond to branch2: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: pull with BYOB reader, then pull with default reader: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: pull with default reader, then pull with BYOB reader: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: read from branch2, then read from branch1: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: read from branch1 with default reader, then close while branch2 has pending BYOB read: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: read from branch2 with default reader, then close while branch1 has pending BYOB read: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: close when both branches have pending BYOB reads: FAIL (Chrome: FAIL)
ReadableStream teeing with byte source: enqueue() and close() while both branches are pulling: FAIL (Chrome: PASS)
ReadableStream teeing with byte source: respond() and close() while both branches are pulling: FAIL (Chrome: FAIL)
/streams/readable-byte-streams/tee.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: OK)
ReadableStream teeing with byte source: rs.tee() returns an array of two ReadableStreams: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: should be able to read one branch to the end without affecting the other: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: chunks should be cloned for each branch: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: chunks for BYOB requests from branch 1 should be cloned to branch 2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: errors in the source should propagate to both branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should not impact branch2: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch2 should not impact branch1: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches should aggregate the cancel reasons into an array: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches in reverse order should aggregate the cancel reasons into an array: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: failing to cancel the original stream should cause cancel() to reject on branches: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: erroring a teed stream should properly handle canceled branches: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: closing the original should close the branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should immediately error the branches: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should error pending reads from default reader: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: erroring the original should error pending reads from BYOB reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should finish when branch2 reads until end of stream: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling branch1 should finish when original stream errors: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should not pull any chunks if no branches are reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should only pull enough to fill the emptiest queue: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: should not pull when original is already errored: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while branch 1 is reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while branch 2 is reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: stops pulling when original stream errors while both branches are reading: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: canceling both branches in sequence with delay: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: failing to cancel when canceling both branches in sequence with delay: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch1, cancel branch2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch2, cancel branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch2, enqueue to branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 and branch2, cancel branch1, respond to branch2: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: pull with BYOB reader, then pull with default reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: pull with default reader, then pull with BYOB reader: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch2, then read from branch1: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch1 with default reader, then close while branch2 has pending BYOB read: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: read from branch2 with default reader, then close while branch1 has pending BYOB read: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: close when both branches have pending BYOB reads: FAIL (Chrome: FAIL, Safari: FAIL)
ReadableStream teeing with byte source: enqueue() and close() while both branches are pulling: FAIL (Chrome: PASS, Safari: FAIL)
ReadableStream teeing with byte source: respond() and close() while both branches are pulling: FAIL (Chrome: FAIL, Safari: FAIL)
/streams/readable-streams/tee.any.js: SKIP (Chrome: SKIP, Safari: SKIP)

Tests Disabled in Gecko Infrastructure

/streams/readable-byte-streams/tee.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: OK)
/streams/readable-byte-streams/tee.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/streams/readable-byte-streams/tee.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: OK)
/streams/readable-byte-streams/tee.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/readable-byte-streams/tee.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: OK)
/streams/readable-streams/tee.any.js: SKIP (Chrome: SKIP, Safari: SKIP)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e00be1e3c014
[wpt PR 31159] - Streams: test whether enqueue() and close() works while both branches are pulling, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in before you can comment on or make changes to this bug.