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 vstinner
Recipients vstinner
Date 2017-05-10.12:19:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494418760.78.0.729508876965.issue30316@psf.upfronthosting.co.za>
In-reply-to
Content
Another similar bug different exception in test_thread on AMD64 FreeBSD CURRENT Debug 3.6:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Debug%203.6/builds/145/steps/test/logs/stdio


test_save_exception_state_on_error (test.test_thread.ThreadRunningTests) ... FAIL
test_stack_size (test.test_thread.ThreadRunningTests) ... ok
...

======================================================================
FAIL: test_save_exception_state_on_error (test.test_thread.ThreadRunningTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/test_thread.py", line 148, in test_save_exception_state_on_error
    self.assertIn("Traceback", stderr.getvalue())
AssertionError: 'Traceback' not found in ''

----------------------------------------------------------------------
Ran 23 tests in 1.565s

FAILED (failures=1)
test test_thread failed
History
Date User Action Args
2017-05-10 12:19:20vstinnersetrecipients: + vstinner
2017-05-10 12:19:20vstinnersetmessageid: <1494418760.78.0.729508876965.issue30316@psf.upfronthosting.co.za>
2017-05-10 12:19:20vstinnerlinkissue30316 messages
2017-05-10 12:19:20vstinnercreate