They were missing from the skip pattern due to different naming. PR-URL: https://github.com/nodejs/node/pull/61504 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
31 lines
968 B
Text
31 lines
968 B
Text
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
|
|
test-build-sea*: SKIP
|
|
|
|
[$system==linux && $arch==ppc64]
|
|
# https://github.com/nodejs/node/issues/59561
|
|
test-single-executable-application*: SKIP
|
|
test-build-sea*: SKIP
|
|
|
|
[$system==linux && $arch==riscv64]
|
|
# https://github.com/nodejs/node/issues/61110
|
|
test-single-executable-application*: SKIP
|
|
test-build-sea*: 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
|
|
|
|
[$system==solaris || $system==aix]
|
|
# Cannot compile LIEF on these platforms
|
|
test-build-sea*: SKIP
|