[compiler-rt] 24b30ec - [sanitizer] Try to enable test on Android

via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 11:51:33 PST 2022


Author: Vitaly Buka
Date: 2022-02-10T11:51:29-08:00
New Revision: 24b30ec1eacb01a5f849ea8eddec5adfc27a9ca3

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

LOG: [sanitizer] Try to enable test on Android

#53721 suggests that it should work after https://reviews.llvm.org/D119461

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 04ac7a107245..d0bcca8da658 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,9 +3,6 @@
 //
 // 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