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:
parent
c8500e81ca
commit
a86d901573
@ -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>
|
Fri Jan 7 20:53:26 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -92,12 +92,11 @@ make %{?_smp_mflags}
|
|||||||
rm "%{buildroot}%{_libdir}/libsigsegv.la"
|
rm "%{buildroot}%{_libdir}/libsigsegv.la"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if 0%{?qemu_user_space_build:1}
|
%if 0%{?qemu_user_space_build}
|
||||||
# qemu does not support stack overflows well ;)
|
# qemu does not support stack overflows well
|
||||||
make %{?_smp_mflags} check TESTS='sigsegv1 sigsegv2 sigsegv3'
|
export XFAIL_TESTS="test-catch-stackoverflow1 test-catch-stackoverflow2"
|
||||||
%else
|
|
||||||
make %{?_smp_mflags} check
|
|
||||||
%endif
|
%endif
|
||||||
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user