| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
Sorry, something went wrong.
|
The CI test error seems to require a fix for #51308. 12:20:46 1480c755c560 8 JS:~functionTwo /home/iojs/build/workspace/node-test-commit-v8-linux/test/fixtures/linux-perf-logger.js:13:21
12:20:46 1480c755c600 3c JS:~functionOne /home/iojs/build/workspace/node-test-commit-v8-linux/test/fixtures/linux-perf-logger.js:7:21
12:20:46
12:20:46 </end perf map content>
12:20:46
12:20:46 at runSuite (/home/iojs/build/workspace/node-test-commit-v8-linux/test/v8-updates/test-linux-perf-logger.js:145:10)
12:20:46 at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-v8-linux/test/v8-updates/test-linux-perf-logger.js:148:1)
12:20:46 at Module._compile (node:internal/modules/cjs/loader:1476:14)
12:20:46 at Module._extensions..js (node:internal/modules/cjs/loader:1555:10)
12:20:46 at Module.load (node:internal/modules/cjs/loader:1288:32)
12:20:46 at Module._load (node:internal/modules/cjs/loader:1104:12)
12:20:46 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:191:14)
12:20:46 at node:internal/main/run_main_module:30:49 {
12:20:46 generatedMessage: false,
12:20:46 code: 'ERR_ASSERTION',
12:20:46 actual: 2,
12:20:46 expected: 0,
12:20:46 operator: 'strictEqual'
12:20:46 }
12:20:46
12:20:46 Node.js v23.0.0-pre
12:20:46 ...
12:20:46
12:20:46 Failed tests:
12:20:46 out/Release/node /home/iojs/build/workspace/node-test-commit-v8-linux/test/v8-updates/test-linux-perf-logger.js
...
Failed tests:
out/Release/node /home/iojs/build/workspace/node-test-commit-v8-linux/test/v8-updates/test-linux-perf-logger.js
|
Sorry, something went wrong.
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
Rebased the latest main and all tests are green. Please review once more. @anonrig @lpinca @richardlau |
Sorry, something went wrong.
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com> PR-URL: nodejs#52725 Fixes: nodejs#52710 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes: #52710
This patch modifies the build config to compile the error-causing files under the v8_enable_webassembly condition.
Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com