[PATCH] D57785: [sanitizer] Re-enabled getpw_getgr.cc on Android
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 17:54:58 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT353366: [sanitizer] Re-enabled getpw_getgr.cc on Android (authored by vitalybuka, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D57785?vs=185397&id=185689#toc
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57785/new/
https://reviews.llvm.org/D57785
Files:
test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
Index: test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
===================================================================
--- test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
+++ test/sanitizer_common/TestCases/Posix/getpw_getgr.cc
@@ -1,5 +1,5 @@
// RUN: %clangxx %s -o %t && %run %t
-// UNSUPPORTED: android, ios
+// UNSUPPORTED: ios
#include <assert.h>
#include <grp.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57785.185689.patch
Type: text/x-patch
Size: 388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/5302bdf5/attachment.bin>
More information about the llvm-commits
mailing list