diff --git a/test/message/message.status b/test/message/message.status new file mode 100644 index 00000000000000..1a4a0e3adc2727 --- /dev/null +++ b/test/message/message.status @@ -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] + diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status new file mode 100644 index 00000000000000..e19754834ef3a6 --- /dev/null +++ b/test/parallel/parallel.status @@ -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] + diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status new file mode 100644 index 00000000000000..3ff77992f15543 --- /dev/null +++ b/test/sequential/sequential.status @@ -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] +