From 0636458abc290ab6ec8fc312af9713f9710c3975 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Fri, 25 Sep 2020 00:03:49 +0900 Subject: [PATCH] test: update wpt tests for encoding Refs: https://github.com/web-platform-tests/wpt/pull/25542 --- test/fixtures/wpt/README.md | 2 +- test/fixtures/wpt/encoding/idlharness.any.js | 2 +- test/fixtures/wpt/versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index 65a99eed693acf..9f6f20f5f47e89 100644 --- a/test/fixtures/wpt/README.md +++ b/test/fixtures/wpt/README.md @@ -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/3b1f72e99a/console -- encoding: https://github.com/web-platform-tests/wpt/tree/11e6941923/encoding +- encoding: https://github.com/web-platform-tests/wpt/tree/d7f9e16c9a/encoding - url: https://github.com/web-platform-tests/wpt/tree/e2ddf48b78/url - resources: https://github.com/web-platform-tests/wpt/tree/1d14e821b9/resources - interfaces: https://github.com/web-platform-tests/wpt/tree/15e47f779c/interfaces diff --git a/test/fixtures/wpt/encoding/idlharness.any.js b/test/fixtures/wpt/encoding/idlharness.any.js index 7a057f14e3a78c..acd100c43b461c 100644 --- a/test/fixtures/wpt/encoding/idlharness.any.js +++ b/test/fixtures/wpt/encoding/idlharness.any.js @@ -4,7 +4,7 @@ idl_test( ['encoding'], - [], // No deps + ['streams'], idl_array => { idl_array.add_objects({ TextEncoder: ['new TextEncoder()'], diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index fff5a5dde3c7da..d1d47d6d27caac 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -4,7 +4,7 @@ "path": "console" }, "encoding": { - "commit": "11e6941923248f0acbb53e9209be966edc27a270", + "commit": "d7f9e16c9a9d578a05b59787ba4de68b710de725", "path": "encoding" }, "url": {