[zorg] r253756 - Add one more non-flunk test slot for LLDBBuilder

Ying Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 15:44:21 PST 2015


Thanks David!
Just updated the comments.

On Sat, Nov 21, 2015 at 7:12 AM, David Blaikie <dblaikie at gmail.com> wrote:

> Comment above this code seems to be out of date
> On Nov 20, 2015 5:49 PM, "Ying Chen via llvm-commits" <
> llvm-commits at lists.llvm.org> wrote:
>
>> Author: chying
>> Date: Fri Nov 20 19:46:30 2015
>> New Revision: 253756
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=253756&view=rev
>> Log:
>> Add one more non-flunk test slot for LLDBBuilder
>>
>> Modified:
>>     zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
>>
>> Modified: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
>> URL:
>> http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py?rev=253756&r1=253755&r2=253756&view=diff
>>
>> ==============================================================================
>> --- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py (original)
>> +++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py Fri Nov 20 19:46:30
>> 2015
>> @@ -902,7 +902,7 @@ def getTestSteps(f, scriptExt, pathSep):
>>      # workaround: don't flunk the last two tests
>>      # put non flunkable tests as the last two, test7 and test8
>>      getTestConfig(f)
>> -    for x in range(1, 9):
>> +    for x in range(1, 10):
>>          test='test'+str(x)
>>          f.addStep(LitTestCommand(name=test,
>>                                   command=[pathSep + 'test' + scriptExt,
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151123/2bb80137/attachment.html>


More information about the llvm-commits mailing list