3
0
forked from pool/libseccomp
Dominique Leuenberger 2021-09-25 20:51:17 +00:00 committed by Git OBS Bridge
commit aa0bf49b08
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 13 08:19:30 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Skip 11-basic-basic_errors test on qemu linux-user emulation
-------------------------------------------------------------------
Wed Sep 1 18:48:49 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -78,7 +78,8 @@ This subpackage contains debug utilities for the seccomp interface.
%if 0%{?qemu_user_space_build}
# The qemu linux-user emulation does not allow executing
# prctl(PR_SET_SECCOMP), which breaks this test. Stub it out.
# prctl(PR_SET_SECCOMP), which breaks these tests. Stub them out.
echo 'int main () { return 0; }' >tests/11-basic-basic_errors.c
echo 'int main () { return 0; }' >tests/52-basic-load.c
%endif