From 87ef1e1bc717ae5adcf192065c6e4f26bf28112e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 29 2015 10:02:38 +0000 Subject: disable two more segfaulting tests on arm --- diff --git a/libreoffice.spec b/libreoffice.spec index e7a7cda..867dc4e 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1189,7 +1189,7 @@ sed -i -e /CppunitTest_vcl_bitmap_test/d vcl/Module_vcl.mk git commit -q -a -m 'temporarily disable failing tests' %ifarch %{arm} -sed -i -e /CppunitTest_sw_ooxmlexport/d -e /CppunitTest_sw_ooxmlexport2/d sw/Module_sw.mk +sed -i -e /CppunitTest_sw_ooxmlexport/d -e /CppunitTest_sw_ooxmlexport2/d -e /CppunitTest_sw_filters_test/d -e /CppunitTest_sw_rtfexport/d sw/Module_sw.mk git commit -q -a -m 'disable tests segfaulting on arm' %endif