From 539bf499615dbbfe98deaac1021f351eaad330ea Mon Sep 17 00:00:00 2001 From: Kirill Stoimenov Date: Wed, 14 Aug 2024 22:29:07 +0000 Subject: [PATCH] [Sanitizers] Disable prctl test on Android. --- compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp index f33aa2004db79e..d0be7f4fa87899 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp @@ -1,5 +1,7 @@ // RUN: %clangxx %s -o %t && %run %t %p +// UNSUPPORTED: android + #include #include #include