[test][sanitizer] Disable create_thread_loop on Android
authorVitaly Buka <vitalybuka@google.com>
Sun, 14 May 2023 08:22:49 +0000 (01:22 -0700)
committerGitHub <noreply@github.com>
Sun, 14 May 2023 08:22:49 +0000 (01:22 -0700)
compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop.cpp

index 46bc1b5..6b7ee91 100644 (file)
@@ -2,6 +2,9 @@
 
 // RUN: %clangxx -O3 -pthread %s -o %t && %run %t 1000
 
+// Inconsistently fails on Android.
+// UNSUPPORTED: android
+
 #include <pthread.h>
 #include <stdlib.h>