forked from OSchip/llvm-project
[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:
parent
658e2d274d
commit
ae23ffb751
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue