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

Yury Gribov y.gribov at samsung.com
Thu May 28 06:37:24 PDT 2015


On 05/28/2015 04:14 PM, Renato Golin wrote:
> 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.

Ok, thanks for the hint on stable-runtime! I'm now waiting for PPC 
results to see if we can keep tests enabled for all but ARM. If it's ok, 
I'll indeed do
   REQUIRES: stable-runtime

Otherwise we'll have to stick with x86:
   REQUIRES: x86_64-supported-target,i386-supported-target

FYI we plan to eventually fix this for ARM as this is our main target.

-Y




More information about the llvm-commits mailing list