Regression in threads tests on FreeBSD #54817
Labels
multithreading
Base.Threads and related functionality
regression
Regression in behavior compared to a previous version
system:freebsd
Affects only FreeBSD
test
This change adds or pertains to unit tests
#53402 added thread affinity functions
jl_getaffinity
andjl_setaffinity
. The added test fails on FreeBSD:The return code there in the failing test is
EINVAL
, meaning an argument is invalid. We could just not run that test on FreeBSD, as is currently done with Windows, but ideally we'd be able to fix the test (or implementation, I guess) to support FreeBSD.The text was updated successfully, but these errors were encountered: