• 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
15[$system==win32]
16
17[$system==linux]
18# Windows-specific test
19test-path-posix-relative-on-windows: SKIP
20
21[$system==macos]
22# Windows-specific test
23test-path-posix-relative-on-windows: SKIP
24
25[$system==solaris]
26# Windows-specific test
27test-path-posix-relative-on-windows: SKIP
28
29[$system==freebsd]
30# Windows-specific test
31test-path-posix-relative-on-windows: SKIP
32
33[$system==aix]
34# Windows-specific test
35test-path-posix-relative-on-windows: SKIP
36
37[$arch==arm]
38# The Raspberry Pis are too slow to run this test.
39# See https://github.com/nodejs/build/issues/2227#issuecomment-608334574
40test-crypto-authenticated-stream: SKIP
41# Windows-specific test
42test-path-posix-relative-on-windows: SKIP
43
44[$system==ibmi]
45# Windows-specific test
46test-path-posix-relative-on-windows: SKIP
47