[PATCH] D17503: [MSAN] Mark dlerror.cc expected failure for MIPS
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 22 11:17:47 PST 2016
samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.
This test checks that dlerror() unpoisons the string it returns. glibc is indeed not instrumented, so some implementations could trigger false positives by calling strcmp() on internal strings are not known to be fully initialized.
I'm fine with excluding this test on MIPS.
Repository:
rL LLVM
http://reviews.llvm.org/D17503
More information about the llvm-commits
mailing list