[issue8712] Skip libpthread related test failures on OpenBSD

Stefan Krah report at bugs.python.org
Sat May 15 13:28:26 CEST 2010


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

The FreeBSD-6.4-RELEASE-i386 buildbot has similar libpthread issues.

This is just in:

======================================================================
FAIL: test_send_signal (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/test/test_subprocess.py", line 770, in test_send_signal
    self.assertIn(b'KeyboardInterrupt', stderr)
AssertionError: b'KeyboardInterrupt' not found in b''


Re documentation:

Another approach would be to configure builds on systems with known
threading issues --without-threads by default. Advantages:

  a) Users will be immediately aware of the issues.

  b) Less work with the FreeBSD-6.4 buildbot.

  c) The --without-threads path is actually tested regularly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8712>
_______________________________________


More information about the Python-bugs-list mailing list