[Libreoffice-commits] .: Branch 'libreoffice-3-5' - hwpfilter/Module_hwpfilter.mk

Petr Mladek pmladek at kemper.freedesktop.org
Wed Jan 4 08:25:47 PST 2012


 hwpfilter/Module_hwpfilter.mk |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 9bb87161bbb4721af6810c89df3088a5f77bbead
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Jan 4 17:22:17 2012 +0100

    disable problematic hwpfilter_test
    
    It often crashes in parallel build. It keeps the Linux tinderboxes red.
    It does not crash when running standalone and one is trying to debug it.
    Nobody fixed this for several weeks => disabling it until someone steps in
    and fixes it.

diff --git a/hwpfilter/Module_hwpfilter.mk b/hwpfilter/Module_hwpfilter.mk
index 461c017..9d488fe 100644
--- a/hwpfilter/Module_hwpfilter.mk
+++ b/hwpfilter/Module_hwpfilter.mk
@@ -31,8 +31,10 @@ $(eval $(call gb_Module_add_targets,hwpfilter,\
     Library_hwp \
 ))
 
-$(eval $(call gb_Module_add_check_targets,hwpfilter,\
-    CppunitTest_hwpfilter_test_hwpfilter \
-))
+# FIXME: this test often crashes with parallel build
+#        it newer crashes when one tries to debug it :-(
+#$(eval $(call gb_Module_add_check_targets,hwpfilter,\
+#    CppunitTest_hwpfilter_test_hwpfilter \
+#))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list