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:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561739450.25.0.995624106094.issue37412@roundup.psfhosted.org>
In-reply-to
Content
Oh. Now the test fails on macOS:

https://buildbot.python.org/all/#/builders/145/builds/2021
======================================================================
FAIL: test_getcwd_long_path (test.test_os.MiscTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_os.py", line 115, in test_getcwd_long_path
    self.assertEqual(cwd, expected)
AssertionError: '/private/var/folders/sy/9hwmqyx14s11577cvgzwf2v40000gt/T/tmpchlt91ay' != '/var/folders/sy/9hwmqyx14s11577cvgzwf2v40000gt/T/tmpchlt91ay'
- /private/var/folders/sy/9hwmqyx14s11577cvgzwf2v40000gt/T/tmpchlt91ay
? --------
+ /var/folders/sy/9hwmqyx14s11577cvgzwf2v40000gt/T/tmpchlt91ay
History
Date User Action Args
2019-06-28 16:30:50vstinnersetrecipients: + vstinner, eryksun, steve.dower, ZackerySpytz, miss-islington
2019-06-28 16:30:50vstinnersetmessageid: <1561739450.25.0.995624106094.issue37412@roundup.psfhosted.org>
2019-06-28 16:30:50vstinnerlinkissue37412 messages
2019-06-28 16:30:50vstinnercreate