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

Dmitri Gribenko gribozavr at gmail.com
Thu Jan 17 15:26:53 PST 2013


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.

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 --------------
A non-text attachment was scrubbed...
Name: remove-tcl-tests-v3.patch
Type: application/octet-stream
Size: 32995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130118/d1e9e298/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-dejagnu-v1.patch
Type: application/octet-stream
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130118/d1e9e298/attachment-0001.obj>


More information about the llvm-commits mailing list