Skip to content

parallel/test-fs-utimes y2k38 test fails on mips(el) #17909

Closed
@kapouer

Description

@kapouer

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

if (!process.arch.includes('arm') && !common.isSunOS) {

but since i don't understand why, i don't do the PR.

Metadata

Metadata

Assignees

No one assigned

    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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions