Age | Commit message (Expand) | Author | Files | Lines |
2010-02-11 | s4-selftest: don't run rndc reload in selftest | Andrew Tridgell | 1 | -1/+3 |
2010-01-21 | selftest: Cope with 'multipart' support in subunit. | Jelmer Vernooij | 1 | -1/+1 |
2010-01-21 | selftest-s4: set the posix:eadb at the global level | Matthieu Patou | 1 | -3/+1 |
2010-01-19 | s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR. | Günther Deschner | 1 | -1/+1 |
2010-01-14 | s3 selftest: Allow the enumeration of users and groups | Kai Blin | 1 | -0/+2 |
2010-01-13 | selftest: Print reason when a test fails unexpectedly | Kai Blin | 1 | -1/+3 |
2010-01-11 | s4-selftest: when a command fails show both normal and expanded command | Andrew Tridgell | 1 | -0/+12 |
2010-01-11 | s4-test: fixed make test without having done make install | Andrew Tridgell | 1 | -0/+1 |
2009-11-18 | selftest: Subunit/Filter.pm only allow expected failures without errors | Stefan Metzmacher | 1 | -2/+24 |
2009-11-18 | selftest: ignore empty lines in knownfailures | Stefan Metzmacher | 1 | -0/+1 |
2009-11-18 | selftest/output/plain.pm: report the testuite name on error | Stefan Metzmacher | 1 | -1/+5 |
2009-11-17 | selftest: make sure we don't buffer any output | Stefan Metzmacher | 3 | -0/+9 |
2009-11-17 | selftest: Fix unexpected failure handline in Subunit/Filter.pm | Stefan Metzmacher | 1 | -2/+8 |
2009-11-02 | s4 - SID allocation using FDS DNA plugin | Endi S. Dewata | 1 | -1/+13 |
2009-10-23 | s4-selftest: lower some of the timeouts during make test | Andrew Tridgell | 1 | -5/+5 |
2009-10-22 | selftest: make python run unbuffered | Andrew Tridgell | 1 | -0/+3 |
2009-10-19 | selftest: try to get the valgrind errors showing again in the build farm | Andrew Tridgell | 1 | -6/+3 |
2009-10-19 | s4-selftest: fixed 'make testenv' | Andrew Tridgell | 1 | -1/+1 |
2009-10-19 | Revert "selftest: fixed filter to know about a "error" result" | Andrew Tridgell | 1 | -9/+3 |
2009-10-19 | selftest: fixed filter to know about a "error" result | Andrew Tridgell | 1 | -3/+9 |
2009-09-05 | selftest: Account for 0-based months in date parsing and printing. | Andrew Kroeger | 1 | -3/+3 |
2009-08-17 | s4:selftest Confirm that there isn't a listener on the ldapi:// socket | Andrew Bartlett | 1 | -1/+5 |
2009-08-17 | s4:provision Rework provision-backend into provision | Andrew Bartlett | 1 | -46/+14 |
2009-08-14 | fixed TESTS= in make test to allow multiple tests | Andrew Tridgell | 1 | -2/+16 |
2009-08-12 | Allow selection of the samba4 process model for 'make test' | Andrew Tridgell | 1 | -1/+10 |
2009-08-12 | print server log on stderr as well as to log file | Andrew Tridgell | 1 | -2/+5 |
2009-08-12 | s4:selftest Don't start the slapd for the provision, only for the run | Andrew Bartlett | 1 | -17/+12 |
2009-08-12 | s4:selftest Make OpenLDAP guess it's own modules from now on | Andrew Bartlett | 1 | -46/+0 |
2009-08-12 | s4:provision Rework and further automate setup of OpenLDAP backend | Oliver Liebel | 1 | -1/+1 |
2009-08-11 | selftest: configure "ncalrpc dir" for the client | Stefan Metzmacher | 1 | -0/+7 |
2009-08-11 | selftest: fix typo lock => lockdir | Stefan Metzmacher | 1 | -1/+1 |
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 1 | -3/+2 |
2009-07-28 | s4:kerberos Add support for user principal names in certificates | Andrew Bartlett | 1 | -7/+35 |
2009-07-27 | s4:kerberos Add test to show that we actually export the keytab | Andrew Bartlett | 1 | -1/+1 |
2009-06-17 | selftest: report time after testsuite, gives nicer output on the | Jelmer Vernooij | 1 | -1/+1 |
2009-06-12 | subunit: non-zero exit code if one or more testsuites failed. | Jelmer Vernooij | 1 | -3/+1 |
2009-06-12 | selftest: Document the fact that test runner and formatter are now | Jelmer Vernooij | 1 | -0/+9 |
2009-06-12 | subunit: Pass canonical names of test results to formatters and filters. | Jelmer Vernooij | 1 | -6/+8 |
2009-06-12 | selftest: Add option to strip output of succeeded tests, and use it on | Jelmer Vernooij | 2 | -3/+22 |
2009-06-12 | selftest: Remove existing buildfarm output format. | Jelmer Vernooij | 2 | -150/+2 |
2009-06-12 | format-subunit: Remove subunit output module. | Jelmer Vernooij | 2 | -104/+0 |
2009-06-12 | selftest/buildfarm: Don't assume that a reason being specified is an indicati... | Jelmer Vernooij | 1 | -2/+9 |
2009-06-12 | subunit-filter: Print names of skipped testsuites. | Jelmer Vernooij | 1 | -1/+2 |
2009-06-11 | selftest: Fix exit code for format-subunit.pl. | Jelmer Vernooij | 1 | -5/+1 |
2009-06-11 | selftest: Fix uninitialized variables in selftest output. | Jelmer Vernooij | 1 | -2/+11 |
2009-06-11 | subunit: Sort diff output. | Jelmer Vernooij | 2 | -2/+2 |
2009-06-11 | selftest: Make it easier to do subunit diffs from other apps. | Jelmer Vernooij | 2 | -13/+17 |
2009-06-11 | selftest/subunit: Add diff command that can diff two subunit streams. | Jelmer Vernooij | 5 | -5/+98 |
2009-06-11 | selftest: Properly recognize xfail testsuites. | Jelmer Vernooij | 5 | -10/+48 |
2009-06-11 | selftest/subunit: Remove open_tests argument from parse_results. | Jelmer Vernooij | 4 | -17/+6 |