[compiler-rt] r302786 - [MSAN] test failed randomly on ARM when XFAILED for MIPS

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 06:41:53 PDT 2017


On 11 May 2017 at 14:35, Alexander Potapenko <glider at google.com> wrote:
> Any idea what's wrong with that test? It's failing on PPC64 now:
> http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/2278/steps/ninja%20check%201/logs/FAIL%3A%20MemorySanitizer-powerpc64le%3A%3A%20wcsncpy.cc

I have no idea.

Disabling on MIPS made it fail on ARM. Disabling on ARM made it fail
on PowerPC. I say this test is busted.

This looks like one of those tests that are more dependent on the
environment (libc version, etc) than the architecture, so I'm not
hopeful it will every be stable on the number of different bots we
have.

Evgeniy, any idea why it fails randomly on all arches? Is this an
x86-only kind of test? Or requires a specific version of glibc?

cheers,
--renato


More information about the llvm-commits mailing list