[compiler-rt] 158feab - [Sanitizer]: Require !android for protoent test

Gui Andrade via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 16:08:11 PDT 2020


Author: Gui Andrade
Date: 2020-07-08T23:07:59Z
New Revision: 158feabde4cb98021469ed4126682d8ee57456eb

URL: https://github.com/llvm/llvm-project/commit/158feabde4cb98021469ed4126682d8ee57456eb
DIFF: https://github.com/llvm/llvm-project/commit/158feabde4cb98021469ed4126682d8ee57456eb.diff

LOG: [Sanitizer]: Require !android for protoent test

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp

Removed: 
    


################################################################################
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 <assert.h>
 #include <errno.h>


        


More information about the llvm-commits mailing list