From c3c37a64f7c23986cca6acf55a43087586e2a0e0 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 13 Jun 2023 08:52:03 -0700 Subject: [PATCH] [test][sanitizer] Unsupport test on Android --- compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp index 2909543..8f378de 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 #include #include -- 2.7.4