From 24b30ec1eacb01a5f849ea8eddec5adfc27a9ca3 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 10 Feb 2022 11:51:29 -0800 Subject: [PATCH] [sanitizer] Try to enable test on Android #53721 suggests that it should work after https://reviews.llvm.org/D119461 --- .../test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp | 3 --- 1 file changed, 3 deletions(-) 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 04ac7a1..d0bcca8 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 #include #include -- 2.7.4