Skip to content

Commit 2ae9916

Browse files
sam-githubBethGriggs
authored andcommitted
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: #28516 Backport-PR-URL: #28826 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 39637cb commit 2ae9916

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

test/addons/addon.status

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)