[Lldb-commits] [PATCH] D60153: Re-enable most lldb-vscode tests on Linux.
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 8 14:17:11 PDT 2019
stella.stamenova added a comment.
A couple of the tests from TestVSCode_attach.py (test_by_pid and test_by_name) are failing for us on Ubuntu because they are failing to attach: `AssertionError: False is not True : attach failed (Operation not permitted)`. It looks like attaching by pid or by name requires elevation - if I rerun the same tests with sudo, they pass reliably. How did you run the tests when they passed for you?
Incidentally, AFAIK there is no Ubuntu lldb bot...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60153/new/
https://reviews.llvm.org/D60153
More information about the lldb-commits
mailing list