-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
parallel/test-fs-utimes y2k38 test fails on mips(el) #17909
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.mipsIssues and PRs related to the MIPS architecture.Issues and PRs related to the MIPS architecture.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Description
Activity
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.mipsIssues and PRs related to the MIPS architecture.Issues and PRs related to the MIPS architecture.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
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.