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

David Dean david_dean at apple.com
Tue Jan 15 11:53:44 PST 2013


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.

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'])
 





More information about the llvm-commits mailing list