summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2023-05-12 14:09:16 -0700
committerVitaly Buka <vitalybuka@google.com>2023-05-12 14:09:59 -0700
commit0245dc94ebee82a14118cdb1b39c9f4470e99e1d (patch)
tree46d12271b6eec8c1c5bb4e79b5d2c1f91f099ed5 /compiler-rt
parent795f93007e10a676cb5c49864c0bd49ad00a9645 (diff)
downloadllvm-0245dc94ebee82a14118cdb1b39c9f4470e99e1d.tar.gz
[test][sanitizers] Disable new test on Android
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop2.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop2.cpp
index afc4c769bead..fdbc5712d83d 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop2.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop2.cpp
@@ -2,6 +2,9 @@
// RUN: %clangxx -O3 -pthread %s -o %t && %run %t 10
+// Crashes on Android.
+// UNSUPPORTED: android
+
#include <cstdint>
#include <pthread.h>
#include <stdlib.h>