Fix TestMiniDumpNew.py test for Python 2/3 issue
authorAdrian McCarthy <amccarth@google.com>
Mon, 14 Nov 2016 23:53:45 +0000 (23:53 +0000)
committerAdrian McCarthy <amccarth@google.com>
Mon, 14 Nov 2016 23:53:45 +0000 (23:53 +0000)
commit18270a843a959d5a2cc02daf15caa00dbc350f73
treed79e52a8469da562eed4054fd99857e9a31a72c3
parent7b26dbb1251bbbe8e96c1bcc5815426727aca53a
Fix TestMiniDumpNew.py test for Python 2/3 issue

On Windows, where we use Python 3 for testing, we have to be more explicit about converting between binary and string representations.  I believe this should still work for Python 2, but I don't have a convenient way to try it out.

Differential Revision: https://reviews.llvm.org/D26643

llvm-svn: 286909
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py