Age | Commit message (Expand) | Author | Files | Lines |
2010-09-25 | selftest: If a testsuite is killed by a signal, let selftest die. | Jelmer Vernooij | 1 | -2/+2 |
2010-09-24 | selftest Don't run 'speed' tests for very long | Andrew Bartlett | 1 | -0/+2 |
2010-09-23 | selftest: Pass prefix to setup_env function. | Jelmer Vernooij | 1 | -4/+4 |
2010-09-23 | selftest: Use variable for clientdir. | Jelmer Vernooij | 1 | -18/+20 |
2010-09-22 | selftest: Fix testsuite counts when running only a limited number of | Jelmer Vernooij | 1 | -8/+15 |
2010-09-22 | selftest: Fix idlist running. | Jelmer Vernooij | 1 | -2/+2 |
2010-09-22 | selftest: Fix use of --load-list. | Jelmer Vernooij | 1 | -1/+1 |
2010-09-22 | selftest: Remove unused --analyse argument. | Jelmer Vernooij | 1 | -6/+0 |
2010-09-22 | selftest: Let tests add prefix to tests by themselve. | Jelmer Vernooij | 1 | -23/+12 |
2010-09-21 | selftest: Use idlist testing for python tests. | Jelmer Vernooij | 1 | -2/+3 |
2010-09-21 | selftest: Support running individual tests using idlists, for testsuites that... | Jelmer Vernooij | 1 | -7/+12 |
2010-09-21 | selftest: Fix generation of test id file. | Jelmer Vernooij | 1 | -4/+4 |
2010-09-14 | selftest: If setting up environment fails, mark testsuites that use it as | Jelmer Vernooij | 1 | -12/+5 |
2010-09-14 | subunit.pm: Fold Subunit::Filter into Subunit, trim further. | Jelmer Vernooij | 1 | -5/+2 |
2010-09-14 | subunit.pm: Simplify subunit handling in perl. | Jelmer Vernooij | 1 | -12/+4 |
2010-09-14 | subunit.pm: Pass through milliseconds in time reports. | Jelmer Vernooij | 1 | -0/+7 |
2010-09-05 | selftest: Cope with parentheses in testnames in --load-list. | Jelmer Vernooij | 1 | -5/+8 |
2010-09-05 | selftest: Print out unmatched tests when using --load-list. | Jelmer Vernooij | 1 | -7/+12 |
2010-09-04 | testr: Fix configuration to use idfile, in case more than a couple of | Jelmer Vernooij | 1 | -1/+1 |
2010-09-04 | selftest: Don't make printing the log output a side-effect of check_env(), do... | Jelmer Vernooij | 1 | -0/+1 |
2010-09-04 | selftest: Remove stop() method, not used anywhere. | Jelmer Vernooij | 1 | -3/+1 |
2010-09-04 | selftest: run client tests with log level 1 | Andrew Tridgell | 1 | -0/+1 |
2010-06-25 | selftest: Clarify generation of idlist option. | Jelmer Vernooij | 1 | -0/+2 |
2010-06-17 | selftest: use 127.0.0.11-16 for the client | Stefan Metzmacher | 1 | -7/+7 |
2010-06-16 | s4:selftest Add vampire_dc test environment | Andrew Bartlett | 1 | -2/+8 |
2010-06-02 | s3-selftest: Fix blackbox smbclient s3 tests during make selftest. | Günther Deschner | 1 | -1/+3 |
2010-04-12 | selftest: Cope with strict. | Jelmer Vernooij | 1 | -1/+1 |
2010-04-10 | selftest: Support passing --load-list to test runners. | Jelmer Vernooij | 1 | -5/+15 |
2010-04-08 | selftest: Support --load-list option. | Jelmer Vernooij | 1 | -7/+39 |
2010-03-31 | smbtorture: Report number of available tests in a testsuite using subunit. | Jelmer Vernooij | 1 | -1/+1 |
2010-03-31 | selftest: Use standard subunit command for progress reporting. | Jelmer Vernooij | 1 | -5/+4 |
2010-03-31 | selftest: Use standard subunit commands for progress reporting. | Jelmer Vernooij | 1 | -0/+5 |
2010-03-12 | selftest: Remove dns_host_file every time we start | Andrew Bartlett | 1 | -0/+3 |
2010-03-11 | selftest: let the client also use the dns_host_file | Stefan Metzmacher | 1 | -1/+2 |
2010-02-19 | s4:selftest Add infrastructure for testing against an RPC proxy | Andrew Bartlett | 1 | -1/+13 |
2010-01-19 | s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR. | Günther Deschner | 1 | -1/+1 |
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-17 | selftest: make sure we don't buffer any output | Stefan Metzmacher | 1 | -0/+3 |
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-08-14 | fixed TESTS= in make test to allow multiple tests | Andrew Tridgell | 1 | -2/+16 |
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-06-17 | selftest: report time after testsuite, gives nicer output on the | Jelmer Vernooij | 1 | -1/+1 |
2009-06-11 | selftest/subunit: Add diff command that can diff two subunit streams. | Jelmer Vernooij | 1 | -2/+0 |
2009-06-11 | selftest: Properly recognize xfail testsuites. | Jelmer Vernooij | 1 | -7/+30 |
2009-06-11 | selftest: Fix subunit formatting, fix years when filtering subunit | Jelmer Vernooij | 1 | -5/+2 |
2009-06-11 | selftest: Fix handling of testsuite, reintroduce progress indication. | Jelmer Vernooij | 1 | -9/+14 |