File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed
stringbytes-external-exceed-max Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1+ prefix addons
2+
3+ [true] # This section applies to all platforms
4+
5+ [$system==aix]
6+ # https://github.com/nodejs/build/issues/1820#issuecomment-505998851
7+ # https://github.com/nodejs/node/pull/28469
8+ # https://github.com/nodejs/node/pull/28516
9+ stringbytes-external-exceed-max/test-stringbytes-external-exceed-max.js: SKIP
10+
11+ # https://github.com/nodejs/node/pull/28516
12+ stringbytes-external-exceed-max/test-stringbytes-external-at-max: SKIP
13+ stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-ascii: SKIP
14+ stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-base64: SKIP
15+ stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-binary: SKIP
16+ stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-hex: SKIP
17+ stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-utf8: SKIP
18+ stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-2: SKIP
19+ stringbytes-external-exceed-max/test-stringbytes-external-exceed-max: SKIP
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ const skipMessage = 'intensive toString tests due to memory confinements';
55if ( ! common . enoughTestMem )
66 common . skip ( skipMessage ) ;
77
8- // See https://github.com/nodejs/build/issues/1820#issuecomment-505998851
9- // See https://github.com/nodejs/node/pull/28469
10- if ( process . platform === 'aix' )
11- common . skip ( 'flaky on AIX' ) ;
12-
138const binding = require ( `./build/${ common . buildType } /binding` ) ;
149
1510// v8 fails silently if string length > v8::String::kMaxLength
You can’t perform that action at this time.
0 commit comments