Accepting request 181733 from devel:languages:python:Factory
- Disable test_multiprocessing in QEmu build (forwarded request 181629 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/181733 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=92
This commit is contained in:
commit
b5db564749
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user