<div dir="ltr">On 26 February 2013 16:14, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><p dir="ltr"><span style="color:rgb(34,34,34)">I'm not sure I understand your question. Fail tests continue to run so we find out if they start passing as seems to be the case here. If llvm is now free of whatever bugs caused these things to fail (ie: it's not just that these stopped failing on this hardware but in all environments the xfail is for) then they should just be un-xfailed.</span></p>

</div></blockquote><div>Sorry, I got confused... starting over...</div><div><br></div><div>Some tests fail on ARMv7, others on ARMv5, and ExecutionEngine is old enough (and never worked properly on ARM) for me to care much for it. My question, and I think I have answered, is if it was possible to specify sub-arch, and it is if it's in the triple (right?), so "XFAIL: armv5" should do the trick if "armv5" is in the triple.</div>

<div><br></div><div>I confirm that the attached patch worked on my Panda and my laptop (x86_64), but I think it won't work on the llvm-arm-linux bot, since it's nor forcing "armv5" triple, but "arm-pc-linux" which won't match, though the armv7 ones will not XFAIL on it, thus passing. I'll commit and see how it behaves on the armv5 bot.</div>

<div><br></div><div>David / Xerxes / Galina,</div><div><br></div><div>Is it ok if we change the buildmaster to call that bot-group "llvm-armv5-linux" or "llvm-arm-926"? So I can force the triple on the buildmaster config?</div>
<div><br></div><div>cheers,</div><div>--renato</div></div></div></div>