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 ZackerySpytz, eryksun, miss-islington, steve.dower, vstinner
Date 2019-06-28.16:32:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561739544.67.0.92163274759.issue37412@roundup.psfhosted.org>
In-reply-to
Content
Fail on FreeBSD as well:

https://buildbot.python.org/all/#/builders/168/builds/1222

======================================================================
FAIL: test_getcwd_long_path (test.test_os.MiscTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_os.py", line 115, in test_getcwd_long_path
    self.assertEqual(cwd, expected)
AssertionError: '/var/tmp/tmpq45z_od3' != '/tmp/tmpq45z_od3'
- /var/tmp/tmpq45z_od3
? ----
+ /tmp/tmpq45z_od3
History
Date User Action Args
2019-06-28 16:32:24vstinnersetrecipients: + vstinner, eryksun, steve.dower, ZackerySpytz, miss-islington
2019-06-28 16:32:24vstinnersetmessageid: <1561739544.67.0.92163274759.issue37412@roundup.psfhosted.org>
2019-06-28 16:32:24vstinnerlinkissue37412 messages
2019-06-28 16:32:24vstinnercreate