This also fixes the problem in LXD on amd64:

Before:

$ node test/parallel/test-fs-realpath-pipe.js 
assert.js:42
  throw new errors.AssertionError({
  ^

AssertionError [ERR_ASSERTION]: 1 === 2
    at Object.<anonymous> 
(/home/ubuntu/nodejs-8.11.2~dfsg/test/parallel/test-fs-realpath-pipe.js:44:10)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)
    at startup (bootstrap_node.js:191:16)
    at bootstrap_node.js:612:3

After:

$ wget 
https://launchpad.net/~mfo/+archive/ubuntu/sf189591-s390x-2/+files/libuv1_1.22.0-3ubuntu1_amd64.deb
$ sudo dpkg -i libuv1_1.22.0-3ubuntu1_amd64.deb

$ node test/parallel/test-fs-realpath-pipe.js 
$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1792647

Title:
  fix nodejs test-case failure on s390x and LXD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libuv1/+bug/1792647/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to