aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Don't add extra padding if counter mod 40 is 0Matthias Bolte2010-03-241-1/+1
* Make sure virtTestCaptureProgramOutput has a body on WindowsMatthias Bolte2010-03-231-0/+6
* build: consistently indent preprocessor directivesEric Blake2010-03-091-8/+8
* Make test suite output less verboseDaniel P. Berrange2010-01-151-27/+90
* tests: Centralize VIR_TEST_DEBUG lookup, and document itCole Robinson2009-10-201-12/+26
* tests: Initialize virRandom in for test suite.Cole Robinson2009-10-201-1/+2
* Dump qemu driver capabilities if test debugging enabledMark McLoughlin2009-09-101-1/+2
* Fix misc OOM bugsDaniel P. Berrange2009-09-031-4/+8
* Make it easier to debug tests running programsDaniel P. Berrange2009-07-081-7/+1
* Fix Win32 portability problems with 'inteface' symbol clashDaniel P. Berrange2009-05-291-0/+10
* Test case for QEMU driver ARGV -> XML conversionDaniel P. Berrange2009-05-211-0/+46
* Misc fixes uncovered by OOM testingDaniel P. Berrange2009-04-011-1/+2
* tests: diagnose more open failuresJim Meyering2009-02-021-4/+13
* Fix bogus valgrind memory leak warnings in test suiteDaniel P. Berrange2009-01-281-7/+17
* Remove use of _PATH_DEVNULL in favour of /dev/null for portability (John Levon)Daniel P. Berrange2008-12-171-6/+2
* remove cvs $Id$ stringsJim Meyering2008-12-121-3/+1
* Optional dlopen support for driversDaniel P. Berrange2008-11-211-0/+3
* Fix use of VIR_TEST_DEBUG var when OOM testing is not enabled & surpress more...Daniel P. Berrange2008-07-091-1/+5
* Remove bogus return statement in test codeDaniel P. Berrange2008-07-071-3/+0
* ALlow OOM tests to be parallelizedDaniel P. Berrange2008-07-071-3/+42
* Compilation fixes for MinGWAtsushi SAKAI2008-06-261-1/+4
* Fix misc compile warningsDaniel P. Berrange2008-06-121-4/+1
* Fix warning with OOM testing is disabledDaniel P. Berrange2008-05-291-3/+6
* Pass allocation number to callbackDaniel P. Berrange2008-05-291-2/+2
* Generic test suite helpers for OOM testingDaniel P. Berrange2008-05-291-15/+140
* Added support for network interface model settingDaniel P. Berrange2008-04-301-13/+18
* Test script helper for printing string differencesDaniel P. Berrange2008-04-181-3/+64
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-10/+0
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-291-1/+1
* Given code like if (foo) free (foo); remove the useless "if (foo) " part.Jim Meyering2008-01-291-2/+1
* Include "config.h" in remaining non-generated files.Jim Meyering2007-12-071-0/+2
* Added support for input devicesDaniel P. Berrange2007-07-181-1/+1
* Fri Jun 15 16:21:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-06-151-1/+8
* Added test suite for the XML <-> XM config file conversionDaniel P. Berrange2007-01-191-118/+130
* Added tests for virsh domid, domname, domstat, domuuid, dominfo, list & nodei...Daniel P. Berrange2006-08-241-1/+92
* Added tests for the SEXPR<->XML conversion processDaniel P. Berrange2006-08-241-0/+33
* UUID utils, virsh cleanup, ...Karel Zak2006-05-221-1/+1
* XML-RPC testsKarel Zak2006-05-091-0/+74