summaryrefslogtreecommitdiff
path: root/test/dfsan
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-07-31 10:50:29 +0000
committerRenato Golin <renato.golin@linaro.org>2015-07-31 10:50:29 +0000
commit70f96e3a50d5ac2c05322dc1b65f9a252ef50c82 (patch)
tree8d1c29e985db714e3049c260039d213a71081d9f /test/dfsan
parent33c1f805761e801822e1b60c8c7bc7e483ad2423 (diff)
[AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@243743 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/dfsan')
-rw-r--r--test/dfsan/custom.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dfsan/custom.cc b/test/dfsan/custom.cc
index 00ec7924c..057b0608e 100644
--- a/test/dfsan/custom.cc
+++ b/test/dfsan/custom.cc
@@ -5,9 +5,6 @@
// Tests custom implementations of various glibc functions.
-// AArch64 segfaults in the dl_iterate_phdr test.
-// XFAIL: aarch64
-
#include <sanitizer/dfsan_interface.h>
#include <arpa/inet.h>