[libvirt] [PATCH] Skip nodeinfo test on non intel architectures

Eric Blake eblake at redhat.com
Tue Jun 14 15:54:33 UTC 2011


On 06/12/2011 04:37 PM, Guido Günther wrote:
> since the testfiles assume a /proc/cpuinfo specific to this
> architecture. We e.g. can't parse the number of cores on other
> architectures.
> 
> O.k. to apply?
> Cheers,
>  -- Guido
> 
> ---
>  tests/nodeinfotest.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/tests/nodeinfotest.c b/tests/nodeinfotest.c
> index b4e81b3..71e2926 100644
> --- a/tests/nodeinfotest.c
> +++ b/tests/nodeinfotest.c
> @@ -11,7 +11,9 @@
>  #include "util.h"
>  #include "files.h"
>  
> -#ifndef __linux__
> +#if ! (defined __linux__  &&  (defined(__x86_64__) || \
> +                               defined(__amd64__)  || \
> +                               defined(__i386__)))

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110614/1d8ef240/attachment-0001.sig>


More information about the libvir-list mailing list