Michaël Zasso
Michaël Zasso
Run with `-j 4`: https://ci.nodejs.org/view/All/job/node-test-commit-aix-targos/1/nodes=aix72-ppc64/
@sumitradawn same error with 4 parallel jobs instead of 6.
@miladfarca Thanks, I included both commits.
Also a repo or something else to download is more difficult to review for malware / malicious code.
There is a (documented) subtlety in Node.js API, which I believe is the source of this issue: When you call `test` inside a `describe`, you are not supposed to await...
We may also need https://github.com/v8/v8/commit/d90d4533b05301e2be813a5f90223f4c6c1bf63d
I already backported it to v20.x. What's missing is https://github.com/nodejs/node/pull/50703.
The CI failure happens with the ASan build (`./configure --enable-asan`)
I'm ready to push it to v20.x-staging with https://github.com/nodejs/node/pull/50181. See https://github.com/nodejs/node/pull/51124#issuecomment-1854138679
I don't feel qualified to review these changes, sorry.