Uh oh!
There was an error while loading. Please reload this page.
gh-63016: Skip some mmap tests on FreeBSD - #143230
Conversation
aisk
commented
Dec 27, 2025
!buildbot freebsd |
bedevere-bot
commented
Dec 27, 2025
🤖 New build scheduled with the buildbot fleet by @aisk for commit 5151a11 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143230%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
aisk
commented
Dec 27, 2025
@picnixz Hi, I'm not sure why FreeBSD doesn't support this usage, but I think we can just skip this test as a fix and assume that FreeBSD simply doesn't support |
picnixz
commented
Dec 27, 2025
I didn't look at the buildbot traceback but if the combination is not supported, I'd prefer checking for an exception being raised. |
aisk
commented
Dec 27, 2025
I have a FreeBSD VM and this is the traceback I got: I'm not very familiar with BSD, but I will try to just check the error on FreeBSD. If this is not acceptable, I'll dig into it tomorrow. |
I think catching OSError would be sufficient then. What matters is that we don't crash. |
aisk
commented
Dec 28, 2025
!buildbot bsd |
bedevere-bot
commented
Dec 28, 2025
🤖 New build scheduled with the buildbot fleet by @aisk for commit ba674d5 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143230%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
picnixz
commented
Dec 28, 2025
I'll wait for the bots to complete and then I'll merge this. |
Uh oh!
There was an error while loading. Please reload this page.
) Fix `mmap.flush` tests introduced in 1af21ea where some flag combinations are not supported on FreeBSD.
Uh oh!
There was an error while loading. Please reload this page.