[compiler-rt] 61cfa53 - [compiler-rt][asan] Re-enable forkpty test on AArch64 (NFC) (#127667)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 17:01:27 PST 2025
Author: Cullen Rhodes
Date: 2025-02-18T17:01:23-08:00
New Revision: 61cfa53896f3cf6d3356caa747311792053d5524
URL: https://github.com/llvm/llvm-project/commit/61cfa53896f3cf6d3356caa747311792053d5524
DIFF: https://github.com/llvm/llvm-project/commit/61cfa53896f3cf6d3356caa747311792053d5524.diff
LOG: [compiler-rt][asan] Re-enable forkpty test on AArch64 (NFC) (#127667)
Disabled in 86474c7a1addf59d511050552b697b8b2af61838, no longer failing
on AArch64 (for me at least).
Fixes: https://github.com/llvm/llvm-project/issues/24774
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp
Removed:
################################################################################
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.
More information about the llvm-commits
mailing list