[PATCH] light up ASan on ARM. XFAILed failing tests

Kostya Serebryany kcc at google.com
Wed May 21 21:24:52 PDT 2014


On Thu, May 22, 2014 at 8:22 AM, Yury Gribov <tetra2005 at gmail.com> wrote:

> > Some are just ARM Linux (fast unwind not working as expected and giving
> us bad stack traces).
>
> These should be fixable by adding -fno-omit-frame-pointer to tests'
> CXXFLAGS or fast_unwind_on_malloc=0 to ASAN_OPTIONS.

Please don't introduce fast_unwind_on_malloc=0 into the tests. This will
make us think the tool works, while it doesn't.


> Problems may also be caused by broken unwind tables in ARM backend.
>
That's possible indeed.

>
> http://reviews.llvm.org/D3857
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140522/784c4ca3/attachment.html>


More information about the llvm-commits mailing list