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-11-20.15:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511192354.37.0.213398074469.issue31687@psf.upfronthosting.co.za>
In-reply-to
Content
Failure on x86 Gentoo Refleaks 3.6, two days ago:

http://buildbot.python.org/all/#/builders/72/builds/41

======================================================================
FAIL: test_semaphore_tracker (test.test_multiprocessing_spawn.TestSemaphoreTracker)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/3.6.ware-gentoo-x86.refleak/build/Lib/test/_test_multiprocessing.py", line 4161, in test_semaphore_tracker
    _multiprocessing.sem_unlink(name2)
AssertionError: OSError not raised
======================================================================
FAIL: test_sys_exit (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/3.6.ware-gentoo-x86.refleak/build/Lib/test/_test_multiprocessing.py", line 584, in test_sys_exit
    self.assertEqual(p.exitcode, 1)
AssertionError: None != 1
History
Date User Action Args
2017-11-20 15:39:14vstinnersetrecipients: + vstinner
2017-11-20 15:39:14vstinnersetmessageid: <1511192354.37.0.213398074469.issue31687@psf.upfronthosting.co.za>
2017-11-20 15:39:14vstinnerlinkissue31687 messages
2017-11-20 15:39:14vstinnercreate