[Lldb-commits] [PATCH] D18789: [NFC] Cleanup the code used to run shell commands from tests

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 8 10:56:59 PDT 2016


The exponential back off code forgot to import 'time'.  This code will
trigger (and has on our end) a python exception for 'time' missing.

I'm fixing this now.

On Tue, Apr 5, 2016 at 7:13 AM, Tamas Berghammer via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL265398: [NFC] Cleanup the code used to run shell
> commands from tests (authored by tberghammer).
>
> Changed prior to commit:
>   http://reviews.llvm.org/D18789?vs=52681&id=52685#toc
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D18789
>
> Files:
>
> lldb/trunk/packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
>
> lldb/trunk/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py
>   lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py
>   lldb/trunk/packages/Python/lldbsuite/test/lldbutil.py
>
> lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
>
> lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
>


-- 
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160408/37c0cfaf/attachment.html>


More information about the lldb-commits mailing list