• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2prefix known_issues
3
4# If a known issue does not apply to a platform, list the test name in the
5# appropriate section below, without ".js", followed by ": SKIP". Example:
6# sample-test                        : SKIP
7
8[true] # This section applies to all platforms
9# This issue is unfixable with the current implementations of V8 and
10# Node.js. Changes to make this fixable are unlikely to happen in the
11# foreseeable future. The test itself is flaky and skipped.  It
12# serves as a demonstration of the issue only.
13test-vm-timeout-escape-queuemicrotask: SKIP
14# Skipping it because it crashes out of OOM instead of exiting.
15# https://github.com/nodejs/node/issues/47353
16test-shadow-realm-gc: SKIP
17
18[$system==win32]
19
20[$system==linux]
21
22[$system==macos]
23
24[$system==solaris]
25
26[$system==freebsd]
27
28[$system==aix]
29
30[$arch==arm]
31
32[$system==ibmi]
33