1prefix wpt
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/40449
9test-user-timing: PASS,FLAKY
10
11[$system==win32]
12
13[$system==linux]
14
15[$system==macos]
16
17[$arch==arm || $arch==arm64]
18
19[$system==solaris] # Also applies to SmartOS
20
21[$system==freebsd]
22
23[$system==aix]
24