mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Signed-off-by: Stewart X Addison <sxa@ibm.com> PR-URL: https://github.com/nodejs/node/pull/61111 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
25 lines
803 B
Plaintext
25 lines
803 B
Plaintext
prefix sea
|
|
|
|
# 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
|
|
|
|
[$system==macos && $arch==x64]
|
|
# https://github.com/nodejs/node/issues/59553
|
|
test-single-executable-application*: SKIP
|
|
|
|
[$system==linux && $arch==ppc64]
|
|
# https://github.com/nodejs/node/issues/59561
|
|
test-single-executable-application*: SKIP
|
|
|
|
[$system==linux && $arch==riscv64]
|
|
# https://github.com/nodejs/node/issues/61110
|
|
test-single-executable-application*: SKIP
|
|
|
|
[$system==win32]
|
|
# https://github.com/nodejs/node/issues/49630
|
|
test-single-executable-application-snapshot: PASS, FLAKY
|
|
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
|