Bug#708653: python3.3 testsuite failures on kfreebsd

2013-08-04 Thread Matthias Klose
Control: forwarded -1 http://bugs.python.org/issue18651 Am 04.08.2013 09:58, schrieb Petr Salinger: >>> Is there same easy way, how to run each of them individually ? >> >> make -C test TESTOPTS="-j 1 -w test_" > > Got further. The tests itself does not hang. > But they hang iff test___all__ is

Bug#708653: python3.3 testsuite failures on kfreebsd

2013-08-04 Thread Petr Salinger
Is there same easy way, how to run each of them individually ? make -C test TESTOPTS="-j 1 -w test_" Got further. The tests itself does not hang. But they hang iff test___all__ is run befor them. It holds at least for test_io and test_socket: $ ./python ../Tools/scripts/run_tests.py -j 1 -w

Bug#708653: python3.3 testsuite failures on kfreebsd

2013-08-03 Thread Matthias Klose
Am 12.07.2013 08:49, schrieb Petr Salinger: > Is there same easy way, how to run each of them individually ? make -C test TESTOPTS="-j 1 -w test_" -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#708653: python3.3 testsuite failures on kfreebsd

2013-08-03 Thread Matthias Klose
Am 03.08.2013 14:58, schrieb Petr Salinger: > Hi. > > I tried (under eglibc 2.17-92 and 9.2 kernel from experimental) > this: > > cd ~/python3.3-3.3.2/build-debug > export PYTHONPATH=~/python3.3-3.3.2/Lib/test > export LD_LIBRARY_PATH=~/python3.3-3.3.2/build-debug/ > ./python ~/python3.3

Bug#708653: python3.3 testsuite failures on kfreebsd

2013-08-03 Thread Petr Salinger
Hi. I tried (under eglibc 2.17-92 and 9.2 kernel from experimental) this: cd ~/python3.3-3.3.2/build-debug export PYTHONPATH=~/python3.3-3.3.2/Lib/test export LD_LIBRARY_PATH=~/python3.3-3.3.2/build-debug/ ./python ~/python3.3-3.3.2/Lib/test/test_io.py But is passes, while in buildd it

Bug#708653: python3.3 testsuite failures on kfreebsd

2013-07-11 Thread Petr Salinger
We are planning switch to NPTL-like pthread implementation, I tried build of python3.3 in such environment. At least first two tests from test_io test_signal test_socket test_socketserver \ test_threading test_threadsignals test_threaded_import \ test_time test_pty test_cu

Bug#708653: python3.3 testsuite failures on kfreebsd

2013-05-17 Thread Matthias Klose
Package: python3.3 Version: 3.3.2-2 Severity: important Tags: help sid jessie User: debian-...@lists.debian.org Usertags: kfreebsd When running the tests, kfreebsd has several tests disabled because they hang the testsuite, at least on the buildds. These should be investigated, fixed and re-enable