[compiler-rt] 21f2ac9 - [MSAN] Exclude dn_expand test from Android.
Kevin Athey via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 3 11:23:43 PDT 2022
Author: Kevin Athey
Date: 2022-06-03T11:23:38-07:00
New Revision: 21f2ac9a2f9586e704930182e43c3034d9ecf4af
URL: https://github.com/llvm/llvm-project/commit/21f2ac9a2f9586e704930182e43c3034d9ecf4af
DIFF: https://github.com/llvm/llvm-project/commit/21f2ac9a2f9586e704930182e43c3034d9ecf4af.diff
LOG: [MSAN] Exclude dn_expand test from Android.
Depends on 1a729bce8617
Differential Revision: https://reviews.llvm.org/D126981
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Linux/dn_expand.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/dn_expand.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/dn_expand.cpp
index eccdf728e7813..9c256ad36191d 100644
--- 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 <assert.h>
#include <resolv.h>
#include <string.h>
More information about the llvm-commits
mailing list