Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e6fe64

Browse files
author
Charles-François Natali
committed
Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due
to a known bug in pthread implementation on FreeBSD < 7).
1 parent 2dee394 commit 8e6fe64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ def my_release_save():
624624
output = "end of worker thread\nend of main thread\n"
625625
self.assertScriptHasOutput(script, output)
626626

627+
@unittest.skipIf(sys.platform in platforms_to_skip, "due to known OS bug")
627628
def test_6_daemon_threads(self):
628629
# Check that a daemon thread cannot crash the interpreter on shutdown
629630
# by manipulating internal structures that are being disposed of in

0 commit comments

Comments
 (0)