Skip to content

Fix some slow tests (and some other cosmetics)

Daniel Stone requested to merge daniels/mesa:anv-tests-too-slow into main

anv_tests puts too much load on the system by inducing a ton of forks. When it's run in parallel with other tests, that's even worse. So make it a little bit less aggressive, and make sure it doesn't get run in parallel with other tests. The same for util_runner. And then a couple of small cosmetic tests from !30978 (merged) which have already been reviewed.

Merge request reports

Loading