Accepting request 202906 from devel:ARM:Factory
- exclude test_mmap under qemu_linux_user - emulation fails here as the tests mmap address conflicts with qemu OBS-URL: https://build.opensuse.org/request/show/202906 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=152
This commit is contained in:
parent
e297af7f87
commit
e210a1f9aa
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 10 18:13:08 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- exclude test_mmap under qemu_linux_user - emulation fails here
|
||||||
|
as the tests mmap address conflicts with qemu
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 9 07:55:50 UTC 2013 - jengelh@inai.de
|
Tue Jul 9 07:55:50 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -190,7 +190,7 @@ EXCLUDE="$EXCLUDE -x test_smtplib"
|
|||||||
EXCLUDE="$EXCLUDE -x test_unicode"
|
EXCLUDE="$EXCLUDE -x test_unicode"
|
||||||
%if 0%{?qemu_user_space_build}
|
%if 0%{?qemu_user_space_build}
|
||||||
# test_asyncore fails because of unimplemented sockopt
|
# test_asyncore fails because of unimplemented sockopt
|
||||||
EXCLUDE="$EXCLUDE -x test_asyncore"
|
EXCLUDE="$EXCLUDE -x test_asyncore -x test_mmap"
|
||||||
# emulation is unreliable
|
# emulation is unreliable
|
||||||
EXCLUDE="$EXCLUDE -x test_multiprocessing"
|
EXCLUDE="$EXCLUDE -x test_multiprocessing"
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user