Hi Mattia, On Mon, Aug 07, 2023 at 06:12:39AM +0000, libreoffice@xxxxxxxxxxxxxxxxxxxxxxxx wrote: > [_RUN_____] testCommentCallback::TestBody > /builddir/build/BUILD/libreoffice-7.6.0.1/sc/qa/unit/tiledrendering/tiledrendering.cxx:1105:testCommentCallback::TestBody > equality assertion failed > - Expected: 1 > - Actual : 10 Ideally this should be also debugged with gdb to see what is the problem, but in practice the tiled rendering tests are probably not that interesting for you, the functionality is primarily intended to be used in a --disable-gui build, which is probably not your case. So while it's interesting to hunt down why that test fails in your environment, probably it's not a big problem if you exclude the tiled rendering tests in your spec file for now, if they fail for you. Regards, Miklos