[wpt-sync] Sync PR 28266 - Streams: test whether canceling both branches in sequence with delay works
Categories
(Core :: JavaScript Engine, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28266 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28266
Details from upstream follow.
b'Mattias Buelens <mattias@buelens.com>' wrote:
Streams: test whether canceling both branches in sequence with delay works
Accompanies whatwg/streams#1118.
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 24 subtests
Status Summary
Firefox
OK : 4
PASS : 92
FAIL : 4
Chrome
OK : 4
PASS : 80
FAIL : 16
Safari
PASS : 51
FAIL : 21
ERROR: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/streams/readable-streams/tee.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/streams/readable-streams/tee.any.worker.html
ReadableStream teeing: failing to cancel when canceling both branches in sequence with delay: FAIL (Chrome: PASS, Safari: FAIL)
/streams/readable-streams/tee.any.serviceworker.html
ReadableStream teeing: failing to cancel when canceling both branches in sequence with delay: FAIL (Chrome: PASS, Safari: FAIL)
/streams/readable-streams/tee.any.sharedworker.html
ReadableStream teeing: failing to cancel when canceling both branches in sequence with delay: FAIL (Chrome: PASS)
/streams/readable-streams/tee.any.html
ReadableStream teeing: failing to cancel when canceling both branches in sequence with delay: FAIL (Chrome: PASS, Safari: FAIL)
Tests Disabled in Gecko Infrastructure
/streams/readable-streams/tee.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
Comment 4•4 years ago
|
||
Backed out for SM busgates on tee.any.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/9c5637027e7a719168dac8e1b17bb23d7b5e24ff
Log link: https://treeherder.mozilla.org/logviewer?job_id=335262800&repo=autoland&lineNumber=180085
Please also take a look over this bustages: https://treeherder.mozilla.org/logviewer?job_id=335262839&repo=autoland&lineNumber=373
Comment 5•4 years ago
|
||
You can land https://phabricator.services.mozilla.com/D110657 together with the wpt update, which fixes this issue.
Comment 6•4 years ago
|
||
Ah sorry. Never mind. This only fixes https://treeherder.mozilla.org/logviewer?job_id=335262800&repo=autoland&lineNumber=180085 and not https://treeherder.mozilla.org/logviewer?job_id=335262839&repo=autoland&lineNumber=373.
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Backed out 73 changesets (bug 1701013, bug 1702002, bug 1702409, bug 1700460, bug 1702343, bug 1702064, bug 1702127, bug 1695201, bug 1701094, bug 1701518, bug 1701925, bug 1701082, bug 1700731, bug 1702554, bug 1700806, bug 1702636, bug 1702356, bug 1701367, bug 1702213, bug 1702016, bug 1702072, bug 1701552, bug 1701163, bug 1701617, bug 1700590, bug 1702395, bug 1701957, bug 1701869, bug 1701665, bug 1701797, bug 1701815, bug 1702311, bug 1699554, bug 1685746, bug 1701854, bug 1701743, bug 1700962, bug 1701149, bug 1702063, bug 1701835, bug 1700680, bug 1702346, bug 1699663, bug 1701088, bug 1701554, bug 1701340, bug 1700555, bug 1701965) for Spidermonkey failure in websockets/Close-reason-unpaired-surrogates.any.js. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer?job_id=335267492&repo=autoland&lineNumber=377
Backout:
https://hg.mozilla.org/integration/autoland/rev/8bebec4f7e52607f814099eab46191e7d510c02a
Comment 9•4 years ago
|
||
Like I said in comment 6, my patch D110657 doesn't fix this issue.
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
Comment 12•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8f39512dcf14
https://hg.mozilla.org/mozilla-central/rev/0dc116fb6378
Description
•