[Piglit] [PATCH] tests/quick.py: reduce the number of vs_in tests in quick.py

Eric Anholt eric at anholt.net
Tue Nov 1 17:32:23 UTC 2016


Dylan Baker <dylan at pnwbakers.com> writes:

> There are 18000 of these tests, quick.py has 53000 tests, which is 34%
> of the total tests. That's just too many for quick.py.
>
> This patch takes the somewhat naive approach of just filtering out 80%
> of those tests from quick.py, which reduces the total number of tests to
> 38000, which makes a pretty big dent in the amount of time it takes to
> run quick.py. The approach is deterministic, but random.

This will reduce the pain a bit, but it doesn't deal with the disk space
that these tests take, which have made it so that I can't build piglit
on Raspberry Pis without build-time hacks to remove vs_in (and 64-bit).
We really shouldn't be building this quantity of subtests as
.shader_tests.

(Not saying no to this patch, just expressing concern that we're
patching things up at the wrong level)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 800 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20161101/51f85cb0/attachment.sig>


More information about the Piglit mailing list