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 2020-03-13.12:24:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584102265.92.0.572809355016.issue39954@roundup.psfhosted.org>
In-reply-to
Content
It started to at build 385 or 386.

AMD64 FreeBSD Shared 3.x:
https://buildbot.python.org/all/#/builders/152/builds/391

======================================================================
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 2180, in test_specific_shell
    self.assertEqual(p.stdout.read().strip(), bytes(sh, 'ascii'))
AssertionError: b'' != b'/usr/local/bin/bash'
History
Date User Action Args
2020-03-13 12:24:25vstinnersetrecipients: + vstinner
2020-03-13 12:24:25vstinnersetmessageid: <1584102265.92.0.572809355016.issue39954@roundup.psfhosted.org>
2020-03-13 12:24:25vstinnerlinkissue39954 messages
2020-03-13 12:24:25vstinnercreate