Welcome to mirror list, hosted at ThFree Co, Russian Federation.

known_issues.status « known_issues « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0f0a456089bf2eee28700632d2142bf1aba9ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

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
# 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

[$system==win32]

[$system==linux]

[$system==macos]

[$system==solaris]

[$system==freebsd]

[$system==aix]

[$arch==arm]
# The Raspberry Pis are too slow to run this test.
# See https://github.com/nodejs/build/issues/2227#issuecomment-608334574
test-crypto-authenticated-stream: SKIP