[compiler-rt] e28c64e - [sanitizer] Disable new test on Android

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 11:57:15 PDT 2021


Author: Vitaly Buka
Date: 2021-11-03T11:57:04-07:00
New Revision: e28c64ecb19438f19f1ecb250a7d16213e77ead1

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

LOG: [sanitizer] Disable new test on Android

Test added with D113055

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp
index cd916d36b4b2..d4e6189d6170 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp
@@ -3,6 +3,9 @@
 //
 // RUN: %clangxx %s -o %t && %run %t 2>&1
 
+// connect() fails on Android.
+// UNSUPPORTED: android
+
 #include <assert.h>
 #include <errno.h>
 #include <netinet/in.h>


        


More information about the llvm-commits mailing list