Fix send and receive of ACK byte in test infrastructure for Python 3.5
authorAdrian McCarthy <amccarth@google.com>
Tue, 26 Apr 2016 15:15:29 +0000 (15:15 +0000)
committerAdrian McCarthy <amccarth@google.com>
Tue, 26 Apr 2016 15:15:29 +0000 (15:15 +0000)
commitd285007720169bd1054cadfe65c3a5da84997d19
treee1ba3ccaa67dc7feb145e00262650f1869148092
parent0937a7d8143056c43918642e5d2b444deee9dbb0
Fix send and receive of ACK byte in test infrastructure for Python 3.5

Python 3.5 is pickier about the distinction between chars and bytes (and strings and bytearrays) than Python 2.7.

Differential Revision: http://reviews.llvm.org/D19510

llvm-svn: 267562
lldb/packages/Python/lldbsuite/test_event/dotest_channels.py
lldb/packages/Python/lldbsuite/test_event/formatter/__init__.py