diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2017-06-01 15:26:48 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2017-06-03 13:55:41 +0200 |
commit | 5b60600b32fa9d4c4842fcb66d6f2986410c0af9 (patch) | |
tree | e0c8f011223e3e93df473cc651079d9713615493 /selftest/flapping.d | |
parent | b6201407a346a376e215f4303e55bbdf8febd5df (diff) | |
download | samba-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/README | 14 |
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! |