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

Rafael Espindola espindola at google.com
Thu Jan 14 14:57:19 PST 2010


> 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.

I am currently running the test-suite. Lets hope it completes this time :-)

> Nick
>

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: timed.patch
Type: text/x-diff
Size: 911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100114/89ac8aef/attachment.patch>


More information about the llvm-commits mailing list