[wpt-sync] Sync PR 49451 - Additional GC wpts for streams
Categories
(Core :: DOM: Streams, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49451 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49451
Details from upstream follow.
Adam Rice <ricea@chromium.org> wrote:
Additional GC wpts for streams
Add tests to verify that when the stream and reader/writer are
unreferenced and only the promise returned by read() or write() is
retained, the promise is still resolved correctly.Change-Id: I2b38bbda8c0e9fbdba12235a978991adb8e589e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6051620
Commit-Queue: Adam Rice \<ricea@chromium.org>
Reviewed-by: Nidhi Jaju \<nidhijaju@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1390197}
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 20 tests and 1 subtests
Status Summary
Firefox
OK
: 8
PASS
: 24
TIMEOUT
: 1[Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-linux1804-64-qr-debug] 2[Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-opt]
ERROR
: 10[Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-opt] 11[Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-linux1804-64-qr-debug] 12[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub]
Chrome
OK
: 8
PASS
: 24
ERROR
: 12
Safari
OK
: 8
PASS
: 24
ERROR
: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /streams/readable-streams/garbage-collection.any.shadowrealm-in-sharedworker.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/readable-streams/garbage-collection.any.shadowrealm-in-shadowrealm.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/readable-streams/garbage-collection.https.any.shadowrealm-in-serviceworker.html [wpt.fyi]:
ERROR
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
,GitHub
],TIMEOUT
[Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-opt
] (Chrome:ERROR
, Safari:ERROR
) - /streams/readable-streams/garbage-collection.any.shadowrealm-in-dedicatedworker.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/readable-streams/garbage-collection.https.any.shadowrealm-in-audioworklet.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/readable-streams/garbage-collection.any.shadowrealm-in-window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/writable-streams/garbage-collection.any.shadowrealm-in-dedicatedworker.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/writable-streams/garbage-collection.any.shadowrealm-in-window.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/writable-streams/garbage-collection.https.any.shadowrealm-in-serviceworker.html [wpt.fyi]:
ERROR
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
,GitHub
],TIMEOUT
[Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
] (Chrome:ERROR
, Safari:ERROR
) - /streams/writable-streams/garbage-collection.https.any.shadowrealm-in-audioworklet.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/writable-streams/garbage-collection.any.shadowrealm-in-sharedworker.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
) - /streams/writable-streams/garbage-collection.any.shadowrealm-in-shadowrealm.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)
Comment 4•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b4c7bff94be5
https://hg.mozilla.org/mozilla-central/rev/1af6609f5a34
Description
•