<div dir="ltr">Is it possible to download the executable built in one of the builds where this test failed?<div>I see the same problem inĀ <a href="http://lab.llvm.org:8011/builders/clang-native-aarch64-full/builds/87">http://lab.llvm.org:8011/builders/clang-native-aarch64-full/builds/87</a><br><div><br></div><div>Thanks,</div><div>Serge</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 1 December 2016 at 14:26, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 1 December 2016 at 11:18, x y <<a href="mailto:serge.rogatch@gmail.com">serge.rogatch@gmail.com</a>> wrote:<br>
> I start looking at it today. I guess it could be some UB as we saw<br>
> occasional failure of another AArch64 XRay test earlier:<br>
> <a href="http://lab.llvm.org:8011/builders/clang-native-aarch64-full/builds/69" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/<wbr>builders/clang-native-aarch64-<wbr>full/builds/69</a> .<br>
> I don't know how to disable a test except XFAIL, but that is only good for<br>
> consistently failing tests.<br>
<br>
</span>There are many ways this can be disabled, but the one we used for the<br>
sanitizers was to create a "stable-runtime" flag on the lig.cfg files<br>
and add to the flaky tests:<br>
<br>
// REQUIRES: stable-runtime<br>
<br>
Basically, "stable-runtime" was set if the arch wasn't "arm". Since<br>
XRay's support for AArch64 and ARM is experimental, we could make the<br>
same assumption and copy the lit.cfg behaviour until you fix all the<br>
issues.<br>
<br>
For context, see: <a href="https://llvm.org/bugs/show_bug.cgi?id=31074" rel="noreferrer" target="_blank">https://llvm.org/bugs/show_<wbr>bug.cgi?id=31074</a><br>
<br>
cheers,<br>
--renato<br>
</blockquote></div><br></div>