[compiler-rt] r353366 - [sanitizer] Re-enabled getpw_getgr.cc on Android
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 17:55:07 PST 2019
Author: vitalybuka
Date: Wed Feb 6 17:55:07 2019
New Revision: 353366
URL: http://llvm.org/viewvc/llvm-project?rev=353366&view=rev
Log:
[sanitizer] Re-enabled getpw_getgr.cc on Android
Reviewers: eugenis
Subscribers: srhines, kubamracek, #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D57785
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc?rev=353366&r1=353365&r2=353366&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getpw_getgr.cc Wed Feb 6 17:55:07 2019
@@ -1,5 +1,5 @@
// RUN: %clangxx %s -o %t && %run %t
-// UNSUPPORTED: android, ios
+// UNSUPPORTED: ios
#include <assert.h>
#include <grp.h>
More information about the llvm-commits
mailing list