diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/dn_expand.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/dn_expand.cpp --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/dn_expand.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/dn_expand.cpp @@ -1,5 +1,8 @@ // RUN: %clangxx %s -o %t -lresolv && %run %t %p +// -lresolv fails on Android. +// UNSUPPORTED: android + #include #include #include