File tree 2 files changed +12
-5
lines changed
stringbytes-external-exceed-max
2 files changed +12
-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-exceed-max-by-1-hex: SKIP
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ const skipMessage = 'intensive toString tests due to memory confinements';
5
5
if ( ! common . enoughTestMem )
6
6
common . skip ( skipMessage ) ;
7
7
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
-
13
8
const binding = require ( `./build/${ common . buildType } /binding` ) ;
14
9
15
10
// v8 fails silently if string length > v8::String::kMaxLength
You can’t perform that action at this time.
0 commit comments