Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix wpt tests for webstreams #50779

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: add note about readable streams with type owning
  • Loading branch information
MattiasBuelens committed Nov 20, 2023
commit 18265c8cee9863da01d90e3050cc582b3f0722f6
2 changes: 2 additions & 0 deletions test/wpt/status/streams.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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 @@ -28,6 +29,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