From 7e2ae75a6b7aea43a3ac306f0aeca451060357a6 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Wed, 19 Dec 2018 02:56:42 -0500 Subject: [PATCH] test: mark two tests as flaky in AIX sequential/test-inspector-debug-end and parallel/test-child-process-execfile Off late these have been failing in AIX. Debugging core dump suggested that this is a side effect of exit-race that is described in https://github.com/nodejs/node/issues/25007 Mart these as flaky in AIX until that is resolved. Refs: https://github.com/nodejs/node/issues/25047 Refs: https://github.com/nodejs/node/issues/25029 PR-URL: https://github.com/nodejs/node/pull/25126 Reviewed-By: James M Snell Reviewed-By: Joyee Cheung --- test/parallel/parallel.status | 2 ++ test/sequential/sequential.status | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 315e31af9a88b9..bed491b59537f7 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -34,3 +34,5 @@ test-cli-node-options: PASS,FLAKY [$system==freebsd] [$system==aix] +# https://github.com/nodejs/node/issues/25029 +test-child-process-execfile: PASS,FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index c4797734fb8603..3cbb1982a34a21 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -28,5 +28,7 @@ test-http2-large-file: PASS, FLAKY [$system==aix] # https://github.com/nodejs/node/issues/24921 test-child-process-execsync: PASS, FLAKY +# https://github.com/nodejs/node/issues/25047 +test-inspector-debug-end: PASS, FLAKY [$arch==arm]