[PATCH] [compiler-rt] Remove XFAIL for asan-dynamic-runtime from test case sized_delete_test.cc

Bill Seurer seurer at linux.vnet.ibm.com
Thu Feb 19 12:52:16 PST 2015


With the changes for r229241 the test case sized_delete_test.cc in compiler-rt/test/asan/TestCases/Linux/ now passes while it previously failed.  It is marked as XFAIL and this change just removes that.

I first noticed this in the ppc64 target but it does the same in the x86 target.  It passing means the buildbot tests for the address sanitizer always fail.

http://reviews.llvm.org/D7767

Files:
  /home/seurer/llvm/llvm-test/projects/compiler-rt/test/asan/TestCases/Linux/sized_delete_test.cc

Index: /home/seurer/llvm/llvm-test/projects/compiler-rt/test/asan/TestCases/Linux/sized_delete_test.cc
===================================================================
--- /home/seurer/llvm/llvm-test/projects/compiler-rt/test/asan/TestCases/Linux/sized_delete_test.cc
+++ /home/seurer/llvm/llvm-test/projects/compiler-rt/test/asan/TestCases/Linux/sized_delete_test.cc
@@ -8,7 +8,7 @@
 
 // Sized-delete is implemented with a weak delete() definition.
 // Weak symbols are kind of broken on Android.
-// XFAIL: android, asan-dynamic-runtime
+// XFAIL: android
 
 #include <new>
 #include <stdio.h>

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7767.20324.patch
Type: text/x-patch
Size: 600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150219/ae33238c/attachment.bin>


More information about the llvm-commits mailing list