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 willingc
Recipients ned.deily, p-ganssle, pablogsal, vstinner, willingc
Date 2019-06-07.17:44:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559929466.95.0.180291825489.issue37195@roundup.psfhosted.org>
In-reply-to
Content
Confirming that they do pass on my Mojave system. 

test_utime (test.test_os.UtimeTests) ... ok
test_utime_by_indexed (test.test_os.UtimeTests) ... ok
...
test_utime_dir_fd (test.test_os.UtimeTests) ... ok

Though I did have to go through some shenanigans (which may or may not be related) to get configure and make to run cleanly:
- open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
- removed brewed binutils 
- removed all brewed pythons
- make clean all

Then the normal process worked.
History
Date User Action Args
2019-06-07 17:44:26willingcsetrecipients: + willingc, vstinner, ned.deily, p-ganssle, pablogsal
2019-06-07 17:44:26willingcsetmessageid: <1559929466.95.0.180291825489.issue37195@roundup.psfhosted.org>
2019-06-07 17:44:26willingclinkissue37195 messages
2019-06-07 17:44:26willingccreate