[zorg] r173944 - Mark build as failing when encountering line of type: \* TEST '.' FAILED \*
David Blaikie
dblaikie at gmail.com
Wed Jan 30 11:41:30 PST 2013
On Wed, Jan 30, 2013 at 8:50 AM, David Dean <david_dean at apple.com> wrote:
> Author: ddean
> Date: Wed Jan 30 10:50:29 2013
> New Revision: 173944
>
> URL: http://llvm.org/viewvc/llvm-project?rev=173944&view=rev
> Log:
> Mark build as failing when encountering line of type: \* TEST '.' FAILED \*
Where is this other log format coming from? It doesn't seem to be the
same as the lit output, so I'd really like to make them consistent or
handle them separately perhaps.
>
> 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=173944&r1=173943&r2=173944&view=diff
> ==============================================================================
> --- zorg/trunk/zorg/buildbot/commands/LitTestCommand.py (original)
> +++ zorg/trunk/zorg/buildbot/commands/LitTestCommand.py Wed Jan 30 10:50:29 2013
> @@ -36,6 +36,7 @@ class LitLogObserver(LogLineObserver):
> if self.inFailure[0] in m.group(0):
> self.inFailure[1].append(line)
> self.inFailureContext = True
> + self.failed = True
> return
> else:
> msg = 'm[0]: %r\ninFailure[0]: %r' % (m.group(0), self.inFailure[0])
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list