Closed
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
but since i don't understand why, i don't do the PR.