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 pablogsal, vstinner
Date 2019-01-21.09:31:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548063106.92.0.446019757964.issue35425@roundup.psfhosted.org>
In-reply-to
Content
Another recent failure:

https://buildbot.python.org/all/#/builders/167/builds/488

...
test_kqueue (__main__.SelectEINTRTest) ... ok
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... test_all (test.test_eintr.EINTRTests) ... 
--- run eintr_tester.py ---
--- eintr_tester.py completed: exit code -14 ---
FAIL

======================================================================
FAIL: test_all (test.test_eintr.EINTRTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10.nondebug/build/Lib/test/test_eintr.py", line 31, in test_all
    self.fail("eintr_tester.py failed")
AssertionError: eintr_tester.py failed
History
Date User Action Args
2019-01-21 09:31:48vstinnersetrecipients: + vstinner, pablogsal
2019-01-21 09:31:46vstinnersetmessageid: <1548063106.92.0.446019757964.issue35425@roundup.psfhosted.org>
2019-01-21 09:31:46vstinnerlinkissue35425 messages
2019-01-21 09:31:46vstinnercreate