forked from pool/python
Accepting request 257990 from home:dirkmueller:branches:devel:languages:python:Factory
- skip test_thread in qemu_linux_user mode OBS-URL: https://build.opensuse.org/request/show/257990 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=169
This commit is contained in:
parent
ded2328edd
commit
0a6b898b31
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 22 13:30:24 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
- skip test_thread in qemu_linux_user mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 30 15:06:15 UTC 2014 - jmatejek@suse.com
|
Tue Sep 30 15:06:15 UTC 2014 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -206,7 +206,7 @@ EXCLUDE="$EXCLUDE test_unicode"
|
|||||||
# test_asyncore fails because of unimplemented sockopt
|
# test_asyncore fails because of unimplemented sockopt
|
||||||
EXCLUDE="$EXCLUDE test_asyncore test_mmap"
|
EXCLUDE="$EXCLUDE test_asyncore test_mmap"
|
||||||
# emulation is unreliable
|
# emulation is unreliable
|
||||||
EXCLUDE="$EXCLUDE test_multiprocessing"
|
EXCLUDE="$EXCLUDE test_multiprocessing test_thread"
|
||||||
# qemu bug (siginterrupt handling)
|
# qemu bug (siginterrupt handling)
|
||||||
EXCLUDE="$EXCLUDE test_signal"
|
EXCLUDE="$EXCLUDE test_signal"
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user