qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Status and RFC of patchew testings on QEMU


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] Status and RFC of patchew testings on QEMU
Date: Fri, 28 Jul 2017 02:56:18 -0300

On Mon, Jul 17, 2017 at 10:40 AM, Max Reitz <address@hidden> wrote:
> On 2017-07-17 13:31, Kevin Wolf wrote:
>> I think we had it in 'make check' for a while, but I seem to remember
>> that people complained about things like the disk space that some of the
>> tests needed for temporary files, and some exotic systems didn't support
>> sparse files or something like that.
>
> Wasn't that exotic system HFS+ on OS X/macOS? As far as I'm informed,
> macOS has recently switched to APFS which does have sparse files (and I
> think they have automatically converted running systems to APFS).

if anybody can run tests except those, we can add:

if $OS == OSX && $FS == HFS+; then
  "no 'make check' on OSX with HFS+, sorry"
fi

and have more ppl running tests...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]