Hi Mattia, On Sat, Feb 15, 2025 at 10:43:07AM +0000, Mattia Verga <libreoffice@xxxxxxxxxxxxxxxxxxxxxxxx> wrote: > It would be nice if those would be set to use the hinted version, but I > don't know if the related tests really require the use of the full > version (can't really understand what the tests are actually testing...). Most probably they don't. One way to "test" a test is to do git blame on the test code and see if the commit that added test also fixes the problem. If so, you can revert the fix (locally), and then you can test both cases: the case when the test is expected to fail and when it's expected to pass. Regards, Miklos