diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp index 0c3a464a541ea..5a17b561919ad 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp @@ -1,6 +1,6 @@ // RUN: %clangxx -O0 -g %s -o %t // -// REQUIRES: linux || freebsd +// REQUIRES: (linux && !android) || freebsd || android-28 #include #include