mirror of
https://github.com/nodejs/node.git
synced 2025-04-28 21:46:48 +00:00

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 <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
35 lines
920 B
Plaintext
35 lines
920 B
Plaintext
prefix sequential
|
|
|
|
# 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
|
|
# https://github.com/nodejs/node/issues/22336
|
|
test-gc-http-client: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/24403
|
|
test-cli-syntax-bad: PASS,FLAKY
|
|
test-cli-syntax-file-not-found: PASS,FLAKY
|
|
test-cli-syntax-good: PASS,FLAKY
|
|
test-cli-syntax-require: PASS,FLAKY
|
|
|
|
[$system==win32]
|
|
# https://github.com/nodejs/node/issues/22327
|
|
test-http2-large-file: PASS, FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$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]
|