Package: python3.2
Version: 3.2.1~rc1-1
Severity: wishlist
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

on hurd, currently there are three python3.2 tests with stalls and
lock the test suite run:
  test_subprocess, test_threadsignals, and test_threadedtempfile
The attached patch adds them to the exclude list for hurd-i386.

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -363,7 +363,7 @@
   TEST_EXCLUDES += test_gdb
 endif
 ifneq (,$(filter $(DEB_HOST_ARCH), hurd-i386))
-  TEST_EXCLUDES += test_imaplib test_io test_logging test_random test_signal 
test_socket test_socketserver test_ssl test_threading
+  TEST_EXCLUDES += test_imaplib test_io test_logging test_random test_signal 
test_socket test_socketserver test_ssl test_subprocess test_threading 
test_threadsignals test_threadedtempfile
 endif
 # issues with 3.2~a4
 TEST_EXCLUDES += test_sysconfig

Reply via email to