qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] tests/check-block: Skip iotests when sanitizers


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] tests/check-block: Skip iotests when sanitizers are enabled
Date: Fri, 23 Aug 2019 10:04:23 +0100

On Fri, 23 Aug 2019 at 09:43, Thomas Huth <address@hidden> wrote:
>
> The sanitizers (especially the address sanitizer from Clang) are
> sometimes printing out warnings or false positives - this spoils
> the output of the iotests, causing some of the tests to fail.
> Thus let's skip the automatic iotests during "make check" when the
> user configured QEMU with --enable-sanitizers.

Do you have a log of what the sanitizer is saying?

(There are quite a lot of sanitizer warnings on running
the main build too -- at the moment we don't have anything
in the CI that runs the sanitizers, except that patchew
does for a limited (x86-targets-only) config, to defend
the parts that we've managed to make warning-free. But
I think that the warnings I've looked at are mostly for
real-but-unimportant leaks, rather than false positives.)

thanks
-- PMM



reply via email to

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