-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.mipsIssues and PRs related to the MIPS architecture.Issues and PRs related to the MIPS architecture.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
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
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
node/test/parallel/test-fs-utimes.js
Line 181 in f94eec0
if (!process.arch.includes('arm') && !common.isSunOS) { |
but since i don't understand why, i don't do the PR.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.mipsIssues and PRs related to the MIPS architecture.Issues and PRs related to the MIPS architecture.testIssues and PRs related to the tests.Issues and PRs related to the tests.