[compiler-rt] r200464 - [msan] Intercept *getxattr and *listxattr.
Dmitri Gribenko
gribozavr at gmail.com
Wed Mar 5 16:03:23 PST 2014
On Wed, Mar 5, 2014 at 11:39 PM, Sergey Matveev <earthdok at google.com> wrote:
> It looks like the test passes, but LIT expects it to fail. I'm not sure why.
> Did someone set it to XFAIL because it had been broken for a long time? We
> probably need to change it back, but I have no idea which file controls
> that.
Sergey, I am sorry for the noise! You are right, this is my fault, I
XFAIL'ed the test on the buildbot locally and forgot about it. Thank
you for fixing this!
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the llvm-commits
mailing list