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

Alexey Samsonov vonosmas at gmail.com
Thu Feb 19 17:41:07 PST 2015


Thanks!

On Thu, Feb 19, 2015 at 12:52 PM, Bill Seurer <seurer at linux.vnet.ibm.com>
wrote:

> 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/
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>


-- 
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150219/66e319c7/attachment.html>


More information about the llvm-commits mailing list