test: don't run test-tick-processor.js on Aix
authorMichael Dawson <michael_dawson@ca.ibm.com>
Thu, 4 Feb 2016 23:30:13 +0000 (18:30 -0500)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
commit875a6d02ae480f928d6b8c618040c778b81a401b
treef0b869f84207b324a9ec31d2e3f384f5a7275f1f
parent9eac7faa18b2803bb45bc1f1dcdaca442966286c
test: don't run test-tick-processor.js on Aix

Currently the test-tick-processor functionality in V8
depends on addresses being smaller than a full 64 bits.  Aix supports
the full 64 bits and the result is that it does not process the
addresses correctly and runs of out memory.
Disabling until we get a fix upstreamed into V8.

PR-URL: https://github.com/nodejs/node/pull/5093
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
test/parallel/test-tick-processor.js