libvirt/tests
Michal Privoznik 26946f674e virportallocatortest: Run on linux only
After the rework of mocking of our tests there's the
virportallocator test failing to link on mingw. Well, it's the
mocking library actually:

../gnulib/lib/.libs/libgnu.a(bind.o): In function `rpl_bind':
/home/jenkins/libvirt-mingw/build32/gnulib/lib/../../../gnulib/lib/bind.c:33: multiple definition of `rpl_bind'
.libs/virportallocatormock_la-virportallocatormock.o:/home/jenkins/libvirt-mingw/build32/tests/../../tests/virportallocatormock.c:79: first defined here

I've no idea why this matters to mingw and does not to others.
Nevertheless, if we make the test linux only the problem goes
away.

Apparently, our test for RTLD_NEXT is not sufficient because
mingw32 defines it. Lets put aside for a while fact that it has
the same value as RTLD_DEFAULT which by description has different
meaning, shall we?

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-02-12 16:13:31 +01:00
..
bhyvexml2argvdata bhyve: bhyveload: respect boot dev and boot order 2016-01-25 04:19:33 +03:00
bhyvexml2xmloutdata
capabilityschemadata
commanddata
confdata
cputestdata
domaincapsschemadata
domainconfdata
domainschemadata
domainsnapshotxml2xmlin
domainsnapshotxml2xmlout device: cleanup input device code 2016-01-26 17:53:33 +01:00
fchostdata/fc_host
genericxml2xmlindata tests: add genericxml2xmltest 2016-01-08 21:21:34 -05:00
genericxml2xmloutdata tests: add genericxml2xmltest 2016-01-08 21:21:34 -05:00
interfaceschemadata
lxcconf2xmldata lxc: use virDomainDefPostParse for parsing LXC config string 2015-12-09 12:59:02 +01:00
lxcxml2xmldata
lxcxml2xmloutdata
networkxml2confdata
networkxml2firewalldata
networkxml2xmlin
networkxml2xmlout
networkxml2xmlupdatein
networkxml2xmlupdateout
nodedevschemadata
nodeinfodata
nwfilterxml2firewalldata
nwfilterxml2xmlin
nwfilterxml2xmlout
qemuagentdata
qemuargv2xmldata tests: qemuargv2xml: separate from qemuxml2argv data 2016-02-05 15:07:07 -05:00
qemucapabilitiesdata qemu: add capability check for memballoon 'deflate-on-oom' feature 2016-01-12 10:48:21 -05:00
qemucaps2xmldata qemu: assume various QEMU 0.10 features are always available 2015-11-10 10:38:18 +00:00
qemuhelpdata qemu: mandate QEMU version 0.12.0 or newer 2015-11-10 10:38:00 +00:00
qemuhotplugtestdata device: cleanup input device code 2016-01-26 17:53:33 +01:00
qemumonitorjsondata
qemuxml2argvdata tests: qemu: More aarch64 virtio and pci tests 2016-02-09 16:09:01 -05:00
qemuxml2xmloutdata tests: qemu: More aarch64 virtio and pci tests 2016-02-09 16:09:01 -05:00
secretxml2xmlin
securityselinuxhelperdata
securityselinuxlabeldata
sexpr2xmldata device: cleanup input device code 2016-01-26 17:53:33 +01:00
storagepoolschemadata
storagepoolxml2xmlin conf: Add storage pool device attribute part_separator 2016-01-19 13:02:59 -05:00
storagepoolxml2xmlout conf: Add storage pool device attribute part_separator 2016-01-19 13:02:59 -05:00
storagevolschemadata
storagevolxml2argvdata
storagevolxml2xmlin
storagevolxml2xmlout
sysinfodata
vboxsnapshotxmldata
vircaps2xmldata
vircgroupdata
virfiledata
virnetdaemondata
virnetdevtestdata/sys/class/net
virnetserverdata
virpcitestdata
virscsidata
virusbtestdata/sys_bus_usb/devices
vmwareverdata
vmx2xmldata device: cleanup input device code 2016-01-26 17:53:33 +01:00
xencapsdata
xlconfigdata device: cleanup input device code 2016-01-26 17:53:33 +01:00
xmconfigdata device: cleanup input device code 2016-01-26 17:53:33 +01:00
xml2sexprdata xenconfig: support vif bandwidth in sexpr parser and formatter 2016-01-08 18:56:00 -07:00
xml2vmxdata vmx: Adapt to emptyBackingString for cdrom-image 2016-01-25 08:34:23 +01:00
.valgrind.supp
bhyvexml2argvmock.c
bhyvexml2argvtest.c bhyve: bhyveload: respect boot dev and boot order 2016-01-25 04:19:33 +03:00
bhyvexml2xmltest.c tests: utils: Add PreFormat callback for CompareXML2XML helper 2016-02-09 16:09:01 -05:00
capabilityschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
commandhelper.c
commandtest.c
cpuset
cputest.c
define-dev-segfault
domaincapsschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
domaincapstest.c
domainconftest.c
domainschematest tests: qemuargv2xml: separate from qemuxml2argv data 2016-02-05 15:07:07 -05:00
domainsnapshotschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
domainsnapshotxml2xmltest.c conf: add caps to virDomainSnapshotDefFormat 2016-02-05 10:57:39 +00:00
esxutilstest.c
eventtest.c
fchosttest.c
fdstreamtest.c
genericxml2xmltest.c tests: utils: Add PreFormat callback for CompareXML2XML helper 2016-02-09 16:09:01 -05:00
int-overflow
interfaceschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
interfacexml2xmltest.c tests: use virtTestDifferenceFull in tests where we have output file 2016-01-26 17:53:33 +01:00
jsontest.c
libvirtd-fail
libvirtd-pool
libvirtdconftest.c
lxcconf2xmltest.c conf: add caps to virDomainDefFormat* 2016-02-04 12:38:26 +00:00
lxcxml2xmltest.c tests: utils: Add PreFormat callback for CompareXML2XML helper 2016-02-09 16:09:01 -05:00
Makefile.am tests: Rename virmockdbus -> virdbusmock for consistency 2016-02-11 18:24:32 +01:00
metadatatest.c
networkschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
networkxml2conftest.c
networkxml2firewalltest.c
networkxml2xmltest.c
networkxml2xmlupdatetest.c
nodedevschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
nodedevxml2xmltest.c tests: use virtTestDifferenceFull in tests where we have output file 2016-01-26 17:53:33 +01:00
nodeinfomock.c
nodeinfotest.c
nwfilterebiptablestest.c tests.nwfilterebiptablestest: swap actual and expected 2016-01-08 16:08:15 +01:00
nwfilterschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
nwfilterxml2firewalltest.c
nwfilterxml2xmltest.c
objecteventtest.c
objectlocking.ml
oomtrace.pl
openvzutilstest.c conf: add caps to virDomainDefFormat* 2016-02-04 12:38:26 +00:00
openvzutilstest.conf
pkix_asn1_tab.c
qemuagenttest.c
qemuargv2xmltest.c qemu: Split the command parsing routines into own module 2016-02-10 15:21:37 -05:00
qemucapabilitiestest.c tests: add qemu 2.6 caps test 2015-12-24 14:49:38 +00:00
qemucaps2xmlmock.c
qemucaps2xmltest.c
qemucommandutiltest.c
qemuhelptest.c qemu: assume various QEMU 0.10 features are always available 2015-11-10 10:38:18 +00:00
qemuhotplugtest.c conf: add caps to virDomainDefFormat* 2016-02-04 12:38:26 +00:00
qemumonitorjsontest.c qemu: Rename qemuMonitorMigrationStatus struct 2016-01-08 18:18:58 +01:00
qemumonitortest.c
qemumonitortestutils.c
qemumonitortestutils.h
qemuxml2argvmock.c test: qemuxml2argv: Mock virMemoryMaxValue to remove 32/64 bit difference 2015-12-11 12:23:38 +01:00
qemuxml2argvtest.c tests: qemu: More aarch64 virtio and pci tests 2016-02-09 16:09:01 -05:00
qemuxml2xmltest.c tests: qemu: More aarch64 virtio and pci tests 2016-02-09 16:09:01 -05:00
read-bufsiz
read-non-seekable
reconnect.c
schematestutils.sh
scsihosttest.c tests: scsihost: Use fakerootdir instead of fakesysfsdir 2015-12-09 15:22:59 +01:00
seclabeltest.c
secretschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
secretxml2xmltest.c
securityselinuxhelper.c
securityselinuxlabeltest.c
securityselinuxtest.c
sexpr2xmltest.c conf: add caps to virDomainDefFormat* 2016-02-04 12:38:26 +00:00
shunloadhelper.c
shunloadtest.c
sockettest.c
ssh.c
start
statstest.c
storagebackendsheepdogtest.c
storagepoolschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
storagepoolxml2xmltest.c conf: Add storage pool device attribute part_separator 2016-01-19 13:02:59 -05:00
storagevolschematest tests: Fix running schematests directly from topdir 2016-01-08 21:21:34 -05:00
storagevolxml2argvtest.c
storagevolxml2xmltest.c
sysinfotest.c
test_conf.c
test_conf.sh
test-lib.sh tests: avoid realpath in test-lib.sh 2016-02-01 13:03:28 -07:00
test-wrap-argv.pl tests: Make test-wrap-argv.pl executable 2015-12-29 09:37:35 +01:00
testutils.c tests: utils: Add PreFormat callback for CompareXML2XML helper 2016-02-09 16:09:01 -05:00
testutils.h tests: utils: Add PreFormat callback for CompareXML2XML helper 2016-02-09 16:09:01 -05:00
testutilslxc.c
testutilslxc.h
testutilsqemu.c qemuTestDriverInit: fill driver with zeroes 2016-01-18 13:22:14 +01:00
testutilsqemu.h
testutilsxen.c
testutilsxen.h
utiltest.c util: add virDiskNameParse to handle disk and partition idx 2015-11-18 13:48:38 -07:00
vboxsnapshotxmltest.c
vcpupin test: Touch up error message when attempting to pin invalid vCPU 2016-01-25 17:53:08 +01:00
viralloctest.c
viratomictest.c
virauthconfigtest.c
virbitmaptest.c util: bitmap: Introduce bitmap subtraction 2016-02-05 16:21:45 +01:00
virbuftest.c
vircaps2xmltest.c
vircapstest.c
vircgroupmock.c tests: Use more specific names for variables 2015-12-09 15:22:58 +01:00
vircgrouptest.c cgroup: Prepare for sparse vCPU topologies in virCgroupGetPercpuStats 2016-02-08 09:51:34 +01:00
vircryptotest.c
virdbusmock.c tests: Rename virmockdbus -> virdbusmock for consistency 2016-02-11 18:24:32 +01:00
virdbustest.c dbus: Don't unref NULL messages 2016-02-11 11:35:02 +01:00
virdrivermoduletest.c
virendiantest.c
virfiletest.c
virfirewalltest.c tests: Rename virmockdbus -> virdbusmock for consistency 2016-02-11 18:24:32 +01:00
virhashdata.h
virhashtest.c
virhostdevtest.c pci: Introduce virPCIStubDriver enumeration 2015-12-21 11:17:22 +01:00
viridentitytest.c
viriscsitest.c
virkeycodetest.c
virkeyfiletest.c
virkmodtest.c
virlockspacetest.c
virlogtest.c
virmock.h
virnetdaemontest.c tests: Run virnetdaemontest iff WITH_YAJL 2015-12-01 14:03:30 +01:00
virnetdevbandwidthmock.c
virnetdevbandwidthtest.c virnetdevbandwidth: Compute quantum value 2016-02-05 16:43:19 +01:00
virnetdevmock.c
virnetdevtest.c
virnetmessagetest.c
virnetserverclientmock.c
virnetserverclienttest.c
virnetsockettest.c
virnettlscontexttest.c
virnettlshelpers.c
virnettlshelpers.h
virnettlssessiontest.c
virpcimock.c tests: Use more specific names for variables 2015-12-09 15:22:58 +01:00
virpcitest.c pci: Phase out virPCIDeviceReattachInit() 2016-01-28 11:31:28 +01:00
virpolkittest.c tests: Rename virmockdbus -> virdbusmock for consistency 2016-02-11 18:24:32 +01:00
virportallocatormock.c virportallocatortest: Run on linux only 2016-02-12 16:13:31 +01:00
virportallocatortest.c virportallocatortest: Run on linux only 2016-02-12 16:13:31 +01:00
virrotatingfiletest.c virlogd: fix crash if log file exists and it's larger the maxlen 2015-11-30 10:45:45 +01:00
virscsitest.c
virsh-all
virsh-optparse
virsh-schedinfo
virsh-synopsis
virsh-undefine
virsh-uriprecedence
virshtest.c
virstoragetest.c
virstringtest.c virStringListLength: Ensure const correctness 2016-02-09 15:44:58 -05:00
virsystemdtest.c tests: Rename virmockdbus -> virdbusmock for consistency 2016-02-11 18:24:32 +01:00
virt-aa-helper-test
virtimetest.c
virtypedparamtest.c
viruritest.c
virusbmock.c
virusbtest.c
vmwarevertest.c
vmx2xmltest.c conf: add caps to virDomainDefFormat* 2016-02-04 12:38:26 +00:00
xencapstest.c
xlconfigtest.c conf: add caps to virDomainDefFormat* 2016-02-04 12:38:26 +00:00
xmconfigtest.c conf: add caps to virDomainDefFormat* 2016-02-04 12:38:26 +00:00
xml2sexprtest.c xenconfig: support vif bandwidth in sexpr parser and formatter 2016-01-08 18:56:00 -07:00
xml2vmxtest.c vmx: Adapt to emptyBackingString for cdrom-image 2016-01-25 08:34:23 +01:00