[llvm-commits] [patch] Used TimedExec.sh everywhere

Nick Lewycky nlewycky at google.com
Thu Jan 14 15:32:13 PST 2010


On 14 January 2010 14:57, Rafael Espindola <espindola at google.com> wrote:

> > I gave this a shot:
> >
> >   TimedExec.sh 1 . sleep 10
> >
> > and found that it slept for 10 seconds, not 1. I think we may need to
> change
> > how TimedExec.sh works to make it support Linux.
>
> Yes, I noticed that too. The attached patch fixes it by using the CONT
> signal instead of INFO. I tested that it does kill after the specified
> timeout.
>

Could you explain this to me? Why does this make a difference?


> I am currently running the test-suite. Lets hope it completes this time :-)
>
> > Nick
> >
>
> Cheers,
> --
> Rafael Ávila de Espíndola
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100114/d77c887f/attachment.html>


More information about the llvm-commits mailing list