[all-commits] [llvm/llvm-project] 1bf470: Disable prctl test when building for arm or riscv....
Amy Huang via All-commits
all-commits at lists.llvm.org
Tue Jun 10 16:19:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bf4702d2bbaad522886dfbab913a8dd6efe3b85
https://github.com/llvm/llvm-project/commit/1bf4702d2bbaad522886dfbab913a8dd6efe3b85
Author: Amy Huang <akhuang at google.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M libc/test/src/sys/prctl/linux/CMakeLists.txt
M libc/test/src/sys/prctl/linux/prctl_test.cpp
Log Message:
-----------
Disable prctl test when building for arm or riscv. (#143627)
I'm setting up a buildbot for arm32 using qemu and qemu doesn't support
PR_GET_THP_DISABLE.
Disable the test for now while we figure out what to do about that.
Also disable for riscv because we may do the same for riscv buildbots.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list