forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs#28516 Backport-PR-URL: nodejs#29599 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
- Loading branch information
1 parent
84e4d05
commit 3ebdd70
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
prefix addons | ||
|
||
[true] # This section applies to all platforms | ||
|
||
[$system==aix] | ||
# https://github.com/nodejs/build/issues/1820#issuecomment-505998851 | ||
# https://github.com/nodejs/node/pull/28469 | ||
# https://github.com/nodejs/node/pull/28516 | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max.js: SKIP | ||
|
||
# https://github.com/nodejs/node/pull/28516 | ||
stringbytes-external-exceed-max/test-stringbytes-external-at-max: SKIP | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-ascii: SKIP | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-base64: SKIP | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-binary: SKIP | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-hex: SKIP | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-utf8: SKIP | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-2: SKIP | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max: SKIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters