[MSAN] Exclude dn_expand test from Android.
authorKevin Athey <kda@google.com>
Fri, 3 Jun 2022 18:14:59 +0000 (11:14 -0700)
committerKevin Athey <kda@google.com>
Fri, 3 Jun 2022 18:23:38 +0000 (11:23 -0700)
Depends on 1a729bce8617

Differential Revision: https://reviews.llvm.org/D126981

compiler-rt/test/sanitizer_common/TestCases/Linux/dn_expand.cpp

index eccdf72..9c256ad 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: %clangxx %s -o %t -lresolv && %run %t %p
 
+// -lresolv fails on Android.
+// UNSUPPORTED: android
+
 #include <assert.h>
 #include <resolv.h>
 #include <string.h>