Skip to content
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
Next Next commit
test: expect wpt/encoding/streams to fail
Since we do not implement TextDecoderStream or TextEncoderStream.
  • Loading branch information
joyeecheung committed May 24, 2019
commit 1d0efc5b5d0f73ac89f480bf5d0426b3af40bc01
3 changes: 3 additions & 0 deletions test/wpt/status/encoding.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
},
"unsupported-encodings.any.js": {
"skip": "decoding-helpers.js needs XMLHttpRequest"
},
"streams/*.js": {
"fail": "No implementation of TextDecoderStream and TextEncoderStream"
}
}