[compiler-rt] 539bf49 - [Sanitizers] Disable prctl test on Android.
Kirill Stoimenov via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 15:39:52 PDT 2024
Author: Kirill Stoimenov
Date: 2024-08-14T22:39:39Z
New Revision: 539bf499615dbbfe98deaac1021f351eaad330ea
URL: https://github.com/llvm/llvm-project/commit/539bf499615dbbfe98deaac1021f351eaad330ea
DIFF: https://github.com/llvm/llvm-project/commit/539bf499615dbbfe98deaac1021f351eaad330ea.diff
LOG: [Sanitizers] Disable prctl test on Android.
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp
Removed:
################################################################################
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 <assert.h>
#include <errno.h>
#include <stdint.h>
More information about the llvm-commits
mailing list