summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/unpoison_tls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Linux/unpoison_tls.cc')
-rw-r--r--test/asan/TestCases/Linux/unpoison_tls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/unpoison_tls.cc b/test/asan/TestCases/Linux/unpoison_tls.cc
index 19ebec467..e22345342 100644
--- a/test/asan/TestCases/Linux/unpoison_tls.cc
+++ b/test/asan/TestCases/Linux/unpoison_tls.cc
@@ -1,5 +1,5 @@
// Test that TLS is unpoisoned on thread death.
-// REQUIRES: x86-target-arch
+// REQUIRES: x86-target-arch && !android
// RUN: %clangxx_asan -O1 %s -pthread -o %t && %run %t 2>&1