test_runner: add support for --test-coverage-include-all #89203
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-process-env-allowed-flags-are-documented.js#L32
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
[
'* `--allow-addons`',
'* `--allow-child-process`',
'* `--allow-ffi`',
'* `--allow-fs-read`',
...
'* `--test-coverage-functions`',
+ '* `--test-coverage-include`',
'* `--test-coverage-include-all`',
- '* `--test-coverage-include`',
'* `--test-coverage-lines`',
'* `--test-global-setup`',
'* `--test-isolation`',
'* `--test-name-pattern`',
'* `--test-only`',
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-process-env-allowed-flags-are-documented.js:32:8)
at Module._compile (node:internal/modules/cjs/loader:1937:14)
at Object..js (node:internal/modules/cjs/loader:2077:10)
at Module.load (node:internal/modules/cjs/loader:1659:32)
at Module._load (node:internal/modules/cjs/loader:1451:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:261:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [
'* `--allow-addons`',
'* `--allow-child-process`',
'* `--allow-ffi`',
'* `--allow-fs-read`',
'* `--allow-fs-write`',
'* `--allow-inspector`',
'* `--allow-net`',
'* `--allow-wasi`',
'* `--allow-worker`',
'* `--conditions`, `-C`',
'* `--cpu-prof-dir`',
'* `--cpu-prof-interval`',
'* `--cpu-prof-name`',
'* `--cpu-prof`',
'* `--diagnostic-dir`',
'* `--disable-proto`',
'* `--disable-sigusr1`',
'* `--disable-warning`',
'* `--disable-wasm-trap-handler`',
'* `--dns-result-order`',
'* `--enable-fips`',
'* `--enable-network-family-autoselection`',
'* `--enable-source-maps`',
'* `--entry-url`',
'* `--experimental-abortcontroller`',
'* `--experimental-addon-modules`',
'* `--experimental-detect-module`',
'* `--experimental-dtls`',
'* `--experimental-eventsource`',
'* `--experimental-ffi`',
'* `--experimental-import-meta-resolve`',
'* `--experimental-import-text`',
'* `--experimental-json-modules`',
'* `--experimental-loader`',
'* `--experimental-modules`',
'* `--experimental-package-map`',
'* `--experimental-print-required-tla`',
'* `--experimental-quic`',
'* `--experimental-require-module`',
'* `--experimental-shadow-realm`',
'* `--experimental-specifier-resolution`',
'* `--experimental-stream-iter`',
'* `--experimental-test-isolation`',
'* `--experimental-top-level-await`',
'* `--experimental-vfs`',
'* `--experimental-vm-modules`',
'* `--experimental-wasi-unstable-preview1`',
'* `--force-context-aware`',
'* `--force-fips`',
'* `--force-node-api-uncaught-exceptions-policy`',
'* `--frozen-intrinsics`',
'* `--heap-prof-dir`',
'* `--heap-prof-interval`',
'* `--heap-prof-name`',
'* `--heap-prof`',
'* `--heapsnapshot-near-heap-limit`',
'* `--heapsnapshot-signal`',
'* `--http-parser`',
'* `--icu-data-dir`',
'* `--import`',
'* `--input-type`',
'* `--insecure-http-parser`',
'* `--inspect-brk`',
'* `--inspect-port`, `--debug-port`',
'* `--inspect-publish-uid`',
'* `--inspect-wait`',
'* `--inspect`',
'* `--localstorage-file`',
'* `--max-http-header-size`',
'* `--max-old-space-size-percentage`',
'* `--network-family-autoselection-attempt-timeout`',
'* `--no-addons`',
'* `--no-async-context-frame`',
'* `--no-deprecation`',
'* `--no-experimental-global-navigator`',
'* `--no-experimental-sqlite`',
'* `--no-experimental-strip-types`',
'* `--no-experimental-websocket`',
'* `--no-experimental-webstorage`',
'* `--no-extra-info-on-fatal-exception`',
'* `--no-force-async-hooks-checks`',
'* `--no-global-search-paths`',
'* `--no-network-family-autoselection`',
'* `--no-strip-types`',
'* `--no-warnings`',
'
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-process-env-allowed-flags-are-documented.js#L32
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
[
'* `--allow-addons`',
'* `--allow-child-process`',
'* `--allow-ffi`',
'* `--allow-fs-read`',
...
'* `--test-coverage-functions`',
+ '* `--test-coverage-include`',
'* `--test-coverage-include-all`',
- '* `--test-coverage-include`',
'* `--test-coverage-lines`',
'* `--test-global-setup`',
'* `--test-isolation`',
'* `--test-name-pattern`',
'* `--test-only`',
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-process-env-allowed-flags-are-documented.js:32:8)
at Module._compile (node:internal/modules/cjs/loader:1937:14)
at Object..js (node:internal/modules/cjs/loader:2077:10)
at Module.load (node:internal/modules/cjs/loader:1659:32)
at Module._load (node:internal/modules/cjs/loader:1451:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:261:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [
'* `--allow-addons`',
'* `--allow-child-process`',
'* `--allow-ffi`',
'* `--allow-fs-read`',
'* `--allow-fs-write`',
'* `--allow-inspector`',
'* `--allow-net`',
'* `--allow-wasi`',
'* `--allow-worker`',
'* `--conditions`, `-C`',
'* `--cpu-prof-dir`',
'* `--cpu-prof-interval`',
'* `--cpu-prof-name`',
'* `--cpu-prof`',
'* `--diagnostic-dir`',
'* `--disable-proto`',
'* `--disable-sigusr1`',
'* `--disable-warning`',
'* `--disable-wasm-trap-handler`',
'* `--dns-result-order`',
'* `--enable-fips`',
'* `--enable-network-family-autoselection`',
'* `--enable-source-maps`',
'* `--entry-url`',
'* `--experimental-abortcontroller`',
'* `--experimental-addon-modules`',
'* `--experimental-detect-module`',
'* `--experimental-dtls`',
'* `--experimental-eventsource`',
'* `--experimental-ffi`',
'* `--experimental-import-meta-resolve`',
'* `--experimental-import-text`',
'* `--experimental-json-modules`',
'* `--experimental-loader`',
'* `--experimental-modules`',
'* `--experimental-package-map`',
'* `--experimental-print-required-tla`',
'* `--experimental-quic`',
'* `--experimental-require-module`',
'* `--experimental-shadow-realm`',
'* `--experimental-specifier-resolution`',
'* `--experimental-stream-iter`',
'* `--experimental-test-isolation`',
'* `--experimental-top-level-await`',
'* `--experimental-vfs`',
'* `--experimental-vm-modules`',
'* `--experimental-wasi-unstable-preview1`',
'* `--force-context-aware`',
'* `--force-fips`',
'* `--force-node-api-uncaught-exceptions-policy`',
'* `--frozen-intrinsics`',
'* `--heap-prof-dir`',
'* `--heap-prof-interval`',
'* `--heap-prof-name`',
'* `--heap-prof`',
'* `--heapsnapshot-near-heap-limit`',
'* `--heapsnapshot-signal`',
'* `--http-parser`',
'* `--icu-data-dir`',
'* `--import`',
'* `--input-type`',
'* `--insecure-http-parser`',
'* `--inspect-brk`',
'* `--inspect-port`, `--debug-port`',
'* `--inspect-publish-uid`',
'* `--inspect-wait`',
'* `--inspect`',
'* `--localstorage-file`',
'* `--max-http-header-size`',
'* `--max-old-space-size-percentage`',
'* `--network-family-autoselection-attempt-timeout`',
'* `--no-addons`',
'* `--no-async-context-frame`',
'* `--no-deprecation`',
'* `--no-experimental-global-navigator`',
'* `--no-experimental-sqlite`',
'* `--no-experimental-strip-types`',
'* `--no-experimental-websocket`',
'* `--no-experimental-webstorage`',
'* `--no-extra-info-on-fatal-exception`',
'* `--no-force-async-hooks-checks`',
'* `--no-global-search-paths`',
'* `--no-network-family-autoselection`',
'* `--no-strip-types`',
'* `--no-warnings`',
'
|
|
sccache stats - test-linux
74% - 3703 hits, 1327 misses, 0 errors
|
|
sccache stats - test-linux
81% - 4059 hits, 982 misses, 0 errors
|