Blob Blame History Raw
diff -up libreoffice-7.6.0.3/testtools/source/bridgetest/bridgetest.cxx.orig libreoffice-7.6.0.3/testtools/source/bridgetest/bridgetest.cxx
--- libreoffice-7.6.0.3/testtools/source/bridgetest/bridgetest.cxx.orig	2023-08-21 13:15:31.738062821 +0200
+++ libreoffice-7.6.0.3/testtools/source/bridgetest/bridgetest.cxx	2023-08-21 13:15:56.607246816 +0200
@@ -469,6 +469,7 @@ static bool performTest(
                 equals(aData, aSV2ret) && equals(aData, aRet2),
                 "getValues2 test");
         }
+#if 0
         {
             TwoFloats aIn(1.1f, 2.2f);
             TwoFloats aOut = xLBT->echoTwoFloats(aIn);
@@ -479,6 +480,7 @@ static bool performTest(
             FourFloats aOut = xLBT->echoFourFloats(aIn);
             bRet = check( memcmp(&aIn, &aOut, sizeof(FourFloats)) == 0, "four floats struct test" ) && bRet;
         }
+#endif
         {
             MixedFloatAndInteger aIn(7.7f, 8);
             MixedFloatAndInteger aOut = xLBT->echoMixedFloatAndInteger(aIn);