qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] build: use "meson test" as the test harness


From: Paolo Bonzini
Subject: Re: [PATCH 2/2] build: use "meson test" as the test harness
Date: Sun, 31 Oct 2021 22:04:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 28/10/21 20:03, Thomas Huth wrote:
Thanks for the update, this works definitely better than the RFC already. However, I spotted another oddity: "make check-softfloat" now is way slower than before, it takes more than 2 minutes now, while it finished within 20 seconds before your change ...

Hmm, so it does. "make check" and "make check SPEED=slow" work as intended, but "make check-softfloat" includes the slow tests.

What happens is that "make check-softfloat" uses the setup that excludes slow tests, but specifying "--suite softfloat" force-includes them again. It makes sense, but in order to keep the same behavior I'll have to come up with a different handling of $(SPEED). Thanks for the test!

Paolo




reply via email to

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