aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: use correct type for pid and similar typesEric Blake2012-03-021-1/+1
* build: expand rule to cover testsuiteEric Blake2012-02-031-5/+4
* Introduce new API for generating random numbersDaniel P. Berrange2012-01-261-1/+2
* waitpid: improve safetyEric Blake2011-10-241-3/+4
* virbuf: improve testsuite reportingEric Blake2011-10-201-1/+1
* tests: Add support for skipping testsPhilipp Hahn2011-10-121-0/+4
* logging: Do not log timestamp through syslogJiri Denemark2011-09-291-3/+5
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* tests: simplify formattingEric Blake2011-07-111-3/+2
* tests: Improve output of tests that decide to skip at runtimeMatthias Bolte2011-07-091-3/+7
* maint: typo fixesEric Blake2011-06-241-1/+1
* Introduce a generic object for using network socketsDaniel P. Berrange2011-06-241-3/+5
* Provide a simple object for encoding/decoding RPC messagesDaniel P. Berrange2011-06-241-0/+64
* tests: Lower stack usage below 4096 bytesMatthias Bolte2011-04-301-38/+31
* build: fix getcwd portability problemsEric Blake2011-04-291-3/+7
* tests: simplify common setupEric Blake2011-04-291-6/+23
* Enable use of -Wold-style-definition compiler flagDaniel P. Berrange2011-04-051-2/+2
* Enable -Wmissing-format-attribute warningDaniel P. Berrange2011-04-051-1/+1
* tests: handle backspace-newline pairs in test input filesJuerg Haefliger2011-01-311-6/+20
* tests: Fix dispatching internal error reportsCole Robinson2010-11-231-5/+12
* deprecate fclose() and introduce VIR_{FORCE_}FCLOSE()Stefan Berger2010-11-161-4/+4
* bye to close(), welcome to VIR_(FORCE_)CLOSE()Stefan Berger2010-11-091-8/+11
* tests: Honor LIBVIRT_{DEBUG,LOG_*} variablesJiri Denemark2010-10-141-0/+1
* Improve error reporting in test suitesDaniel P. Berrange2010-10-131-0/+4
* tests: silence qemuargv2xmltest noiseEric Blake2010-09-161-1/+45
* 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