diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-26 13:38:15 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-28 13:10:27 +0200 |
commit | 659ec79245a9d9e5d45c380e8b82ec6236999032 (patch) | |
tree | 14d0af27c28e82f2396a9b7ec1ca6573c3252af9 /selftest/slow | |
parent | 8dcfe2e5c44184298b0aa5bb1a13e2108b31a9c4 (diff) | |
download | samba-659ec79245a9d9e5d45c380e8b82ec6236999032.tar.gz samba-659ec79245a9d9e5d45c380e8b82ec6236999032.tar.bz2 samba-659ec79245a9d9e5d45c380e8b82ec6236999032.zip |
selftest: Have only one set of selftest knownfail and skip files
Listing tests that are not ever proposed (eg samba4.* in the samba3 selftest)
is not an error, so just combine the lists.
This is being done because some folks trying to learn how our 'make
test' works are having trouble following the distributed nature of the
selftest system.
Andrew Bartlett
Diffstat (limited to 'selftest/slow')
-rw-r--r-- | selftest/slow | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/selftest/slow b/selftest/slow new file mode 100644 index 0000000000..7c2090c0e6 --- /dev/null +++ b/selftest/slow @@ -0,0 +1,9 @@ +# This file contains regexes matching tests that are very slow and +# should be skipped during a normal test run. +.*base.bench.holdcon.* # Slow +raw.bench.lookup # Slow +base.utable # Slow +base.smb # Slow +rpc.scanner # Slow +ntvfs.cifs.base.delaywrite # It's a slow test and having it on the proxy share is not needed +.*stress.* # Slow |