[compiler-rt] r243743 - [AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686

Renato Golin renato.golin at linaro.org
Fri Jul 31 03:50:29 PDT 2015


Author: rengolin
Date: Fri Jul 31 05:50:29 2015
New Revision: 243743

URL: http://llvm.org/viewvc/llvm-project?rev=243743&view=rev
Log:
[AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686

Modified:
    compiler-rt/trunk/test/dfsan/custom.cc

Modified: compiler-rt/trunk/test/dfsan/custom.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/dfsan/custom.cc?rev=243743&r1=243742&r2=243743&view=diff
==============================================================================
--- compiler-rt/trunk/test/dfsan/custom.cc (original)
+++ compiler-rt/trunk/test/dfsan/custom.cc Fri Jul 31 05:50:29 2015
@@ -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>





More information about the llvm-commits mailing list