Skip to content

Commit 08b83c8

Browse files
orangemocharvagg
authored andcommitted
test: add test configuration templates
Template configuration files for marking tests as flaky. PR-URL: #2424 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: João Reis <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 8f8ab6f commit 08b83c8

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

test/message/message.status

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
prefix message
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+
9+
[$system==win32]
10+
11+
[$system==linux]
12+
13+
[$system==macos]
14+
15+
[$system==solaris] # Also applies to SmartOS
16+
17+
[$system==freebsd]
18+

test/parallel/parallel.status

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
prefix parallel
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+
9+
[$system==win32]
10+
11+
[$system==linux]
12+
13+
[$system==macos]
14+
15+
[$system==solaris] # Also applies to SmartOS
16+
17+
[$system==freebsd]
18+

test/sequential/sequential.status

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
prefix 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+
9+
[$system==win32]
10+
11+
[$system==linux]
12+
13+
[$system==macos]
14+
15+
[$system==solaris] # Also applies to SmartOS
16+
17+
[$system==freebsd]
18+

0 commit comments

Comments
 (0)