-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
[3.12] gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697) #109698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…on#109697) On FreeBSD, regular users cannot set the sticky bit. Skip the test if chmod() fails with EFTYPE error. (cherry picked from commit 26e06ad)
!buildbot AMD64 FreeBSD |
The regex {builder_filter!r} did not match any buildbot builder |
I knew it in advance :-) It was just to test my fix python/buildmaster-config#390 :-) |
I tested this change manually on my FreeBSD VM: it works as expected. |
@vstinner seems like there's a missing f on an f-string in the previous message from Bedevere, do you know if that's already fixed or tracked? |
Ah, seems like python/buildmaster-config@69e9ee1 fixed it. |
!buildbot AMD64 FreeBSD |
AMD64 FreeBSD buildbot joined the club of STABLE buildbots and so can now used on GitHub PRs with |
Good, tests pass.
Currently, FreeBSD 3.12 buildbot fails because of test_tarfile: https://buildbot.python.org/all/#/builders/1220 |
On FreeBSD, regular users cannot set the sticky bit. Skip the test if chmod() fails with EFTYPE error.
(cherry picked from commit 26e06ad)