• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix sequential
2
3# To mark a test as flaky, list the test name in the appropriate section
4# below, without ".js", followed by ": PASS,FLAKY". Example:
5# sample-test                       : PASS,FLAKY
6
7[true] # This section applies to all platforms
8# https://github.com/nodejs/node/issues/27611#issuecomment-613100468
9test-cpu-prof-dir-worker: PASS, FLAKY
10
11[$system==win32]
12# https://github.com/nodejs/node/issues/22327
13test-http2-large-file: PASS, FLAKY
14# https://github.com/nodejs/node/issues/26401
15test-worker-prof: PASS, FLAKY
16
17[$system==linux]
18
19[$system==macos]
20
21[$system==solaris] # Also applies to SmartOS
22
23[$system==freebsd]
24
25[$system==aix]
26# https://github.com/nodejs/node/pull/29054
27test-buffer-creation-regression: SKIP
28
29[$system==ibmi]
30# https://github.com/nodejs/node/pull/29054
31test-buffer-creation-regression: SKIP
32# https://github.com/nodejs/node/pull/30819
33test-perf-hooks: SKIP
34
35[$arch==arm]
36# https://github.com/nodejs/node/issues/26401#issuecomment-613095719
37test-worker-prof: PASS, FLAKY
38