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 2021-01-29.21:49:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611956940.56.0.594651223595.issue43068@roundup.psfhosted.org>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/483/builds/758

FAIL: test_specific_shell (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_subprocess.py", line 2286, in test_specific_shell
    self.assertEqual(p.stdout.read().strip(), bytes(sh, 'ascii'))
AssertionError: b'' != b'/usr/local/bin/bash'

AMD64 FreeBSD Shared 3.9 is also affected:
https://buildbot.python.org/all/#/builders/151/builds/283

And AMD64 FreeBSD Shared 3.8:
https://buildbot.python.org/all/#/builders/555/builds/197
History
Date User Action Args
2021-01-29 21:49:00vstinnersetrecipients: + vstinner
2021-01-29 21:49:00vstinnersetmessageid: <1611956940.56.0.594651223595.issue43068@roundup.psfhosted.org>
2021-01-29 21:49:00vstinnerlinkissue43068 messages
2021-01-29 21:49:00vstinnercreate