[Lldb-commits] [PATCH] D61687: Update Python tests for lldb-server on Windows
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 15 09:31:45 PDT 2019
clayborg added inline comments.
================
Comment at: packages/Python/lldbsuite/test/dotest.py:1313
# Don't do lldb-server (llgs) tests on anything except Linux.
+ configuration.dont_do_llgs_test = not ("linux" in target_platform) and not ("windows" in target_platform)
----------------
Update comment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61687/new/
https://reviews.llvm.org/D61687
More information about the lldb-commits
mailing list