Skip to content

Commit edce637

Browse files
MattiasBuelensUlisesGascon
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 6410446 commit edce637

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
@@ -24,6 +24,7 @@
2424
},
2525
"readable-streams/owning-type-message-port.any.js": {
2626
"fail": {
27+
"note": "Readable streams with type owning are not yet supported",
2728
"expected": [
2829
"Transferred MessageChannel works as expected",
2930
"Second branch of owning ReadableStream tee should end up into errors with transfer only values"
@@ -35,6 +36,7 @@
3536
},
3637
"readable-streams/owning-type.any.js": {
3738
"fail": {
39+
"note": "Readable streams with type owning are not yet supported",
3840
"expected": [
3941
"ReadableStream can be constructed with owning type",
4042
"ReadableStream of type owning should call start with a ReadableStreamDefaultController",

0 commit comments

Comments
 (0)