summaryrefslogtreecommitdiff
path: root/testtools/Module_testtools.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-28 00:29:56 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:36:07 +0200
commit802e83f972bd28903c6f214a862262d5f9a2843e (patch)
tree6009202cf626a584710a65f2833a6c0d513cc14e /testtools/Module_testtools.mk
parent9442f7d9d3a900c57bab0d35763cf7405a0f3afe (diff)
bridgetest_climaker is commented out
Change-Id: I6d0ab4c67061245d33732823c6de17e95568da85
Diffstat (limited to 'testtools/Module_testtools.mk')
-rw-r--r--testtools/Module_testtools.mk15
1 files changed, 9 insertions, 6 deletions
diff --git a/testtools/Module_testtools.mk b/testtools/Module_testtools.mk
index 7f422f2403a9..c2e3068ca935 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.