Skip to content

Commit a7e5fe1

Browse files
sam-githubBethGriggs
authored andcommitted
test: unskip tests that now pass on AIX
One skipped test remains, it creates very large Buffer objects, triggering the AIX OOM to kill node and its parent processes. See: nodejs/build#1849 (comment) PR-URL: #29054 Backport-PR-URL: #29599 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 65e9b0f commit a7e5fe1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/message/message.status

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ prefix message
1717
[$system==freebsd]
1818

1919
[$system==aix]
20-
# https://github.com/nodejs/node/pull/28469
21-
vm_dont_display_syntax_error: SKIP

test/sequential/sequential.status

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ test-http2-settings-flood: PASS,FLAKY
2525
[$system==freebsd]
2626

2727
[$system==aix]
28-
# https://github.com/nodejs/node/pull/28469
29-
test-async-wrap-getasyncid: SKIP
28+
# https://github.com/nodejs/node/pull/29054
3029
test-buffer-creation-regression: SKIP

0 commit comments

Comments
 (0)