[Libreoffice-commits] .: Branch 'feature/gbuild_merge' - testtools/Module_testtools.mk

David Ostrovsky davido at kemper.freedesktop.org
Sun May 27 15:32:58 PDT 2012


 testtools/Module_testtools.mk |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 5aa7edaa314440f68abae616f1481a9a13c0d3ec
Author: David Ostrovsky <David.Ostrovsky at gmx.de>
Date:   Mon May 28 00:29:56 2012 +0200

    bridgetest_climaker is commented out
    
    Change-Id: I6d0ab4c67061245d33732823c6de17e95568da85

diff --git a/testtools/Module_testtools.mk b/testtools/Module_testtools.mk
index 7f422f2..c2e3068 100644
--- a/testtools/Module_testtools.mk
+++ b/testtools/Module_testtools.mk
@@ -43,12 +43,15 @@ $(eval $(call gb_Module_add_targets,testtools,\
 ))
 endif
 
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Module_add_targets,testtools,\
-	CustomTarget_bridgetest_climaker \
-))
-endif
+# FIXME: currently failing to build with
+# Attempted to read or write protected memory. This is often an
+# indication that other memory is corrupt.
+# at ?A0x393b8821.sal_main()
+#ifeq ($(COM),MSC)
+#$(eval $(call gb_Module_add_targets,testtools,\
+#	CustomTarget_bridgetest_climaker \
+#))
+#endif
 
 ifneq ($(CROSS_COMPILING),YES)
 # FIXME: Mac OSX PPC GCC fails this test!, likely broken UNO bridge.


More information about the Libreoffice-commits mailing list