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
kapouer opened this issue
Dec 29, 2017
· 6 comments
Labels
fsIssues and PRs related to the fs subsystem / file system.mipsIssues and PRs related to the MIPS architecture.testIssues and PRs related to the tests.
not ok 545 parallel/test-fs-utimes
---
duration_ms: 3.231
severity: fail
stack: |-
assert.js:42
throw new errors.AssertionError({
^
AssertionError [ERR_ASSERTION]: 2147483648 === 2147483647
at Object.<anonymous> (/<<PKGBUILDDIR>>/test/parallel/test-fs-utimes.js:181:10)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Function.Module.runMain (module.js:676:10)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3
This is the only unexpected test failure of the test-ci-js suite.
It seems 'mips' (and variants) should be added to
but since i don't understand why, i don't do the PR.
The text was updated successfully, but these errors were encountered:
bnoordhuis
added
fs
Issues and PRs related to the fs subsystem / file system.
mips
Issues and PRs related to the MIPS architecture.
test
Issues and PRs related to the tests.
labels
Dec 29, 2017
That makes two of us. @refack Why was ARM excluded? It's not clear from reading through #13281.
AFAIK Y2K38 is predominantly a signed/unsigned issue not a 32bit issue.
@bnoordhuis AFAIR the intent of #13281 was to solve on Windows. We tested empirically and found that on our CI all POSIX can also handle this, except ARM and SmartOS, so they were excluded.
Since the fix was on node's side (not in libuv), I didn't dug any further, and assumed it's a kernel level fix.1
fsIssues and PRs related to the fs subsystem / file system.mipsIssues and PRs related to the MIPS architecture.testIssues and PRs related to the tests.
When building nodejs 8.9.3 with shared libuv 1.18.0, on a debian build server:
https://db.debian.org/machines.cgi?host=mipsel-sil-01
This is the only unexpected test failure of the test-ci-js suite.
It seems 'mips' (and variants) should be added to
node/test/parallel/test-fs-utimes.js
Line 181 in f94eec0
but since i don't understand why, i don't do the PR.
The text was updated successfully, but these errors were encountered: