Skip to content

Commit

Permalink
test: mark two tests as flaky in AIX
Browse files Browse the repository at this point in the history
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 #25007
Mart these  as flaky in AIX until that is resolved.

Refs: #25047
Refs: #25029

PR-URL: #25126
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
gireeshpunathil authored and MylesBorins committed May 16, 2019
1 parent b76931b commit 0fe72b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ test-worker-prof: PASS,FLAKY
[$system==freebsd]

[$system==aix]
# https://github.com/nodejs/node/issues/25029
test-child-process-execfile: PASS,FLAKY
2 changes: 2 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 0fe72b8

Please sign in to comment.