Accepting request 181189 from devel:languages:python:Factory

- Disable test_asyncore in QEmu build
- Reenable testsuite on arm (forwarded request 181155 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/181189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=91
This commit is contained in:
Stephan Kulow 2013-06-28 16:55:55 +00:00 committed by Git OBS Bridge
commit 33d478f0fc
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 5 15:17:51 UTC 2013 - schwab@suse.de
- Disable test_asyncore in QEmu build
- Reenable testsuite on arm
-------------------------------------------------------------------
Thu May 30 16:40:16 UTC 2013 - jmatejek@suse.com

View File

@ -169,7 +169,7 @@ LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
# on hppa, the threading of glibc is quite broken. The tests just stop
# at some point, and the machine does not build anything more until a
# timeout several hours later.
%ifnarch hppa %arm
%ifnarch hppa
# test_file(2k) fails in autobuild env - "stdin.seek(-1)" wrongly succeeds. probably an issue with autobuild's stdin
# test_urllib2 relies on being able to resolve local address, which is notoriously impossible in autobuild
EXCLUDE="-x test_urllib2 -x test_file -x test_file2k"
@ -183,6 +183,10 @@ EXCLUDE="$EXCLUDE -x test_smtplib"
%endif
# test_unicode fails in Factory
EXCLUDE="$EXCLUDE -x test_unicode"
%if 0%{?qemu_user_space_build}
# test_asyncore fails because of unimplemented sockopt
EXCLUDE="$EXCLUDE -x test_asyncore"
%endif
# Limit virtual memory to avoid spurious failures
if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
ulimit -v 10000000 || :

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 5 15:19:14 UTC 2013 - schwab@suse.de
- Reenable testsuite on arm
-------------------------------------------------------------------
Thu May 30 16:40:16 UTC 2013 - jmatejek@suse.com

View File

@ -209,7 +209,7 @@ make %{?_smp_mflags}
# on hppa, the threading of glibc is quite broken. The tests just stop
# at some point, and the machine does not build anything more until a
# timeout several hours later.
%ifnarch hppa %arm
%ifnarch hppa
# Limit virtual memory to avoid spurious failures
if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
ulimit -v 10000000 || :