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