Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-09 | selftest: make sure filter-subunit and format-subunit use unbuffered io | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-03-31 | selftest: Convert filter-subunit to Python so the subunit Python module | Jelmer Vernooij | 1 | -1/+1 | |
can be used later. | |||||
2010-03-30 | selftest: Replace perl subunit formatter with python subunit formatter, | Jelmer Vernooij | 1 | -1/+1 | |
so we can leverage the work happening in python-subunit. | |||||
2010-03-28 | Remove extension from format-subunit. | Jelmer Vernooij | 1 | -3/+1 | |
2010-03-01 | Fix the build, add filtered subunit runner. | Jelmer Vernooij | 1 | -0/+4 | |
2010-01-20 | selftest: Use SUBUNIT_FORMATTER command, if set in the environment. | Jelmer Vernooij | 1 | -15/+15 | |
2009-12-08 | s4:selftest: use ${selftest_prefix} instead of hardcoded st/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-12-08 | s4-selftest: show the test summary at the end of 'make test' in the build farm | Andrew Tridgell | 1 | -0/+1 | |
This should make it easier to see what tests are failing with what parameters | |||||
2009-11-26 | librpc: rerun "make idl" | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-11-17 | s4:selftest: allways start with $(ST_RM) | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-11-17 | s4:selftest: place summary file into selftest-prefix | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-09-08 | s4:selftest Fix 'make testenv-gdb' and 'make valgrindtest' etc | Andrew Bartlett | 1 | -28/+22 | |
The problem here was that tridge's changes to ensure that test results were always propogated didn't merge well with the addition of extra environment variables for the 'make valgrindtest' and similar environments. By splitting out the macro further, we keep the build farm reporting accurate, but allow these other test modes to work. Andrew Bartlett | |||||
2009-08-17 | fixed make test reporting success when provision fails | Andrew Tridgell | 1 | -24/+51 | |
We were getting build test 'pass' on the build farm when the provision is failing. The cause was the use of filter pipelines in the selftest code in the makefile. A bourne shell will by default report the error status of the last element of the pipeline, which means when provision failed, make thought everything had passed. We could use the bash 'pipefail' option to fix this, but it isn't portable, so instead I've modified the makefile to touch st/st_done when the first element in the pipeline completes successfully. That means we now get errors in make test, at the expense of making the makefile even more horrible than it was. | |||||
2009-08-17 | s4:selftest Remove the 'subunit filter' from make testenv etc | Andrew Bartlett | 1 | -2/+2 | |
The extra filter is no use for 'testenv', as we are not running tests, but an xterm. The filter also breaks running 'GDB_PROVISION=yes make test', but at least if we can run 'GDB_PROVISION=yes make testenv' then we can debug provision. Andrew Bartlett | |||||
2009-06-12 | selftest: Add option to strip output of succeeded tests, and use it on | Jelmer Vernooij | 1 | -1/+1 | |
the buildfarm. The matches the behaviour we had earlier in the previous output format. | |||||
2009-06-12 | selftest: Output subunit on the buildfarm. | Jelmer Vernooij | 1 | -0/+5 | |
2009-06-11 | selftest: Fix handling of testsuite, reintroduce progress indication. | Jelmer Vernooij | 1 | -1/+4 | |
2009-06-11 | selftest: Fix subunit stream to include the right prefixes rather than | Jelmer Vernooij | 1 | -1/+1 | |
extending the subunit protocol. | |||||
2009-06-11 | selftest: Use external processes for filtering known failures and pretty | Jelmer Vernooij | 1 | -16/+14 | |
formatting. | |||||
2009-06-11 | selftest: Use filter-xfail for known failures | Jelmer Vernooij | 1 | -2/+5 | |
2009-06-11 | selftest: Use subunit internally, and a separate test output formatter. | Jelmer Vernooij | 1 | -18/+19 | |
2009-03-21 | s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2009-01-30 | selftest: pass down the path to python for provisioning samba4 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2008-10-28 | selftest: move gdb_* and valgrind_* scripts to selftest/ | Stefan Metzmacher | 1 | -6/+7 | |
metze | |||||
2008-10-22 | Require separate option for quicktest include list rather than making | Jelmer Vernooij | 1 | -1/+1 | |
assumptions about it. | |||||
2008-10-19 | Merge branch 'selftest' of git://git.samba.org/jelmer/samba | Jelmer Vernooij | 1 | -3/+3 | |
2008-10-11 | Support "make test-X" to run all tests that match regex X. | Jelmer Vernooij | 1 | -0/+3 | |
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 1 | -6/+9 | |
Conflicts: selftest/selftest.pl | |||||
2008-10-08 | Allow 'make testenv-dc', 'make testenv-member', etc. | Jelmer Vernooij | 1 | -0/+3 | |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -6/+6 | |
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | |||||
2008-09-18 | Move selftest code to top-level. | Jelmer Vernooij | 1 | -3/+3 | |
2008-07-15 | Fix 'make gdbtest-enb' and the GDB_PROVISION option. | Andrew Bartlett | 1 | -1/+1 | |
(This used to be commit 79c4d8e2fabc9c33d978c064b9c01ca45e463ced) | |||||
2008-06-25 | Use variable for selftest directory. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 78760606fa71c370ae3c05b077c5146166bdaa7b) | |||||
2008-05-29 | Add samba4-slow file listing tests that succeed but are just slow. | Jelmer Vernooij | 1 | -17/+26 | |
Added a 'make slowtest' target that does run these tests. Also added some comments in the test lists files. (This used to be commit f67f3422b0fd319a3c6d3ccb3ea444a97c3ebaae) | |||||
2008-02-19 | Allow connecting to screen. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit a021408c9d78260b9abf7ebec4230b7958033a38) | |||||
2008-02-19 | Start and kill kvm instance properly. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit 78e49765a2ec5fac485dbf56143716e151b4b562) | |||||
2008-02-19 | Add Kvm start code. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit 6308c134b225dfa8574aa1370a7874ed6e572ccc) | |||||
2008-02-09 | Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ↵ | Jelmer Vernooij | 1 | -22/+17 | |
makefile targets. (This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3) | |||||
2007-12-24 | r26561: Fix make gdbtest, valgrindtest and testenv for shared libs. | Jelmer Vernooij | 1 | -6/+6 | |
(This used to be commit d2b9055bc032506849827d6fab2d2b9d35d132e2) | |||||
2007-12-24 | r26560: Add script for running in valgrind. | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit cb5d6a9ee27cea4a7a34c3249eed55f601630b82) | |||||
2007-12-21 | r26546: Rather than having a gazillion targets, add output format variable ↵ | Jelmer Vernooij | 1 | -6/+3 | |
for 'make test'. (This used to be commit bd5217906c12c36df9769fc32aee77d9c1805bf2) | |||||
2007-12-21 | r26486: Use portable run-time library path environment variable. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 78c183b88661df90def42d6a3852dd6e36a5fd0b) | |||||
2007-12-21 | r25737: Integrate more of the test recipe code into one file, use | Jelmer Vernooij | 1 | -1/+1 | |
different mechanism for determining the quicktest list. Quicktest is a bit verbose now (reports all the tests not run as SKIP:) (This used to be commit e99e9c167f49c5f8762c7ad16b10ff4aab98091e) | |||||
2007-12-21 | r25707: Move selftest makefile code to separate file. | Jelmer Vernooij | 1 | -0/+74 | |
(This used to be commit 9714db7814fd43d2a10485c041bbb761360c0826) |