fs: add Temporal.Instant support to Stats and BigIntStats
#85195
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-fs-stat-temporal.mjs#L64
--- stderr ---
node:internal/fs/utils:452
throw new ERR_NO_TEMPORAL();
^
Error [ERR_NO_TEMPORAL]: Node.js is not compiled with Temporal support
at instantFromTimeSpecMs (node:internal/fs/utils:452:11)
at Stats.get [as atimeInstant] (node:internal/fs/utils:524:34)
at runTest (file:///home/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs:64:21)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs:88:3 {
code: 'ERR_NO_TEMPORAL'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-stat-temporal.mjs#L64
--- stderr ---
node:internal/fs/utils:452
throw new ERR_NO_TEMPORAL();
^
Error [ERR_NO_TEMPORAL]: Node.js is not compiled with Temporal support
at instantFromTimeSpecMs (node:internal/fs/utils:452:11)
at Stats.get [as atimeInstant] (node:internal/fs/utils:524:34)
at runTest (file:///home/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs:64:21)
at async file:///home/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs:88:3 {
code: 'ERR_NO_TEMPORAL'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs
|
|
sccache stats - test-linux
47% - 2343 hits, 2630 misses, 0 errors
|
|
sccache stats - test-linux
60% - 2990 hits, 1973 misses, 0 errors
|