- From: Mattias Buelens <notifications@github.com>
- Date: Tue, 04 Apr 2023 14:24:23 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 April 2023 21:24:36 UTC
It looks like it's been a while since we synced the reference implementation with the latest WPT. This aims to fix that. The following errors came up: * `Error: Unexpected URL: /common/gc.js`: I opened https://github.com/domenic/wpt-runner/pull/27 to include this file. * `structuredClone is not defined`: I expose this function in the test runner, and bumped the CI to Node 18. * `enqueue() must not synchronously call write algorithm`: This test was added in https://github.com/web-platform-tests/wpt/pull/39103, but was not tested against the reference implementation. I'm not entirely sure what the intention was here: does the spec need to be updated for this? 😕 You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/1264 -- Commit Summary -- * Roll WPT * Expose structuredClone in test runner -- File Changes -- M .github/workflows/test.yml (2) M reference-implementation/run-web-platform-tests.js (1) M reference-implementation/web-platform-tests (2) -- Patch Links -- https://github.com/whatwg/streams/pull/1264.patch https://github.com/whatwg/streams/pull/1264.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1264 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1264@github.com>
Received on Tuesday, 4 April 2023 21:24:36 UTC