mirror of https://github.com/nodejs/node.git
25 lines
519 B
Plaintext
25 lines
519 B
Plaintext
prefix known_issues
|
|
|
|
# If a known issue does not apply to a platform, list the test name in the
|
|
# appropriate section below, without ".js", followed by ": SKIP". Example:
|
|
# sample-test : SKIP
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
[$system==win32]
|
|
|
|
[$system==linux]
|
|
# https://github.com/nodejs/node/pull/23743
|
|
# https://github.com/nodejs/node/issues/3020
|
|
test-vm-timeout-escape-promise: PASS,FLAKY
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris]
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|
|
|
|
[$arch==arm]
|