You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test-child-process-spawnsync-validation-errors.js — fixed: use validateNumber for maxBuffer, validateInt32 for uid/gid
test-child-process-spawn-typeerror.js — fixed: use validateInt32 for uid/gid
test-child-process-spawn-timeout-kill-signal.js — AbortSignal listener not registered when signal option is passed to spawn with timeout (listenerCount(signal, 'abort') returns 0)
test-child-process-fork-timeout-kill-signal.js — same AbortSignal listener issue as above
Streams / Net
test-stream-duplex.js — cannot use BYOB reader with non-byte stream
test-net-autoselectfamily-attempt-timeout-default-value.js — timeout default value differs
Assertions / Util
test-assert-deep.js — new deep equal cases for sets/maps with mixed keys
test-util-parse-env.js — expects Object.create(null) prototype on result
After updating the
node_testsubmodule to track Node.js 25.8.1 (#32705), the following compat tests are failing:Buffer
test-buffer-concat.js— new test case with different expected lengthtest-buffer-write-fast.js— requiresinternal/bufferNode moduletest-buffer-pool-untransferable.js—buffer.transfer()not supportedSQLite
test-sqlite-named-parameters.js—allowUnknownNamedParametersoption not supportedtest-sqlite-statement-sync.js—readBigInts,returnArrays,allowBareNamedParametersoptions not supportedtest-sqlite-config.js— defensive mode default behavior differsChild Process
test-child-process-spawnsync-validation-errors.js— fixed: usevalidateNumberfor maxBuffer,validateInt32for uid/gidtest-child-process-spawn-typeerror.js— fixed: usevalidateInt32for uid/gidtest-child-process-spawn-timeout-kill-signal.js— AbortSignal listener not registered whensignaloption is passed tospawnwithtimeout(listenerCount(signal, 'abort')returns 0)test-child-process-fork-timeout-kill-signal.js— same AbortSignal listener issue as aboveStreams / Net
test-stream-duplex.js— cannot use BYOB reader with non-byte streamtest-net-autoselectfamily-attempt-timeout-default-value.js— timeout default value differsAssertions / Util
test-assert-deep.js— new deep equal cases for sets/maps with mixed keystest-util-parse-env.js— expectsObject.create(null)prototype on resulttest-parse-args.mjs— CLI flags (-e,--eval, etc.) parsing subtestsOther
test-v8-stats.js— v8 heap stats keys differtest-process-features.js—process.featureskeys differtest-worker-cpu-usage.js—cpuUsageargument validation differstest-debugger-preserve-breaks.js— Node debugger specifictest-fs-glob.mjs— ENOTDIR handling differs