Accepting request 922302 from home:Guillaume_G:branches: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

OBS-URL: https://build.opensuse.org/request/show/922302
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=258
This commit is contained in:
Dominique Leuenberger 2021-09-30 11:18:49 +00:00 committed by Git OBS Bridge
parent 1c498e4eef
commit 3f40e3f9ac
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