summaryrefslogtreecommitdiffstats
path: root/selftest
Commit message (Expand)AuthorAgeFilesLines
...
* s3-selftest: add vfs_modulesdir variable for both test systems.Günther Deschner2010-10-281-1/+2
* s4 net: rename to samba-tool in order to not clash with s3 netKai Blin2010-10-281-11/+11
* selftest: terminate selftest if we can't setup the environmentAndrew Tridgell2010-10-191-2/+3
* selftest: correct the import of Time::HighResMatthieu Patou2010-10-181-2/+3
* s4-selftest Make GDB_PROVISION work againAndrew Bartlett2010-10-181-0/+8
* build: make make tests SCREEN=1 work on freebsdMatthieu Patou2010-10-102-4/+20
* subunithelper: Don't access 'message' attribute directly as it deprecatedKamen Mazdrashki2010-10-101-1/+1
* s3-selftest: enable smb2 torture tests against samba3.Günther Deschner2010-10-051-0/+1
* s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell2010-10-023-5/+23
* s4-selftest: added --screen option for testAndrew Tridgell2010-10-021-0/+54
* s4-selftest: fixed up exit codes on signals for make testAndrew Tridgell2010-10-021-5/+10
* subunithelper: Remove accidentally added line.Jelmer Vernooij2010-10-021-3/+0
* subunithelper: Fix format time.Jelmer Vernooij2010-10-021-1/+2
* subunithelper: Make filter options optional.Jelmer Vernooij2010-10-021-9/+9
* format-subunit: Split out summary file writing.Jelmer Vernooij2010-10-021-7/+11
* selftest: Move plain text formatter to subunithelper.Jelmer Vernooij2010-10-022-204/+204
* land: Move stage building into a separate class so we can have subclasses (e....Jelmer Vernooij2010-10-021-1/+0
* selftest: Let selftest provide the tempdir, rather than creating it as sideef...Jelmer Vernooij2010-10-011-0/+4
* selftest: Avoid accessing deprecated BaseException.message.Jelmer Vernooij2010-09-301-1/+1
* format-subunit: Display number of failed tests even if there are noJelmer Vernooij2010-09-281-1/+3
* selftest: Abort early on SIGPIPE.Jelmer Vernooij2010-09-282-0/+9
* Add dedicated exception for immediate failure in filter-subunit, don't raise ...Jelmer Vernooij2010-09-282-4/+14
* filter-subunit: added a --fail-immediately optionAndrew Tridgell2010-09-282-2/+11
* selftest: If a testsuite is killed by a signal, let selftest die.Jelmer Vernooij2010-09-251-2/+2
* selftest Don't run 'speed' tests for very longAndrew Bartlett2010-09-241-0/+2
* selftest: Pass prefix to setup_env function.Jelmer Vernooij2010-09-231-4/+4
* selftest: Use variable for clientdir.Jelmer Vernooij2010-09-231-18/+20
* selftest: Fix testsuite counts when running only a limited number ofJelmer Vernooij2010-09-221-8/+15
* selftest: Fix idlist running.Jelmer Vernooij2010-09-221-2/+2
* selftest: Fix use of --load-list.Jelmer Vernooij2010-09-221-1/+1
* selftest: Remove unused --analyse argument.Jelmer Vernooij2010-09-221-6/+0
* subunithelper: Cope with errors outside of testsuites.Jelmer Vernooij2010-09-221-0/+1
* selftest: Let tests add prefix to tests by themselve.Jelmer Vernooij2010-09-223-57/+13
* selftest: Use idlist testing for python tests.Jelmer Vernooij2010-09-211-2/+3
* selftest: Support running individual tests using idlists, for testsuites that...Jelmer Vernooij2010-09-211-7/+12
* selftest: Fix generation of test id file.Jelmer Vernooij2010-09-211-4/+4
* s3-selftest: Move Samba3-specific script to source3/selftest.Jelmer Vernooij2010-09-161-44/+0
* subunit: Re-add outputmsg.Jelmer Vernooij2010-09-151-0/+3
* s4-selftest: use the full domain name in joinsAndrew Tridgell2010-09-151-4/+4
* selftest: Error out rather than die() when setting up an environmentJelmer Vernooij2010-09-141-55/+117
* selftest: If setting up environment fails, mark testsuites that use it asJelmer Vernooij2010-09-141-12/+5
* subunit: Use RemoteError when passing errors to upstream subunit.Jelmer Vernooij2010-09-142-19/+26
* subunit.pm: Fold Subunit::Filter into Subunit, trim further.Jelmer Vernooij2010-09-143-111/+11
* subunit.pm: Remove output_msg/control_msg functions.Jelmer Vernooij2010-09-142-15/+1
* selftest: Remove testsuite parsing.Jelmer Vernooij2010-09-142-40/+10
* subunit.pm: Simplify subunit handling in perl.Jelmer Vernooij2010-09-144-159/+19
* subunit.pm: Pass through milliseconds in time reports.Jelmer Vernooij2010-09-142-10/+9
* selftest: Report times in milliseconds rather than seconds.Jelmer Vernooij2010-09-141-0/+7
* subunit: Use standard subunit functions for reproducing subunit streams.Jelmer Vernooij2010-09-142-50/+38
* subunit: Remove unused methods.Jelmer Vernooij2010-09-141-14/+2