gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] Current regression tests


From: Paul Pogonyshev
Subject: Re: [gnugo-devel] Current regression tests
Date: Tue, 1 Jul 2003 04:31:39 +0000
User-agent: KMail/1.5.9

SP LEE wrote:
> The attached simple VC program picks all failed test cases in the
> regression tests and put them in a separate file. With this program I found
> there are totally 883 failed cases in which 14 bogus cases are commented.
>
> Only 89 cases are put in specific categories. The other cases seem to
> involve many areas. I intended to sort the failed cases, but I'm not sure
> if I can really do it.

this substitution seems shorter:

ls -1 *.tst | xargs -ifile cat file | tr \\n \~ | egrep -o "~~([^~]+~)+#\? 
?\[[^]]+\]\*" | tr \~ \\n

it doesn't print headers before each file though.  certainly can be fixed.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]