index
:
delta/libvirt.git
baserock/franred/v1.2.12
baserock/morph
baserock/v1.2.10
master
v0.10.2-maint
v0.8.3-maint
v0.9.11-maint
v0.9.12-maint
v0.9.6-maint
v1.0.0-maint
v1.0.1-maint
v1.0.2-maint
v1.0.3-maint
v1.0.4-maint
v1.0.5-maint
v1.0.6-maint
v1.1.0-maint
v1.1.1-maint
v1.1.2-maint
v1.1.3-maint
v1.1.4-maint
v1.2.0-maint
v1.2.1-maint
v1.2.10-maint
v1.2.11-maint
v1.2.12-maint
v1.2.13-maint
v1.2.14-maint
v1.2.15-maint
v1.2.16-maint
v1.2.17-maint
v1.2.18-maint
v1.2.19-maint
v1.2.2-maint
v1.2.20-maint
v1.2.21-maint
v1.2.3-maint
v1.2.4-maint
v1.2.5-maint
v1.2.6-maint
v1.2.7-maint
v1.2.8-maint
v1.2.9-maint
v1.3.0-maint
v1.3.1-maint
v1.3.2-maint
v1.3.3-maint
v1.3.4-maint
v1.3.5-maint
v2.0-maint
v2.1-maint
v2.2-maint
v3.0-maint
v3.2-maint
v3.7-maint
v4.1-maint
v4.10-maint
v4.2-maint
v4.3-maint
v4.4-maint
v4.5-maint
v4.6-maint
v4.7-maint
v4.8-maint
v4.9-maint
v5.0-maint
v5.1-maint
v5.1.0-maint
v5.2-maint
v5.3-maint
libvirt.org: git/libvirt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
xencapstest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove xencaps tests and data files
Jim Fehlig
2018-04-09
1
-224
/
+0
*
tests: Rename VIRT_TEST_* macros to VIR_TEST_*
Andrea Bolognani
2017-04-04
1
-1
/
+1
*
tests: Rename virtTestCompareToFile to virTestCompareToFile.
Tomáš Ryšavý
2016-06-08
1
-1
/
+1
*
tests: Rename virtTestRun to virTestRun.
Tomáš Ryšavý
2016-06-08
1
-21
/
+21
*
tests: Add virtTestCompareToFile
Cole Robinson
2015-04-23
1
-8
/
+1
*
Use K&R style for curly braces in tests/
Martin Kletzander
2014-03-20
1
-11
/
+22
*
Require spaces around equality comparisons
Martin Kletzander
2014-03-18
1
-1
/
+1
*
Remove test case average timing
Daniel P. Berrange
2013-10-08
1
-11
/
+11
*
Introduce OOM reporting to virAsprintf
Michal Privoznik
2013-07-10
1
-0
/
+2
*
xencapstest: Resolve Coverity CHECKED_RETURN error
John Ferlan
2013-05-21
1
-1
/
+2
*
virutil: Move string related functions to virstring.c
Michal Privoznik
2013-05-02
1
-0
/
+1
*
Turn virCapabilities into a virObject
Daniel P. Berrange
2013-02-08
1
-1
/
+1
*
Rename xml.{c,h} to virxml.{c,h}
Daniel P. Berrange
2012-12-21
1
-1
/
+1
*
Fix test cases for virArch changes
Daniel P. Berrange
2012-12-18
1
-42
/
+42
*
Cleanup for a return statement in source files
Martin Kletzander
2012-03-26
1
-1
/
+1
*
build: expand rule to cover testsuite
Eric Blake
2012-02-03
1
-5
/
+5
*
Xen: Fake versions in xencapstest
Philipp Hahn
2011-10-14
1
-0
/
+10
*
build: rename files.h to virfile.h
Eric Blake
2011-07-21
1
-1
/
+1
*
tests: Lower stack usage below 4096 bytes
Matthias Bolte
2011-04-30
1
-19
/
+17
*
tests: simplify common setup
Eric Blake
2011-04-29
1
-16
/
+1
*
deprecate fclose() and introduce VIR_{FORCE_}FCLOSE()
Stefan Berger
2010-11-16
1
-4
/
+3
*
Move xen driver code into src/xen/ directory
Daniel P. Berrange
2009-09-21
1
-1
/
+1
*
remove all trailing blank lines
Jim Meyering
2009-07-16
1
-1
/
+0
*
Fix test suite build when Xen driver is disabled
Daniel P. Berrange
2008-11-24
1
-11
/
+0
*
Fix xen capabilities data creation
Daniel P. Berrange
2008-09-05
1
-1
/
+1
*
Convert XenD XML->SEXPR conversion to new domain XML APIs
Daniel P. Berrange
2008-07-25
1
-5
/
+10
*
Convert test suites over to new test infrastructure
Daniel P. Berrange
2008-05-29
1
-14
/
+18
*
Re-factor and pretty print differences
Daniel P. Berrange
2008-04-18
1
-7
/
+3
*
convert TAB-based indentation in C sources to use only spaces
Jim Meyering
2008-04-10
1
-57
/
+57
*
Add formal internal capabilities API and update drivers to use it
Daniel P. Berrange
2008-02-27
1
-1
/
+2
*
Enable the <config.h>-requiring test; fix violations
Jim Meyering
2008-01-29
1
-1
/
+1
*
Given code like if (foo) free (foo); remove the useless "if (foo) " part.
Jim Meyering
2008-01-29
1
-2
/
+1
*
Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-12-05
1
-7
/
+2
*
Mon Nov 26 12:03:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-11-26
1
-1
/
+5
*
Arrange for tests to pass in a non-srcdir build.
Jim Meyering
2007-11-14
1
-3
/
+19
*
Tue Aug 21 10:36:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-08-21
1
-0
/
+1
*
Added support for input devices
Daniel P. Berrange
2007-07-18
1
-11
/
+11
*
+Tue May 29 15:41:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
Richard W.M. Jones
2007-05-29
1
-0
/
+16
*
Fixed Xen capabilities parsing & added test suite
Daniel P. Berrange
2007-03-27
1
-0
/
+199