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

Daniel Dunbar daniel at zuster.org
Thu Jan 17 14:58:47 PST 2013


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.

 - Daniel


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

> On Fri, Jan 18, 2013 at 12:21 AM, Daniel Dunbar <daniel at zuster.org> wrote:
> > Looks good, but can you also remove the "example" tests in
> > llvm/utils/lit/lit/ExampleTests?
>
> Attached v2.
>
> 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/3dca0f5e/attachment.html>


More information about the llvm-commits mailing list