[compiler-rt] r238409 - [ASan] XFAIL VLA tests on ARM and PowerPC. Patch by Max Ostapenko!

Renato Golin renato.golin at linaro.org
Thu May 28 06:14:37 PDT 2015


On 28 May 2015 at 13:46, Yury Gribov <y.gribov at samsung.com> wrote:
> Yeah, this fails randomly during ARM tests (maybe due to different stack
> alignment across runs). We'll probably only enable for x86 for now (or just
> revert tests).

You can move the tests to an X86-only area, and they will never run on
ARM. Or use the "REQUIRES: stable-runtime", which is how we do with
other unstable tests on ARM.

cheers,
--renato



More information about the llvm-commits mailing list