[compiler-rt] 0245dc9 - [test][sanitizers] Disable new test on Android

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 14:10:12 PDT 2023


Author: Vitaly Buka
Date: 2023-05-12T14:09:59-07:00
New Revision: 0245dc94ebee82a14118cdb1b39c9f4470e99e1d

URL: https://github.com/llvm/llvm-project/commit/0245dc94ebee82a14118cdb1b39c9f4470e99e1d
DIFF: https://github.com/llvm/llvm-project/commit/0245dc94ebee82a14118cdb1b39c9f4470e99e1d.diff

LOG: [test][sanitizers] Disable new test on Android

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop2.cpp

Removed: 
    


################################################################################
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 afc4c769bead7..fdbc5712d83de 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>


        


More information about the llvm-commits mailing list