summaryrefslogtreecommitdiff
path: root/selftest/flapping.d
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2017-06-01 15:26:48 +1200
committerAndrew Bartlett <abartlet@samba.org>2017-06-03 13:55:41 +0200
commit5b60600b32fa9d4c4842fcb66d6f2986410c0af9 (patch)
treee0c8f011223e3e93df473cc651079d9713615493 /selftest/flapping.d
parentb6201407a346a376e215f4303e55bbdf8febd5df (diff)
downloadsamba-5b60600b32fa9d4c4842fcb66d6f2986410c0af9.tar.gz
selftest: use an additional directory of knownfail/flapping files
This makes it easier to add a temporary knownfail to cover a patch series. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Jun 3 13:55:41 CEST 2017 on sn-devel-144
Diffstat (limited to 'selftest/flapping.d')
-rw-r--r--selftest/flapping.d/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/selftest/flapping.d/README b/selftest/flapping.d/README
new file mode 100644
index 00000000000..cf80129f242
--- /dev/null
+++ b/selftest/flapping.d/README
@@ -0,0 +1,14 @@
+# Files in this directory contain lists of regular expressions
+# matching the names of tests that are that are flapping. In other
+# words, they sometimes succeed and sometimes fail, depending on
+# external factors.
+#
+# "make test" will not report failures or successes for tests listed here.
+#
+# DO NOT ADD TESTS HERE UNLESS THEY ARE ACTUALLY FLAPPING
+#
+# It is much better to add known failing tests to 'knownfail', so the
+# test system can warn when they actually start passing.
+#
+# Empty lines and lines begining with '#' are ignored.
+# Please don't add tests to this README!