Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-13 | selftest: Do not run symbol check if setting up testenv | Amitay Isaacs | 1 | -1/+1 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Fri Jan 13 03:11:20 CET 2012 on sn-devel-104 | |||||
2011-12-05 | selftest: Add --flapping argument to filter-subunit. | Jelmer Vernooij | 1 | -1/+1 | |
2011-12-05 | selftest: Split out flapping tests into a separate file. | Jelmer Vernooij | 1 | -1/+1 | |
2011-11-30 | selftest: Don't generate subunit file when writing subunit to stdout. | Jelmer Vernooij | 1 | -5/+3 | |
2011-11-30 | selftest: Prevent error about unfinished test command when using --list. | Jelmer Vernooij | 1 | -1/+1 | |
2011-11-30 | selftest: Don't use fancy subunit formatters when generating a test list. | Jelmer Vernooij | 1 | -8/+11 | |
2011-11-10 | build: only run symbol checking if running all tests | Andrew Tridgell | 1 | -0/+7 | |
this makes it much faster to run 1 test Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-10-28 | selftest: Have only one set of selftest knownfail and skip files | Andrew Bartlett | 1 | -26/+4 | |
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 | |||||
2011-10-28 | selftest: Remove --target option and the ability to run 'samba4 only' tests | Andrew Bartlett | 1 | -25/+12 | |
This simplifies the selftest system, and by default we always tested all of samba3 and samba4 in the waf build. This simply removes a rarely used option for testing only part of the system. The make test TESTS="^samba3" syntax remains unchanged, so no functionality is lost. Andrew Bartlett | |||||
2011-06-20 | tdb2: create tdb2 versions of various testing TDBs. | Rusty Russell | 1 | -0/+3 | |
Soon, TDB2 will handle tdb1 files, but until then, we substitute. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-05-09 | build: Remove --disable-s3build so we can rely on these subsystems | Andrew Bartlett | 1 | -3/+1 | |
This will make it easier to write code that uses the whole codebase. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon May 9 12:25:33 CEST 2011 on sn-devel-104 | |||||
2011-04-30 | selftest: use env.SELFTEST_PREFIX instead of hardcoded "${srcdir}/st" | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-04-28 | selftest: Make combined test the default when s3build is enabled | Andrew Bartlett | 1 | -0/+2 | |
2011-04-28 | selftest: Fix combination of Samba3 and Samba4 test lists | Andrew Bartlett | 1 | -10/+25 | |
The previous code was too subtle, and tried to filter via two xfail scripts. The --fail-immediately for the source3 knownfail would then fail samba4 know failures. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2011-04-19 | selftest: Add hooks to enable a combined selftest run. | Andrew Bartlett | 1 | -1/+12 | |
Andrew Bartlett | |||||
2011-04-19 | selftest Add combined 'Samba' target module | Andrew Bartlett | 1 | -2/+0 | |
To work around environment variable handling, the initialisation of NSS_WRAPPER_WINBIND_SO_PATH is pushed in to Samba3.pm (the s3 autoconf build still overrides this) Andrew Bartlett | |||||
2011-04-16 | selftest: Allow the top level build to run the samba4 or samba3 tests | Andrew Bartlett | 1 | -17/+33 | |
This is selected with for example ./buildtools/bin/waf test --target=samba3 Andrew Bartlett | |||||
2011-04-16 | selftest: Move Samba4 selftest wscript to the top level | Andrew Bartlett | 1 | -0/+201 | |