Skip to content

Commit 628a12a

Browse files
MattiasBuelensRafaelGSS
authored andcommitted
test: add note about readable streams with type owning
PR-URL: #50779 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent e5cce00 commit 628a12a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/wpt/status/streams.json

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"readable-streams/owning-type-message-port.any.js": {
1919
"fail": {
20+
"note": "Readable streams with type owning are not yet supported",
2021
"expected": [
2122
"Transferred MessageChannel works as expected",
2223
"Second branch of owning ReadableStream tee should end up into errors with transfer only values"
@@ -28,6 +29,7 @@
2829
},
2930
"readable-streams/owning-type.any.js": {
3031
"fail": {
32+
"note": "Readable streams with type owning are not yet supported",
3133
"expected": [
3234
"ReadableStream can be constructed with owning type",
3335
"ReadableStream of type owning should call start with a ReadableStreamDefaultController",

0 commit comments

Comments
 (0)