mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Closes: https://github.com/nodejs/node/issues/34321 PR-URL: https://github.com/nodejs/node/pull/34288 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
26 lines
541 B
Plaintext
26 lines
541 B
Plaintext
prefix benchmark
|
|
|
|
# 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==win32]
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|
|
|
|
[$arch==arm]
|
|
# https://github.com/nodejs/node/issues/34266
|
|
test-benchmark-fs: SKIP
|
|
# https://github.com/nodejs/build/issues/2382
|
|
test-benchmark-napi: SKIP
|