[llvm-commits] [PATCH] Remove support for Tcl test format

Daniel Dunbar daniel at zuster.org
Thu Jan 17 15:31:01 PST 2013


On Thu, Jan 17, 2013 at 3:26 PM, Dmitri Gribenko <gribozavr at gmail.com>wrote:

> On Fri, Jan 18, 2013 at 12:58 AM, Daniel Dunbar <daniel at zuster.org> wrote:
> > The LLVM.OutOfTree example test dir is actually testing something useful
> > (the separated test and execution dir functionality). It would be better
> to
> > just change the test in there to be in the sh format and change the
> suite to
> > use the ShTest format.
>
> Please take look at the new patches.
>

Almost. :) My previous comment applies to the LLVM.InTree example tests too.

 - Daniel


> 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>*/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130117/744bc407/attachment.html>


More information about the llvm-commits mailing list