From 659ec79245a9d9e5d45c380e8b82ec6236999032 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 26 Oct 2011 13:38:15 +1100 Subject: 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 --- selftest/slow | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 selftest/slow (limited to 'selftest/slow') 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 -- cgit