module: exclude node:ffi from builtinModules when flag is disabled #84822
Annotations
5 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/ffi/test-ffi-module.js#L42
--- stderr ---
(node:208767) ExperimentalWarning: FFI is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
--- stdout ---
Test failure: 'ffi builtin is listed'
Location: test/ffi/test-ffi-module.js:34:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'false' !== 'true'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/ffi/test-ffi-module.js:42:10)
at Test.runInAsyncScope (node:async_hooks:226:14)
at Test.run (node:internal/test_runner/test:1306:25)
at Test.processPendingSubtests (node:internal/test_runner/test:897:18)
at Test.postRun (node:internal/test_runner/test:1447:19)
at Test.run (node:internal/test_runner/test:1372:12)
at async Test.processPendingSubtests (node:internal/test_runner/test:897:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'false',
expected: 'true',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --experimental-ffi --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/ffi/test-ffi-module.js
|
|
test-linux (ubuntu-24.04)
Canceling since a higher priority waiting request for Test Linux-fix-ffi-builtin-modules exists
|
|
test-linux (ubuntu-24.04)
The operation was canceled.
|
|
Test Linux
Canceling since a higher priority waiting request for Test Linux-fix-ffi-builtin-modules exists
|
|
sccache stats - test-linux
71% - 3518 hits, 1454 misses, 0 errors
|
|
sccache stats - test-linux
86% - 4287 hits, 675 misses, 0 errors
|