This test was recently updated as part of #3005
and it now fails on AIX:
not ok 697 test-stringbytes-external.js
#buffer.js:98
# const ui8 = new Uint8Array(size);
# ^
#
#RangeError: Invalid array buffer length
# at new ArrayBuffer (native)
# at new Uint8Array (native)
# at allocate (buffer.js:98:17)
# at new Buffer (buffer.js:49:12)
# at /scratch/jenkins-local/workspace/convergance-test-aix/arch/ppc64/build/build/gcc48/gcc48/os/aix/node/test/parallel/test-stringbytes-external.js:125:16
# at Object. (/scratch/jenkins-local/workspace/convergance-test-aix/arch/ppc64/build/build/gcc48/gcc48/os/aix/node/test/parallel/test-stringbytes-external.js:178:3)
# at Module._compile (module.js:425:26)
# at Object.Module._extensions..js (module.js:432:10)
# at Module.load (module.js:356:32)
# at Function.Module._load (module.js:311:12)
---