process: add process.features.require_module #63191
Annotations
2 errors and 1 notice
test/parallel/test-process-features.js#L8
--- stderr ---
node:assert:90
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ Set(10) {
- Set(9) {
'cached_builtins',
'debug',
'inspector',
'ipv6',
+ 'require_module',
'tls',
...
'tls_sni',
'uv'
}
at Object.<anonymous> (/home/runner/work/node/node/test/parallel/test-process-features.js:8:8)
at Module._compile (node:internal/modules/cjs/loader:1560:14)
at Object..js (node:internal/modules/cjs/loader:1703:10)
at Module.load (node:internal/modules/cjs/loader:1328:32)
at Function._load (node:internal/modules/cjs/loader:1138:12)
at TracingChannel.traceSync (node:diagnostics_channel:315:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:218:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
at node:internal/main/run_main_module:36:49 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Set(10) {
'inspector',
'debug',
'uv',
'ipv6',
'tls_alpn',
'tls_sni',
'tls_ocsp',
'tls',
'cached_builtins',
'require_module'
},
expected: Set(9) {
'inspector',
'debug',
'uv',
'ipv6',
'tls_alpn',
'tls_sni',
'tls_ocsp',
'tls',
'cached_builtins'
},
operator: 'deepStrictEqual'
}
Node.js v23.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/parallel/test-process-features.js
|
|
|
The logs for this run have expired and are no longer available.
Loading