aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-10-12 17:56:01 +0000
committerStella Stamenova <stilis@microsoft.com>2018-10-12 17:56:01 +0000
commit073d21fad01fe2d6f3fc8257a16b9d732339bbcc (patch)
treec771a82b708022bb50e2e113e016b6f995c4a927 /lldb/packages/Python/lldbsuite/test/configuration.py
parent0916efc232599da451a385fc8940a521f6d0c89f (diff)
downloadllvm-073d21fad01fe2d6f3fc8257a16b9d732339bbcc.zip
llvm-073d21fad01fe2d6f3fc8257a16b9d732339bbcc.tar.gz
llvm-073d21fad01fe2d6f3fc8257a16b9d732339bbcc.tar.bz2
[lldbsuite] Fix the filecheck functionality to work with Python 3
Summary: This is another string/byte conversion issue between Python 2 and 3. In Python 2, the subprocess communication expects a byte string, but in Python 3, it expects bytes. Since both versions are capable of using strings when universal_newlines is set to True AND filecheck operates on strings, force the use of strings. Reviewers: zturner, asmith, vsk Reviewed By: zturner Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D53166 llvm-svn: 344386
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions