Skip to content

Commit

Permalink
test: add test configuration templates
Browse files Browse the repository at this point in the history
Template configuration files for marking tests as flaky.

PR-URL: #2424
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • Loading branch information
orangemocha authored and rvagg committed Aug 28, 2015
1 parent 8f8ab6f commit 08b83c8
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/message/message.status
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
prefix message

# To mark a test as flaky, list the test name in the appropriate section
# below, without ".js", followed by ": PASS,FLAKY". Example:
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms

[$system==win32]

[$system==linux]

[$system==macos]

[$system==solaris] # Also applies to SmartOS

[$system==freebsd]

18 changes: 18 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
prefix parallel

# To mark a test as flaky, list the test name in the appropriate section
# below, without ".js", followed by ": PASS,FLAKY". Example:
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms

[$system==win32]

[$system==linux]

[$system==macos]

[$system==solaris] # Also applies to SmartOS

[$system==freebsd]

18 changes: 18 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
prefix sequential

# To mark a test as flaky, list the test name in the appropriate section
# below, without ".js", followed by ": PASS,FLAKY". Example:
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms

[$system==win32]

[$system==linux]

[$system==macos]

[$system==solaris] # Also applies to SmartOS

[$system==freebsd]

0 comments on commit 08b83c8

Please sign in to comment.