From 7acea78493e0d697ce920e3f820d304cf05b9752 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 18 Jan 2021 17:14:19 +0000 Subject: [PATCH] test: mark flaky tests on IBM i PR-URL: https://github.com/nodejs/node/pull/36986 Refs: https://github.com/nodejs/node/issues/34410 Refs: https://github.com/nodejs/node/issues/36925 Refs: https://github.com/nodejs/node/issues/36929 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Michael Dawson Reviewed-By: Rich Trott --- test/abort/abort.status | 11 +++++++++++ test/addons/addon.status | 2 ++ test/parallel/parallel.status | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 test/abort/abort.status diff --git a/test/abort/abort.status b/test/abort/abort.status new file mode 100644 index 00000000000000..e56c24ff433d63 --- /dev/null +++ b/test/abort/abort.status @@ -0,0 +1,11 @@ +prefix abort + +# To mark a test as flaky, list the test name in the appropriate section +# below, without ".js", followed by ": PASS,FLAKY". Example: +# sample-test : PASS,FLAKY + +[true] # This section applies to all platforms + +[$system==ibmi] +# https://github.com/nodejs/node/issues/34410 +test-addon-register-signal-handler: PASS,FLAKY diff --git a/test/addons/addon.status b/test/addons/addon.status index 951cddc48465d1..b56e0aa461cc36 100644 --- a/test/addons/addon.status +++ b/test/addons/addon.status @@ -13,3 +13,5 @@ openssl-binding/test: PASS,FLAKY [$system==ibmi] openssl-binding/test: SKIP zlib-binding/test: SKIP +# https://github.com/nodejs/node/issues/34410 +register-signal-handler/test: PASS,FLAKY diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6639b5ca1a23d8..f5bb33cfa64915 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -69,3 +69,7 @@ test-net-write-after-end-nt: SKIP test-tls-env-extra-ca: SKIP # https://github.com/nodejs/node/pull/34209 test-dgram-error-message-address: SKIP +# https://github.com/nodejs/node/issues/36929 +test-crypto-secure-heap: PASS,FLAKY +# https://github.com/nodejs/node/issues/36925 +test-fs-read-type: PASS,FLAKY