[Lldb-commits] [lldb] r252353 - Fix Linux tests after r252348.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 6 14:37:35 PST 2015


Thanks, sorry about that.

On Fri, Nov 6, 2015 at 2:32 PM Chaoren Lin via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> Author: chaoren
> Date: Fri Nov  6 16:30:30 2015
> New Revision: 252353
>
> URL: http://llvm.org/viewvc/llvm-project?rev=252353&view=rev
> Log:
> Fix Linux tests after r252348.
>
> Modified:
>     lldb/trunk/packages/Python/lldbsuite/test/dotest.py
>
> Modified: lldb/trunk/packages/Python/lldbsuite/test/dotest.py
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/dotest.py?rev=252353&r1=252352&r2=252353&view=diff
>
> ==============================================================================
> --- lldb/trunk/packages/Python/lldbsuite/test/dotest.py (original)
> +++ lldb/trunk/packages/Python/lldbsuite/test/dotest.py Fri Nov  6
> 16:30:30 2015
> @@ -1727,6 +1727,7 @@ def run_suite():
>              if iterArchs or iterCompilers:
>                  # Translate ' ' to '-' for pathname component.
>                  if six.PY2:
> +                    import string
>                      tbl = string.maketrans(' ', '-')
>                  else:
>                      tbl = str.maketrans(' ', '-')
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151106/aed9c4ac/attachment.html>


More information about the lldb-commits mailing list