test_runner,cli: mark test isolation as stable #59188
Annotations
3 errors and 1 notice
test-macOS:
test/parallel/test-cli-node-options-docs.js#L105
--- stderr ---
node:internal/assert/utils:281
throw err;
^
AssertionError [ERR_ASSERTION]: Should have option --test-isolation in NODE_OPTIONS documented
at Object.<anonymous> (/Users/runner/work/node/node/test/parallel/test-cli-node-options-docs.js:105:5)
at Module._compile (node:internal/modules/cjs/loader:1740:14)
at Object..js (node:internal/modules/cjs/loader:1905:10)
at Module.load (node:internal/modules/cjs/loader:1474:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:234:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v24.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 /Users/runner/work/node/node/test/parallel/test-cli-node-options-docs.js
|
test-macOS:
test/parallel/test-process-env-allowed-flags-are-documented.js#L135
--- stderr ---
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: The following options are not documented as allowed in NODE_OPTIONS in /Users/runner/work/node/node/doc/api/cli.md: --test-isolation
1 !== 0
at Object.<anonymous> (/Users/runner/work/node/node/test/parallel/test-process-env-allowed-flags-are-documented.js:135:8)
at Module._compile (node:internal/modules/cjs/loader:1740:14)
at Object..js (node:internal/modules/cjs/loader:1905:10)
at Module.load (node:internal/modules/cjs/loader:1474:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:234:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual'
}
Node.js v24.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 /Users/runner/work/node/node/test/parallel/test-process-env-allowed-flags-are-documented.js
|
test-macOS
Process completed with exit code 2.
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|