Accepting request 945409 from openSUSE:Factory:RISCV

- test-catch-stackoverflow1 and test-catch-stackoverflow2 are expected to
  fail under qemu

OBS-URL: https://build.opensuse.org/request/show/945409
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsigsegv?expand=0&rev=27
This commit is contained in:
Dirk Mueller 2022-01-11 09:00:54 +00:00 committed by Git OBS Bridge
parent c8500e81ca
commit a86d901573
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 10 21:18:10 UTC 2022 - Andreas Schwab <schwab@suse.de>
- test-catch-stackoverflow1 and test-catch-stackoverflow2 are expected to
fail under qemu
-------------------------------------------------------------------
Fri Jan 7 20:53:26 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -92,12 +92,11 @@ make %{?_smp_mflags}
rm "%{buildroot}%{_libdir}/libsigsegv.la"
%check
%if 0%{?qemu_user_space_build:1}
# qemu does not support stack overflows well ;)
make %{?_smp_mflags} check TESTS='sigsegv1 sigsegv2 sigsegv3'
%else
make %{?_smp_mflags} check
%if 0%{?qemu_user_space_build}
# qemu does not support stack overflows well
export XFAIL_TESTS="test-catch-stackoverflow1 test-catch-stackoverflow2"
%endif
make %{?_smp_mflags} check
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig