Skip to content

Commit

Permalink
test: add note about readable streams with type owning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
MattiasBuelens authored and UlisesGascon committed Dec 19, 2023
1 parent 6410446 commit edce637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/wpt/status/streams.json
Expand Up @@ -24,6 +24,7 @@
},
"readable-streams/owning-type-message-port.any.js": {
"fail": {
"note": "Readable streams with type owning are not yet supported",
"expected": [
"Transferred MessageChannel works as expected",
"Second branch of owning ReadableStream tee should end up into errors with transfer only values"
Expand All @@ -35,6 +36,7 @@
},
"readable-streams/owning-type.any.js": {
"fail": {
"note": "Readable streams with type owning are not yet supported",
"expected": [
"ReadableStream can be constructed with owning type",
"ReadableStream of type owning should call start with a ReadableStreamDefaultController",
Expand Down

0 comments on commit edce637

Please sign in to comment.