Accepting request 181629 from home:Andreas_Schwab:Factory

- Disable test_multiprocessing in QEmu build

OBS-URL: https://build.opensuse.org/request/show/181629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=145
This commit is contained in:
Sascha Peilicke 2013-07-02 08:17:32 +00:00 committed by Git OBS Bridge
parent e6418348cd
commit 4c9ece027a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 30 21:20:29 UTC 2013 - schwab@suse.de
- Disable test_multiprocessing in QEmu build
-------------------------------------------------------------------
Wed Jun 5 15:17:51 UTC 2013 - schwab@suse.de

View File

@ -186,6 +186,8 @@ EXCLUDE="$EXCLUDE -x test_unicode"
%if 0%{?qemu_user_space_build}
# test_asyncore fails because of unimplemented sockopt
EXCLUDE="$EXCLUDE -x test_asyncore"
# emulation is unreliable
EXCLUDE="$EXCLUDE -x test_multiprocessing"
%endif
# Limit virtual memory to avoid spurious failures
if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then