This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author koobs
Recipients emptysquare, gregory.p.smith, koobs, neologix, pitrou, python-dev, sbt
Date 2013-09-08.11:37:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378640224.48.0.419161815409.issue18418@psf.upfronthosting.co.za>
In-reply-to
Content
For reference, this test is successfuly identifying failures on koobs-freebsd and koobs-freebsd10 buildbots:

======================================================================
FAIL: test_is_alive_after_fork (test.test_threading.ThreadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Lib/test/test_threading.py", line 478, in test_is_alive_after_fork
    self.assertEqual(0, status)
AssertionError: 0 != 256
History
Date User Action Args
2013-09-08 11:37:04koobssetrecipients: + koobs, gregory.p.smith, pitrou, neologix, python-dev, sbt, emptysquare
2013-09-08 11:37:04koobssetmessageid: <1378640224.48.0.419161815409.issue18418@psf.upfronthosting.co.za>
2013-09-08 11:37:04koobslinkissue18418 messages
2013-09-08 11:37:04koobscreate