[Lldb-commits] [PATCH] D52498: [lldb-mi] Fix bugs in target-select-so-path.test

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 25 09:32:26 PDT 2018


tatyana-krasnukha added a comment.

Forget that the test calls default python, not which was passed to cmake. So, it is enough to replace (3,0) pair with (3,2) to fix.



================
Comment at: lit/tools/lldb-mi/target/inputs/target-select-so-path.py:11
+kwargs = {}
+if sys.version_info >= (3,0):
+    kwargs['pass_fds'] = [w]
----------------
Here should be (3,2)


https://reviews.llvm.org/D52498





More information about the lldb-commits mailing list