summaryrefslogtreecommitdiffstats
path: root/lib/torture
Commit message (Collapse)AuthorAgeFilesLines
* smbtorture: Report number of available tests in a testsuite using subunit.Jelmer Vernooij2010-03-313-1/+53
|
* fixed the buildAndrew Tridgell2009-11-181-0/+4
| | | | | | whoever pushed 15d93a5d8e21893e1cca5c989dbf97010aae1622, please check that what you push compiles and passes tests. In this case it didn't compile.
* s4/torture: add a new ulong parameteric torture optionAravind Srinivasan2009-11-171-0/+8
|
* s4/torture: add new torture_assert_*_todo() macrosSteven Danneman2009-09-081-0/+38
| | | | | These allow torture tests to perform cleanup after a failure, by jumping to a goto label.
* Remove unused parameter setting.Jelmer Vernooij2009-07-192-11/+0
|
* s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-181-0/+2
| | | | | | | | This corrects the issues reaised in bug #6129, and some others that were not originally identified. It also accounts for some code that was in the original bug report but appears to have since been made common between S3 and S4. Thanks to Erik Hovland <erik@hovland.org> for the original bug report.
* torture: minor fixes to torture macro text output.Günther Deschner2009-06-021-2/+2
| | | | Guenther
* lib/torture: fix depency to map_nt_error_from_unix()Stefan Metzmacher2009-02-261-1/+3
| | | | | | This should fix the build on Mac OS 10 metze
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-3/+3
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* s3/s4 build: Fix "might be unitialized" warningTim Prouty2008-11-201-1/+1
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-11-182-0/+16
|\
| * Add helpful function for comparison of DATA_BLOB elementsAndrew Bartlett2008-11-171-0/+15
| |
| * s4:torture: fix the build with auto dependenciesStefan Metzmacher2008-11-161-0/+1
| | | | | | | | metze
* | Explicitly include samba4 includes.h to fix the build.Jelmer Vernooij2008-11-181-1/+1
|/
* Remove unused init function in subunit code.Jelmer Vernooij2008-11-161-6/+0
|
* Move torture directory to top-level.Jelmer Vernooij2008-11-162-4/+2
|
* Move libtorture to top-level.Jelmer Vernooij2008-11-165-0/+1174