[llvm-commits] [zorg] r172547 - /zorg/trunk/zorg/buildbot/commands/LitTestCommand.py

Daniel Dunbar daniel at zuster.org
Tue Jan 15 13:12:47 PST 2013


On Tue, Jan 15, 2013 at 1:08 PM, David Blaikie <dblaikie at gmail.com> wrote:

>
> On Jan 15, 2013 11:55 AM, "David Dean" <david_dean at apple.com> wrote:
> >
> > Author: ddean
> > Date: Tue Jan 15 13:53:44 2013
> > New Revision: 172547
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=172547&view=rev
> > Log:
> > Add 'REGRESSED' and 'IMPROVED' to resultNames in order to get my lnt
> bots working again.
>
> Sorry for the regression. Daniel mentioned this in code review & I hadn't
> got around to figuring this out. What builder does this cause a problem/fix
> for?
>
The LNT builders report results in the lit "format" when they are
submitting runs, these are the codes they use when the server says there
was a performance change.

 - Daniel

> >
> > Modified:
> >     zorg/trunk/zorg/buildbot/commands/LitTestCommand.py
> >
> > Modified: zorg/trunk/zorg/buildbot/commands/LitTestCommand.py
> > URL:
> http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/commands/LitTestCommand.py?rev=172547&r1=172546&r2=172547&view=diff
> >
> ==============================================================================
> > --- zorg/trunk/zorg/buildbot/commands/LitTestCommand.py (original)
> > +++ zorg/trunk/zorg/buildbot/commands/LitTestCommand.py Tue Jan 15
> 13:53:44 2013
> > @@ -52,6 +52,8 @@
> >                     'KPASS':'unknown passes',
> >                     'UNRESOLVED':'unresolved testcases',
> >                     'UNTESTED':'untested testcases',
> > +                   'REGRESSED':'runtime performance regression',
> > +                   'IMPROVED':'runtime performance improvement',
> >                     'UNSUPPORTED':'unsupported tests'}
> >      failingCodes = set(['FAIL', 'XPASS', 'KPASS', 'UNRESOLVED'])
> >
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130115/c5c50d56/attachment.html>


More information about the llvm-commits mailing list