From 158feabde4cb98021469ed4126682d8ee57456eb Mon Sep 17 00:00:00 2001 From: Gui Andrade Date: Wed, 8 Jul 2020 23:07:46 +0000 Subject: [PATCH] [Sanitizer]: Require !android for protoent test --- compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp index 1b4e90a407ac..defc38ae2b1e 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp @@ -1,4 +1,5 @@ // RUN: %clangxx -std=c++11 -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s +// REQUIRES: !android #include #include