[compiler-rt] [compiler-rt][asan] Re-enable forkpty test on AArch64 (NFC) (PR #127667)
Cullen Rhodes via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 08:50:58 PST 2025
https://github.com/c-rhodes created https://github.com/llvm/llvm-project/pull/127667
Disabled in 86474c7a1addf59d511050552b697b8b2af61838, no longer failing on AArch64 (for me at least).
Fixes: https://github.com/llvm/llvm-project/issues/24774
>From 5a581ec64fdabe0eb8b6b0136c4c7b60a5be8a97 Mon Sep 17 00:00:00 2001
From: Cullen Rhodes <cullen.rhodes at arm.com>
Date: Tue, 18 Feb 2025 16:38:21 +0000
Subject: [PATCH] [compiler-rt][asan] Re-enable forkpty test on AArch64 (NFC)
Disabled in 86474c7a1addf59d511050552b697b8b2af61838, no longer failing
on AArch64 (for me at least).
Fixes: https://github.com/llvm/llvm-project/issues/24774
---
compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp | 1 -
1 file changed, 1 deletion(-)
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