In test status files, `$system` will be the OS and not the arch (which would be `$arch`). Add missing single-executable-application test to the list of tests marked flaky on Linux ppc64le. PR-URL: https://github.com/nodejs/node/pull/51422 Refs: https://github.com/nodejs/node/pull/50828 Refs: https://github.com/nodejs/node/issues/50740 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
57 lines
1.8 KiB
Text
57 lines
1.8 KiB
Text
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/27611#issuecomment-613100468
|
|
test-cpu-prof-dir-worker: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/44898
|
|
test-watch-mode: PASS, FLAKY
|
|
test-watch-mode-inspect: PASS, FLAKY
|
|
|
|
[$system==win32]
|
|
# https://github.com/nodejs/node/issues/47116
|
|
test-http-max-sockets: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/49630
|
|
test-single-executable-application-snapshot: PASS, FLAKY
|
|
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|
|
# https://github.com/nodejs/node/pull/29054
|
|
test-buffer-creation-regression: SKIP
|
|
|
|
[$system==ibmi]
|
|
# https://github.com/nodejs/node/pull/29054
|
|
test-buffer-creation-regression: SKIP
|
|
# https://github.com/nodejs/node/pull/30819
|
|
test-perf-hooks: SKIP
|
|
# https://github.com/nodejs/node/issues/39683
|
|
test-tls-psk-client: PASS, FLAKY
|
|
test-tls-securepair-client: PASS, FLAKY
|
|
|
|
[$arch==arm]
|
|
# https://github.com/nodejs/node/issues/49933
|
|
test-watch-mode-inspect: SKIP
|
|
|
|
[$arch==s390x]
|
|
# https://github.com/nodejs/node/issues/41286
|
|
test-performance-eventloopdelay: PASS, FLAKY
|
|
|
|
[$system==linux && $arch==ppc64]
|
|
# https://github.com/nodejs/node/issues/50740
|
|
test-single-executable-application-disable-experimental-sea-warning: PASS, FLAKY
|
|
test-single-executable-application-empty: PASS, FLAKY
|
|
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
|
|
test-single-executable-application-snapshot: PASS, FLAKY
|
|
test-single-executable-application-use-code-cache: PASS, FLAKY
|
|
test-single-executable-application: PASS, FLAKY
|