| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
`test-wasm-web-api` was moved from `test/parallel` to `test/es-modules`. Update the status files for parallel and es-modules accordingly. Refs: nodejs#49869 Refs: nodejs#47299 Refs: nodejs#47297
Sorry, something went wrong.
Sorry, something went wrong.
|
Fast-track has been requested by @GeoffreyBooth. Please 👍 to approve. |
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/49958 ✔ Done loading data for nodejs/node/pull/49958 ----------------------------------- PR info ------------------------------------ Title test: update skip for moved `test-wasm-web-api` (#49958) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch richardlau:fixskip -> nodejs:main Labels test, esm, fast-track, author ready, needs-ci Commits 1 - test: update skip for moved `test-wasm-web-api` Committers 1 - Richard Lau PR-URL: https://github.com/nodejs/node/pull/49958 Refs: https://github.com/nodejs/node/pull/49869 Refs: https://github.com/nodejs/node/pull/47299 Refs: https://github.com/nodejs/node/issues/47297 Reviewed-By: Joyee Cheung Reviewed-By: Luigi Pinca Reviewed-By: Geoffrey Booth ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/49958 Refs: https://github.com/nodejs/node/pull/49869 Refs: https://github.com/nodejs/node/pull/47299 Refs: https://github.com/nodejs/node/issues/47297 Reviewed-By: Joyee Cheung Reviewed-By: Luigi Pinca Reviewed-By: Geoffrey Booth -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 29 Sep 2023 15:56:37 GMT ✔ Approvals: 3 ✔ - Joyee Cheung (@joyeecheung) (TSC): https://github.com/nodejs/node/pull/49958#pullrequestreview-1651113176 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/49958#pullrequestreview-1651340315 ✔ - Geoffrey Booth (@GeoffreyBooth) (TSC): https://github.com/nodejs/node/pull/49958#pullrequestreview-1651415560 ℹ This PR is being fast-tracked ✘ This PR needs to wait 43 more hours to land (or 0 hours if there is 1 more approval (👍) of the fast-track request from collaborators). ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-09-29T17:32:55Z: https://ci.nodejs.org/job/node-test-pull-request/54383/ - Querying data for job/node-test-pull-request/54383/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6356595801 |
Sorry, something went wrong.
`test-wasm-web-api` was moved from `test/parallel` to `test/es-modules`. Update the status files for parallel and es-modules accordingly. Refs: #49869 Refs: #47299 Refs: #47297 PR-URL: #49958 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
`test-wasm-web-api` was moved from `test/parallel` to `test/es-modules`. Update the status files for parallel and es-modules accordingly. Refs: nodejs#49869 Refs: nodejs#47299 Refs: nodejs#47297 PR-URL: nodejs#49958 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
| Back | FazBrowse Home | New Git URL |
test-wasm-web-api was moved from test/parallel to test/es-modules. Update the status files for parallel and es-modules accordingly.
Refs: #49869
Refs: #47299
Refs: #47297
Started seeing test-wasm-web-api failing for arm64 debug builds again today.
e.g. https://ci.nodejs.org/job/node-test-commit-arm-debug/nodes=ubuntu2004_debug-arm64/9557/ seems to be the earliest build that it happened in.
According to the reliability repo, we saw this test flaking at the beginning of the year. We started skipping it on arm in #47299. #49869 moved the test from test/parallel to test/es-modules but didn't move the corresponding entry in test/parallel/parallel.status.
cc @nodejs/loaders