[libcxx-commits] [libcxx] [libc++][test] try to directly create socket file in /tmp when filepath is too long (PR #77058)
Wu Yingcong via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 7 17:23:22 PST 2024
yingcong-wu wrote:
> Does this problem happen in practice? If so on what platform did this occur?
My problem happened on Linux when I set a TEMP folder with some long path.
I think the test should handle long TEMP, and the rest of tests are fine. Only the socket creation fails because there are a length limit in the socket file path.
https://github.com/llvm/llvm-project/pull/77058
More information about the libcxx-commits
mailing list