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