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: https://github.com/nodejs/build/issues/1849#issuecomment-514414165

PR-URL: https://github.com/nodejs/node/pull/29054
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
pull/29082/head
Sam Roberts 2019-08-08 11:01:42 -07:00 committed by Rich Trott
parent bd857084de
commit c146f884a3
2 changed files with 1 additions and 4 deletions

View File

@ -17,5 +17,3 @@ prefix message
[$system==freebsd]
[$system==aix]
# https://github.com/nodejs/node/pull/28469
vm_dont_display_syntax_error: SKIP

View File

@ -19,8 +19,7 @@ test-http2-large-file: PASS, FLAKY
[$system==freebsd]
[$system==aix]
# https://github.com/nodejs/node/pull/28469
test-async-wrap-getasyncid: SKIP
# https://github.com/nodejs/node/pull/29054
test-buffer-creation-regression: SKIP
[$arch==arm]