[libreoffice/master-3.5] skip stuck test

David Tardon dtardon at fedoraproject.org
Fri Dec 9 17:00:41 UTC 2011


commit 474f37fb537e3615453836cfc93a5133cbcd8557
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Dec 9 17:57:44 2011 +0100

    skip stuck test

 libreoffice.spec      |    2 ++
 skip-stuck-test.patch |   11 +++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 573c2e4..a04f1ce 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -110,6 +110,7 @@ Patch12: libreoffice-rhel6poppler.patch
 %endif
 # TODO: this in S390 only, so it can wait .-)
 #Patch13: solenv.fix.mk.inheritance.patch
+Patch14: skip-stuck-test.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -767,6 +768,7 @@ mv -f redhat.soc extras/source/palettes/standard.soc
 %patch12 -p0 -b .rhel6poppler.patch
 %endif
 #%patch13 -p1 -b .solenv.fix.mk.inheritance.patch
+%patch14 -p1 -b .skip-stuck-test.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
diff --git a/skip-stuck-test.patch b/skip-stuck-test.patch
new file mode 100644
index 0000000..25b9ae5
--- /dev/null
+++ b/skip-stuck-test.patch
@@ -0,0 +1,11 @@
+diff -up libreoffice-3.5.0.0/sd/Module_sd.mk.dt libreoffice-3.5.0.0/sd/Module_sd.mk
+--- libreoffice-3.5.0.0/sd/Module_sd.mk.dt	2011-12-09 07:07:39.324405990 +0100
++++ libreoffice-3.5.0.0/sd/Module_sd.mk	2011-12-09 07:08:16.400488687 +0100
+@@ -43,7 +43,6 @@ $(eval $(call gb_Module_add_targets,sd,\
+ ifneq ($(OS),DRAGONFLY)
+ $(eval $(call gb_Module_add_check_targets,sd,\
+     CppunitTest_sd_uimpress \
+-    CppunitTest_sd_filters_test \
+ ))
+ endif
+ 


More information about the scm-commits mailing list