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 ned.deily
Recipients Dolda2000, antoine.pietri, benjamin.peterson, cvrebert, georg.brandl, ned.deily, pitrou, r.david.murray, vajrasky, vstinner
Date 2018-03-12.16:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520870823.52.0.467229070634.issue22674@psf.upfronthosting.co.za>
In-reply-to
Content
test_strsignal is failing on macOS.

======================================================================
FAIL: test_strsignal (test.test_signal.PosixTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/nad/Projects/PyDev/active/dev/3x/source/Lib/test/test_signal.py", line 61, in test_strsignal
    self.assertEqual(signal.strsignal(signal.SIGINT), "Interrupt")
AssertionError: 'Interrupt: 2' != 'Interrupt'
- Interrupt: 2
?          ---
+ Interrupt


Also:
http://buildbot.python.org/all/#/builders/14/builds/779/steps/4/logs/stdio
http://buildbot.python.org/all/#/builders/93/builds/435/steps/4/logs/stdio
History
Date User Action Args
2018-03-12 16:07:03ned.deilysetrecipients: + ned.deily, georg.brandl, pitrou, vstinner, benjamin.peterson, r.david.murray, cvrebert, Dolda2000, vajrasky, antoine.pietri
2018-03-12 16:07:03ned.deilysetmessageid: <1520870823.52.0.467229070634.issue22674@psf.upfronthosting.co.za>
2018-03-12 16:07:03ned.deilylinkissue22674 messages
2018-03-12 16:07:03ned.deilycreate