[compiler-rt] c3c37a6 - [test][sanitizer] Unsupport test on Android

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 08:53:44 PDT 2023


Author: Vitaly Buka
Date: 2023-06-13T08:53:32-07:00
New Revision: c3c37a64f7c23986cca6acf55a43087586e2a0e0

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

LOG: [test][sanitizer] Unsupport test on Android

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp
index 29095432943d0..8f378de511e17 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp
@@ -1,5 +1,8 @@
 // RUN: %clangxx -O0 -g %s -o %t
 
+// Android doesn't have ttyent.h.
+// UNSUPPORTED: android
+
 #include <assert.h>
 #include <stdlib.h>
 #include <ttyent.h>


        


More information about the llvm-commits mailing list