[ASan] Mark test for -fsized-delete as XFAIL for dynamic runtime.

-fsized-delete is implemented via weak symbols, and doesn't work
properly when malloc/free replacements are provided in shared
ASan runtime.

llvm-svn: 224474
This commit is contained in:
Alexey Samsonov 2014-12-17 23:46:53 +00:00
parent 658e2d274d
commit ae23ffb751
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
// Sized-delete is implemented with a weak delete() definition.
// Weak symbols are kind of broken on Android.
// XFAIL: android
// XFAIL: android, asan-dynamic-runtime
#include <new>
#include <stdio.h>