From a0b3bc56c6483c91d9a0d22bc5c5c679aba405f9 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 11 Aug 2016 09:48:33 -0400 Subject: [PATCH] test: mark test failing on AIX as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We now have adequate AIX hardware to add AIX to the regular regression runs. However, there are a couple of failing tests even though AIX was green at one point. This PR marks those tests as flaky so that we can add AIX so that we can spot any new regressions without making the builds RED The tests are being worked under the following PRs - being worked under https://github.com/nodejs/node/pull/7564 test-async-wrap-post-did-throw test-async-wrap-throw-from-callback test-crypto-random - being worked under https://github.com/nodejs/node/issues/7973 test-stdio-closed - covered by https://github.com/nodejs/node/issues/3796 test-debug-signal-cluster PR-URL: https://github.com/nodejs/node/pull/8065 Reviewed-By: joaocgreis - João Reis Reviewed-By: Rich Trott Reviewed-By: Anna Henningsen --- test/parallel/parallel.status | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 88d0cb9465353e..80b70ecee3c37c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -26,3 +26,15 @@ test-debug-signal-cluster : PASS,FLAKY [$system==aix] test-fs-watch-enoent : FAIL, PASS test-fs-watch-encoding : FAIL, PASS + +# being worked under https://github.com/nodejs/node/pull/7564 +test-async-wrap-post-did-throw : PASS, FLAKY +test-async-wrap-throw-from-callback : PASS, FLAKY +test-crypto-random : PASS, FLAKY + +#being worked under https://github.com/nodejs/node/issues/7973 +test-stdio-closed : PASS, FLAKY + +#covered by https://github.com/nodejs/node/issues/3796 +# but more frequent on AIX ? +test-debug-signal-cluster : PASS, FLAKY