Skip to content

Commit

Permalink
test: update wpt tests for encoding
Browse files Browse the repository at this point in the history
Refs: web-platform-tests/wpt#25542

PR-URL: nodejs#35330
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
watilde committed Sep 29, 2020
1 parent 52657b3 commit a00ecd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/wpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [test/wpt](../../wpt/README.md) for information on how these tests are run.
Last update:

- console: https://github.com/web-platform-tests/wpt/tree/9786a4b131/console
- encoding: https://github.com/web-platform-tests/wpt/tree/5059d2c777/encoding
- encoding: https://github.com/web-platform-tests/wpt/tree/d7f9e16c9a/encoding
- url: https://github.com/web-platform-tests/wpt/tree/418f7fabeb/url
- resources: https://github.com/web-platform-tests/wpt/tree/e1fddfbf80/resources
- interfaces: https://github.com/web-platform-tests/wpt/tree/8ada332aea/interfaces
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wpt/encoding/idlharness.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

idl_test(
['encoding'],
[], // No deps
['streams'],
idl_array => {
idl_array.add_objects({
TextEncoder: ['new TextEncoder()'],
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wpt/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"path": "console"
},
"encoding": {
"commit": "5059d2c77703d67d2f76931b44e6d2437526b6e9",
"commit": "d7f9e16c9a9d578a05b59787ba4de68b710de725",
"path": "encoding"
},
"url": {
Expand Down

0 comments on commit a00ecd6

Please sign in to comment.