[compiler-rt] [compiler-rt][asan] Re-enable forkpty test on AArch64 (NFC) (PR #127667)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 08:51:36 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Cullen Rhodes (c-rhodes)
<details>
<summary>Changes</summary>
Disabled in 86474c7a1addf59d511050552b697b8b2af61838, no longer failing on AArch64 (for me at least).
Fixes: https://github.com/llvm/llvm-project/issues/24774
---
Full diff: https://github.com/llvm/llvm-project/pull/127667.diff
1 Files Affected:
- (modified) compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp (-1)
``````````diff
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp
index 2711cfb112959..a4ca4a3c2f35d 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp
@@ -3,7 +3,6 @@
// Ignore leaks as this is not the point of test, but HWASAN repors one here.
// RUN: %env_tool_opts=detect_leaks=0 %run %t | FileCheck %s
-// REQUIRES: stable-runtime
// XFAIL: android && asan
// No libutil.
``````````
</details>
https://github.com/llvm/llvm-project/pull/127667
More information about the llvm-commits
mailing list