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:
Sascha Peilicke 2013-10-11 08:23:43 +00:00 committed by Git OBS Bridge
parent e297af7f87
commit e210a1f9aa
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -190,7 +190,7 @@ EXCLUDE="$EXCLUDE -x test_smtplib"
EXCLUDE="$EXCLUDE -x test_unicode"
%if 0%{?qemu_user_space_build}
# test_asyncore fails because of unimplemented sockopt
EXCLUDE="$EXCLUDE -x test_asyncore"
EXCLUDE="$EXCLUDE -x test_asyncore -x test_mmap"
# emulation is unreliable
EXCLUDE="$EXCLUDE -x test_multiprocessing"
%endif