Accepting request 920617 from Base:System
OBS-URL: https://build.opensuse.org/request/show/920617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=45
This commit is contained in:
commit
57ce9c4849
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 17:45:41 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Skip stack overflow tests under qemu emulation (bsc#1190046)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 7 08:57:49 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -45,6 +45,12 @@ make source code patches, for instance.
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%if 0%{?qemu_user_space_build}
|
||||
# Stack overflow tests are difficult to emulate, skip them
|
||||
echo exit 77 > gnulib-tests/test-c-stack.sh
|
||||
echo 'int main() { return 77; }' > gnulib-tests/test-sigsegv-catch-stackoverflow1.c
|
||||
echo 'int main() { return 77; }' > gnulib-tests/test-sigsegv-catch-stackoverflow2.c
|
||||
%endif
|
||||
%make_build check
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user