[llvm-commits] [zorg] r172547 - /zorg/trunk/zorg/buildbot/commands/LitTestCommand.py
David Blaikie
dblaikie at gmail.com
Tue Jan 15 13:08:02 PST 2013
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?
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130115/7d380bd3/attachment.html>
More information about the llvm-commits
mailing list