Skip to content

Commit e3b1243

Browse files
sam-githubtargos
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 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 16e0011 commit e3b1243

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/message/message.status

-2
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

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ test-http2-large-file: PASS, FLAKY
1919
[$system==freebsd]
2020

2121
[$system==aix]
22-
# https://github.com/nodejs/node/pull/28469
23-
test-async-wrap-getasyncid: SKIP
22+
# https://github.com/nodejs/node/pull/29054
2423
test-buffer-creation-regression: SKIP
2524

2625
[$arch==arm]

0 commit comments

Comments
 (0)