On Thu, Sep 8, 2011 at 1:04 PM, Diego Novillo <dnovi...@google.com> wrote: > On Thu, Sep 8, 2011 at 04:31, Richard Guenther > <richard.guent...@gmail.com> wrote: > >> I think it would be more useful to have a script parse gcc-testresults@ >> postings from the various autotesters and produce a nice webpage >> with revisions and known FAIL/XPASSes for the target triplets that >> are tested. > > Sure, though that describes a different tool. I'm after a tool that > will 'exit 0' if the testsuite finished with nominal results.
Well, you'd need to maintain a list of known XPASS/FAILs anyway. You can as well do it in the testcases themself (add XFAILs, remove XPASSes and open bugreports to not forget about this). Adding a separate filter or whatever just looks completely wrong to me. >> Maybe you have some web-stuff-capable folks at Google even? ;) > > http://code.google.com/appengine/ ? ;) Can't find the script that parses gcc-testresults there ;) > > Diego. >