From 85c96e30e87a7a560ec1d3536548533a2d2f9404 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 20 Dec 2021 09:45:22 -0500 Subject: [PATCH 1/2] test: mark test-worker-take-heapsnapshot flaky - Mark test-worker-take-heapsnapshot as flaky on arm with debug Refs: https://github.com/nodejs/node/issues/41204 Refs: https://github.com/nodejs/node/issues/41209 Signed-off-by: Michael Dawson --- test/pummel/pummel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index 78ea147f03ac14..0ef3e67101441b 100644 --- a/test/pummel/pummel.status +++ b/test/pummel/pummel.status @@ -16,6 +16,10 @@ test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY [$system==macos] +[($arch==arm || $arch==arm64) && $mode==debug] +#https://github.com/nodejs/node/issues/41204 +test-worker-take-heapsnapshot: PASS, FLAKY + [$arch==arm || $arch==arm64] [$system==solaris] # Also applies to SmartOS From 0d740ab5837fa6a3c17b1e0e01163aaf5f3272b1 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 21 Dec 2021 15:25:41 -0500 Subject: [PATCH 2/2] Update test/pummel/pummel.status Co-authored-by: Colin Ihrig --- test/pummel/pummel.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index 0ef3e67101441b..f3c1fd865ec0f7 100644 --- a/test/pummel/pummel.status +++ b/test/pummel/pummel.status @@ -17,7 +17,7 @@ test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY [$system==macos] [($arch==arm || $arch==arm64) && $mode==debug] -#https://github.com/nodejs/node/issues/41204 +# https://github.com/nodejs/node/issues/41204 test-worker-take-heapsnapshot: PASS, FLAKY [$arch==arm || $arch==arm64]