On Sat, 2 Sep 2023 19:13:44 +0200 Rene Engelhard <rene@xxxxxxxxxx> wrote: > Hi, > > Am 02.09.23 um 09:33 schrieb Rene Engelhard: > > Hi, > > > > Am 31.08.23 um 10:21 schrieb Dan Horák: > >> ... > >> [CXX] vcl/qa/cppunit/GraphicTest.cxx > >> [CXX] vcl/qa/cppunit/GraphicDescriptorTest.cxx > >> two floats struct test failed > >> four floats struct test failed > >> standard test failed > >> exception occurred: error: test failed! at > >> /home/sharkcz/projects/libreoffice/testtools/source/bridgetest/bridgetest.cxx:1268 > >> > >>> error: error: test failed! at > >>> /home/sharkcz/projects/libreoffice/testtools/source/bridgetest/bridgetest.cxx:1268 > >>> dying...make[1]: *** > >>> [/home/sharkcz/projects/libreoffice/testtools/CustomTarget_uno_test.mk:26: > >>> /home/sharkcz/projects/libreoffice/workdir/CustomTarget/testtools/uno_test.done] > >>> Error 1 > >> make[1]: *** Waiting for unfinished jobs.... > >> > >> > >> I have tracked it down to > >> https://git.libreoffice.org/core/+/32c845cb4389aba9430ce471b04f2891f5ff630d%5E%21/ > >> > >> So I guess it possibly uncovered a real issue somewhere else. > > > > Ah, thanks. I tried with the actual bridge commits but didn't try this > > one. > > > > Indeed reverting it fixes it. > > > > > > BTw, s390x seems to have a similar problem, see > > https://buildd.debian.org/status/fetch.php?pkg=libreoffice&arch=s390x&ver=4%3A7.6.1%7Erc1-1&stamp=1692862844&raw=1. > > Trying whether reverting that patch also fixes it. > > > yup, it does make the test pass again. "fix" is wrong here somehow ;-) for the record, we haven't seen this issue on s390x in Fedora, only on ppc64le. The revert only works around the actual problem, because the Java bridge tests aren't run any more for "make unitcheck", but the real issue is still there. Dan