From b2fa5d13b4b50d6dd164c39ff872392d84880440 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 22 Nov 2016 10:09:55 -0500 Subject: [PATCH] test: exclude tests failing on AIX for v4.x Exclude tests that have been fixed in later versions but that fail in v4.x. Excluding these will reduce the noise when builds are run for older versions. --- test/parallel/parallel.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 092fd9dafbc81c..84133c1cb0b1ce 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -35,3 +35,8 @@ test-regress-GH-1899 : FAIL, PASS # localIPv6Hosts list from test/common.js. test-https-connect-address-family : PASS,FLAKY test-tls-connect-address-family : PASS,FLAKY + +# fixed in later releases but not being fixed in 4.x for AIX +test-async-wrap-post-did-throw : PASS, FLAKY +test-async-wrap-throw-from-callback : PASS, FLAKY +test-crypto-random : PASS, FLAKY