[Lldb-commits] [PATCH] D57840: [Py3/TestAppleOSSimulator] Another byte<->str interoperability issue.
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 6 12:54:13 PST 2019
davide marked an inline comment as done.
davide added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestAppleSimulatorOSType.py:18
sim_devices_str = subprocess.check_output(['xcrun', 'simctl', 'list',
- '-j', 'devices'])
+ '-j', 'devices']).decode("utf-8")
sim_devices = json.loads(sim_devices_str)['devices']
----------------
Ignore this bit, I already pushed it.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57840/new/
https://reviews.llvm.org/D57840
More information about the lldb-commits
mailing list