| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2f20379 commit c54a8c1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,6 +52,14 @@ jobs: | |||
| 52 | 52 | - name: Update WPT for subsystem ${{ matrix.subsystem }} | |
| 53 | 53 | run: | | |
| 54 | 54 | git node wpt "$SUBSYSTEM" | |
| 55 | + # TODO: Remove this workaround after @node-core/utils stops | ||
| 56 | + # regenerating test/fixtures/wpt/README.md for every subsystem | ||
| 57 | + # update. | ||
| 58 | + # git node wpt currently rewrites test/fixtures/wpt/README.md with a | ||
| 59 | + # generated summary for every subsystem update. versions.json is the | ||
| 60 | + # authoritative metadata, and keeping the README stable avoids | ||
| 61 | + # conflicts between concurrent WPT update PRs. | ||
| 62 | + git restore test/fixtures/wpt/README.md | ||
| 55 | 63 | env: | |
| 56 | 64 | SUBSYSTEM: ${{ matrix.subsystem }} | |
| 57 | 65 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,41 +1,14 @@ | |||
| 1 | 1 | # Web Platform Test Fixtures | |
| 2 | 2 | ||
| 3 | - The files in this folder, including this document, | ||
| 4 | - are generated by [`git node wpt`][]. | ||
| 3 | + The files in this folder are maintained by [`git node wpt`][]. | ||
| 5 | 4 | ||
| 6 | 5 | This folder contains a subset of the [Web Platform Tests][] for the | |
| 7 | 6 | implementation of Web APIs in Node.js. | |
| 8 | 7 | ||
| 9 | 8 | See [test/wpt](../../wpt/README.md) for information on how these tests are run. | |
| 10 | 9 | ||
| 11 | - Last update: | ||
| 12 | - | ||
| 13 | - - common: https://github.com/web-platform-tests/wpt/tree/dbd648158d/common | ||
| 14 | - - compression: https://github.com/web-platform-tests/wpt/tree/67880a4eb8/compression | ||
| 15 | - - console: https://github.com/web-platform-tests/wpt/tree/e48251b778/console | ||
| 16 | - - dom/abort: https://github.com/web-platform-tests/wpt/tree/dc928169ee/dom/abort | ||
| 17 | - - dom/events: https://github.com/web-platform-tests/wpt/tree/0a811c5161/dom/events | ||
| 18 | - - encoding: https://github.com/web-platform-tests/wpt/tree/1ac8deee08/encoding | ||
| 19 | - - fetch/data-urls/resources: https://github.com/web-platform-tests/wpt/tree/7c79d998ff/fetch/data-urls/resources | ||
| 20 | - - FileAPI: https://github.com/web-platform-tests/wpt/tree/cceaf3628d/FileAPI | ||
| 21 | - - hr-time: https://github.com/web-platform-tests/wpt/tree/34cafd797e/hr-time | ||
| 22 | - - html/webappapis/atob: https://github.com/web-platform-tests/wpt/tree/f267e1dca6/html/webappapis/atob | ||
| 23 | - - html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/2c5c3c4c27/html/webappapis/microtask-queuing | ||
| 24 | - - html/webappapis/structured-clone: https://github.com/web-platform-tests/wpt/tree/47d3fb280c/html/webappapis/structured-clone | ||
| 25 | - - html/webappapis/timers: https://github.com/web-platform-tests/wpt/tree/5873f2d8f1/html/webappapis/timers | ||
| 26 | - - interfaces: https://github.com/web-platform-tests/wpt/tree/e1b27be06b/interfaces | ||
| 27 | - - performance-timeline: https://github.com/web-platform-tests/wpt/tree/94caab7038/performance-timeline | ||
| 28 | - - resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing | ||
| 29 | - - resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources | ||
| 30 | - - streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams | ||
| 31 | - - url: https://github.com/web-platform-tests/wpt/tree/a23788b77a/url | ||
| 32 | - - user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing | ||
| 33 | - - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi | ||
| 34 | - - wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi | ||
| 35 | - - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/ff26d9b307/WebCryptoAPI | ||
| 36 | - - webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/2f96fa1996/webidl/ecmascript-binding/es-exceptions | ||
| 37 | - - webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/6495c91853/webmessaging/broadcastchannel | ||
| 38 | - - webstorage: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/webstorage | ||
| 10 | + Pinned upstream WPT revisions for each imported subset are recorded in | ||
| 11 | + [`versions.json`](./versions.json). | ||
| 39 | 12 | ||
| 40 | 13 | [Web Platform Tests]: https://github.com/web-platform-tests/wpt | |
| 41 | 14 | [`git node wpt`]: https://github.com/nodejs/node-core-utils/blob/main/docs/git-node.md#git-node-wpt | |
| Back | FazBrowse Home | New Git URL |
0 commit comments