Accepting request 1041639 from home:pgajdos:branches:SUSE:ALP

- skip testMultiTiledPartThreading for ppc64le

OBS-URL: https://build.opensuse.org/request/show/1041639
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=85
This commit is contained in:
Petr Gajdos 2022-12-08 14:07:57 +00:00 committed by Git OBS Bridge
parent c355973421
commit e091859f1a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 8 14:07:02 UTC 2022 - pgajdos@suse.com
- skip testMultiTiledPartThreading for ppc64le
-------------------------------------------------------------------
Sat Nov 5 11:16:42 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>

View File

@ -168,7 +168,11 @@ export LD_LIBRARY_PATH="%{buildroot}/%{_libdir}"
%global __ctest %{__ctest} --timeout 3600
%ctest
%else
%ctest --timeout 3600
%ifarch ppc64le
# bsc#1205885
EXCLUDE_REGEX='testMultiTiledPartThreading'
%endif
%ctest --exclude-regex "$EXCLUDE_REGEX" --timeout 3600
%endif
%endif