2020-10-09 08:17:01 +08:00
|
|
|
|
2016-05-04 02:29:37 +08:00
|
|
|
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
|
2020-02-27 17:40:26 +08:00
|
|
|
# This issue is unfixable with the current implementations of V8 and
|
|
|
|
# Node.js. Changes to make this fixable are unlikely to happen in the
|
|
|
|
# foreseeable future. The test itself is flaky and skipped. It
|
|
|
|
# serves as a demonstration of the issue only.
|
|
|
|
test-vm-timeout-escape-queuemicrotask: SKIP
|
2016-05-04 02:29:37 +08:00
|
|
|
|
|
|
|
[$system==win32]
|
|
|
|
|
|
|
|
[$system==linux]
|
|
|
|
|
|
|
|
[$system==macos]
|
|
|
|
|
|
|
|
[$system==solaris]
|
|
|
|
|
|
|
|
[$system==freebsd]
|
|
|
|
|
|
|
|
[$system==aix]
|
2018-11-29 12:45:46 +08:00
|
|
|
|
|
|
|
[$arch==arm]
|
2021-03-14 03:50:52 +08:00
|
|
|
|
|
|
|
[$system==ibmi]
|