Accepting request 922351 from GNOME:Factory

- Ignore test failure on 32-bit arm, as it is done for 32-bit x86
  https://gitlab.gnome.org/GNOME/libsoup/-/issues/236 (forwarded request 922302 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/922351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=128
This commit is contained in:
Dominique Leuenberger 2021-10-04 16:39:06 +00:00 committed by Git OBS Bridge
commit f5af78c8fb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 30 08:04:00 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Ignore test failure on 32-bit arm, as it is done for 32-bit x86
https://gitlab.gnome.org/GNOME/libsoup/-/issues/236
-------------------------------------------------------------------
Sun Sep 26 18:27:41 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -136,8 +136,9 @@ Features:
%check
# Run the regression tests using GnuTLS NORMAL priority
export G_TLS_GNUTLS_PRIORITY=NORMAL
# Ignore test failure on 32-bit - https://gitlab.gnome.org/GNOME/libsoup/-/issues/236
%meson_test \
%ifarch %ix86
%ifarch %ix86 %{arm}
|| :
%endif
%nil