mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: skip stringbytes-external-exceed-max on AIX
Add SKIP status for more tests in stringbytes-external-exceed-max that are failing on AIX. PR-URL: https://github.com/nodejs/node/pull/28516 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This commit is contained in:
@@ -5,11 +5,6 @@ const skipMessage = 'intensive toString tests due to memory confinements';
|
||||
if (!common.enoughTestMem)
|
||||
common.skip(skipMessage);
|
||||
|
||||
// See https://github.com/nodejs/build/issues/1820#issuecomment-505998851
|
||||
// See https://github.com/nodejs/node/pull/28469
|
||||
if (process.platform === 'aix')
|
||||
common.skip('flaky on AIX');
|
||||
|
||||
const binding = require(`./build/${common.buildType}/binding`);
|
||||
|
||||
// v8 fails silently if string length > v8::String::kMaxLength
|
||||
|
||||
Reference in New Issue
Block a user