- Run tests only on intel 32/64bit

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=503
This commit is contained in:
Tomáš Chvátal 2017-06-08 14:02:30 +00:00 committed by Git OBS Bridge
parent 681d55078e
commit a1ad7fe7c2
2 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 8 14:04:07 UTC 2017 - tchvatal@suse.com
- Run tests only on intel 32/64bit
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 7 08:39:03 UTC 2017 - tchvatal@suse.com Wed Jun 7 08:39:03 UTC 2017 - tchvatal@suse.com

View File

@ -946,15 +946,6 @@ Provides additional %{langname} translations and resources for %{project}. \
echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile echo "HTML_TIMESTAMP = NO" >> odk/docs/cpp/Doxyfile
echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile echo "HTML_TIMESTAMP = NO" >> odk/docs/idl/Doxyfile
# bypass test failure tracked by upstream bug
# https://bugs.documentfoundation.org/show_bug.cgi?id=105519
%ifarch aarch64 ppc64 ppc64le
for xx in forecast.ets.add forecast.ets.mult linest logest minverse rate
do
rm -f sc/qa/unit/data/functions/fods/$xx.fods
done
%endif
%build %build
# Parallel build settings ... # Parallel build settings ...
lo_jobs="%{?jobs:%{jobs}}" lo_jobs="%{?jobs:%{jobs}}"
@ -1077,6 +1068,8 @@ export NOCONFIGURE=yes
make verbose=true build-nocheck make verbose=true build-nocheck
%check %check
# Run tests only on 32/64b intel as they are resource hogs
%ifarch %ix86 x86_64
make make
unset WITH_LANG unset WITH_LANG
# work around flawed accessibility check # work around flawed accessibility check
@ -1085,6 +1078,7 @@ export OOO_TEST_SOFFICE=path:%{buildroot}%{baseinstdir}/program/soffice
#timeout -k 2m 2h make smoketest.subsequentcheck #timeout -k 2m 2h make smoketest.subsequentcheck
# we don't need this anymore # we don't need this anymore
rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
%endif
%install %install
make DESTDIR=%{buildroot} distro-pack-install make DESTDIR=%{buildroot} distro-pack-install