Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | subunit: Pass canonical names of test results to formatters and filters. | Jelmer Vernooij | 2009-06-12 | 1 | -6/+8 | |
| | ||||||
* | selftest: Add option to strip output of succeeded tests, and use it on | Jelmer Vernooij | 2009-06-12 | 2 | -3/+22 | |
| | | | | | | the buildfarm. The matches the behaviour we had earlier in the previous output format. | |||||
* | selftest: Remove existing buildfarm output format. | Jelmer Vernooij | 2009-06-12 | 2 | -150/+2 | |
| | ||||||
* | format-subunit: Remove subunit output module. | Jelmer Vernooij | 2009-06-12 | 2 | -104/+0 | |
| | | | | We can still use "cat" to obtain a subunit stream from a subunit stream. :-) | |||||
* | selftest/buildfarm: Don't assume that a reason being specified is an ↵ | Jelmer Vernooij | 2009-06-12 | 1 | -2/+9 | |
| | | | | indication of failure. | |||||
* | subunit-filter: Print names of skipped testsuites. | Jelmer Vernooij | 2009-06-12 | 1 | -1/+2 | |
| | ||||||
* | selftest: Fix exit code for format-subunit.pl. | Jelmer Vernooij | 2009-06-11 | 1 | -5/+1 | |
| | ||||||
* | selftest: Fix uninitialized variables in selftest output. | Jelmer Vernooij | 2009-06-11 | 1 | -2/+11 | |
| | ||||||
* | subunit: Sort diff output. | Jelmer Vernooij | 2009-06-11 | 2 | -2/+2 | |
| | ||||||
* | selftest: Make it easier to do subunit diffs from other apps. | Jelmer Vernooij | 2009-06-11 | 2 | -13/+17 | |
| | ||||||
* | selftest/subunit: Add diff command that can diff two subunit streams. | Jelmer Vernooij | 2009-06-11 | 5 | -5/+98 | |
| | ||||||
* | selftest: Properly recognize xfail testsuites. | Jelmer Vernooij | 2009-06-11 | 5 | -10/+48 | |
| | ||||||
* | selftest/subunit: Remove open_tests argument from parse_results. | Jelmer Vernooij | 2009-06-11 | 4 | -17/+6 | |
| | ||||||
* | selftest: Fix subunit formatting, fix years when filtering subunit | Jelmer Vernooij | 2009-06-11 | 7 | -134/+164 | |
| | | | | streams. | |||||
* | selftest: Fix handling of testsuite, reintroduce progress indication. | Jelmer Vernooij | 2009-06-11 | 4 | -31/+141 | |
| | ||||||
* | selftest: Remove unnecessary uses. | Jelmer Vernooij | 2009-06-11 | 4 | -5/+2 | |
| | ||||||
* | selftest/subunit: Remove prefix command. | Jelmer Vernooij | 2009-06-11 | 6 | -61/+19 | |
| | ||||||
* | selftest: Fix subunit stream to include the right prefixes rather than | Jelmer Vernooij | 2009-06-11 | 3 | -13/+51 | |
| | | | | extending the subunit protocol. | |||||
* | More work supporting prefixes. | Jelmer Vernooij | 2009-06-11 | 3 | -11/+30 | |
| | ||||||
* | selftest: Use external processes for filtering known failures and pretty | Jelmer Vernooij | 2009-06-11 | 7 | -111/+110 | |
| | | | | formatting. | |||||
* | selftest: Avoid decreasing total testsuites if the original total is not | Jelmer Vernooij | 2009-06-11 | 1 | -2/+8 | |
| | | | | known. | |||||
* | selftest: Use filter-xfail for known failures | Jelmer Vernooij | 2009-06-11 | 4 | -54/+16 | |
| | ||||||
* | selftest: Add script to filter out known failures from a subunit stream. | Jelmer Vernooij | 2009-06-11 | 1 | -0/+162 | |
| | ||||||
* | Subunit: Support "fail" as alias for "failure" in Subunit streams. | Jelmer Vernooij | 2009-06-11 | 1 | -2/+2 | |
| | ||||||
* | subunit: Move more Subunit printing logic to Subunit.pm. | Jelmer Vernooij | 2009-06-11 | 2 | -15/+32 | |
| | ||||||
* | subunit: Support the time: command. | Jelmer Vernooij | 2009-06-11 | 1 | -0/+3 | |
| | ||||||
* | s3-selftest: forward NSS_WRAPPER_WINBIND_SO_PATH env to tests. | Günther Deschner | 2009-06-08 | 1 | -0/+4 | |
| | | | | Guenther | |||||
* | selftest: Add script that can take a subunit stream and format it. | Jelmer Vernooij | 2009-06-03 | 1 | -0/+68 | |
| | ||||||
* | selftest/plain: Allow caller to not specify the number of expected | Jelmer Vernooij | 2009-06-03 | 1 | -1/+5 | |
| | | | | testsuites to run. | |||||
* | selftest: Fix target/Samba4 tests. | Jelmer Vernooij | 2009-06-03 | 1 | -2/+3 | |
| | ||||||
* | Remove empty unit test. | Jelmer Vernooij | 2009-06-03 | 1 | -7/+0 | |
| | ||||||
* | selftest/README: Fix formatting. | Jelmer Vernooij | 2009-06-03 | 1 | -5/+13 | |
| | ||||||
* | selftest: Factor generic functionality for buildfarm output into a | Jelmer Vernooij | 2009-06-03 | 2 | -35/+88 | |
| | | | | separate perl module. | |||||
* | Support reporting current time in selftest output. | Jelmer Vernooij | 2009-06-03 | 4 | -7/+32 | |
| | ||||||
* | selftest: Add subunit output format. | Jelmer Vernooij | 2009-06-03 | 2 | -0/+105 | |
| | ||||||
* | s3-selftest: Fix invalid /etc/group file used with nss_wrapper. | Günther Deschner | 2009-05-30 | 1 | -0/+1 | |
| | | | | | | Found by torture test. Guenther | |||||
* | s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ↵ | Günther Deschner | 2009-05-28 | 1 | -5/+7 | |
| | | | | | | group" script. Guenther | |||||
* | s3-selftest: add add and delete group scripts using nss_wrapper. | Günther Deschner | 2009-05-20 | 1 | -0/+2 | |
| | | | | Guenther | |||||
* | s3-printing: Fix vlp testprinter application. | Günther Deschner | 2009-05-12 | 1 | -7/+7 | |
| | | | | | | | | | | Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther | |||||
* | s3-selftest: need to enable lanman auth in order make RPC-SAMR-PASSWORDS pass. | Günther Deschner | 2009-05-08 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | Specify explicit path to vlp, for those not having vlp in $PATH. | Jelmer Vernooij | 2009-04-22 | 1 | -1/+9 | |
| | ||||||
* | s4 selftest: Export the WINBINDD_SOCKET_DIR env var | Kai Blin | 2009-04-22 | 1 | -0/+1 | |
| | ||||||
* | selftest: add a fake root user to nss_wrapper_passwd in s3. | Günther Deschner | 2009-04-08 | 1 | -0/+1 | |
| | | | | | | | Needed to make some server calls to get_root_nt_token() succeed. make selftest/make test gurus, please check. Guenther | |||||
* | selftest: Add copyright headers | Jelmer Vernooij | 2009-03-25 | 6 | -4/+89 | |
| | ||||||
* | selftest/Samba3: Test smb signing against the member server | Stefan Metzmacher | 2009-03-23 | 1 | -0/+1 | |
| | | | | metze | |||||
* | selftest/Samba3: always use the same timeout for all servers | Stefan Metzmacher | 2009-03-21 | 1 | -17/+15 | |
| | | | | metze | |||||
* | s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND | Stefan Metzmacher | 2009-03-21 | 1 | -4/+4 | |
| | | | | metze | |||||
* | selftest/Samba3: use the same sequence of signals to shutdown samba3 as with ↵ | Stefan Metzmacher | 2009-03-20 | 1 | -1/+4 | |
| | | | | | | | | | the shell scripts When we kill the timelimit process with SIGKILL, it can't kill its children... metze | |||||
* | Make the 'modules.conf' generation in the LDAP selftest simpler | Andrew Bartlett | 2009-02-24 | 1 | -52/+7 | |
| | | | | | | | The versions of OpenLDAP that we require don't need us to specify the location any more - slaptest knows this from it's build time. Andrew Bartlett | |||||
* | Fix GDB_PROVISION mode | Simo Sorce | 2009-02-23 | 1 | -1/+1 | |
| |