This is an automated email from the ASF dual-hosted git repository.

DonLewisFreeBSD pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 19109cc7d4e1f4b665df04c118b6691809eb39b0
Author: Don Lewis <[email protected]>
AuthorDate: Thu Sep 17 17:40:22 2026 -0700

    testtools bridgetest fails on FreeBSD x86
    
    Skip bridgetest on FreeBSD x86 because it fails.
---
 main/testtools/source/bridgetest/makefile.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/testtools/source/bridgetest/makefile.mk 
b/main/testtools/source/bridgetest/makefile.mk
index ca4b8fdd7d..ed93f0ed67 100644
--- a/main/testtools/source/bridgetest/makefile.mk
+++ b/main/testtools/source/bridgetest/makefile.mk
@@ -134,8 +134,8 @@ ALLTAR: \
 
 runtest : $(DLLDEST)$/uno_types.rdb $(DLLDEST)$/uno_services.rdb makefile.mk \
         $(SHL1TARGETN) $(SHL2TARGETN) $(SHL3TARGETN)
-.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" || "$(OS)$(CPU)"=="SOLARISS" || 
"$(OS)$(CPU)"=="FREEBSDP"
-       @echo "Mac OSX PPC GCC and Solaris fails this test! likely broken UNO 
bridge. Fix me."
+.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" || "$(OS)$(CPU)"=="SOLARISS" || 
"$(OS)$(CPU)"=="FREEBSDP" || "$(OS)$(CPU)"=="FREEBSDI"
+       @echo "Mac OSX PPC GCC X86 and Solaris fails this test! likely broken 
UNO bridge. Fix me."
 .ELSE
         cd $(DLLDEST) && $(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/uno \
                -ro uno_services.rdb -ro uno_types.rdb \

Reply via email to