[Lldb-commits] [lldb] [lldb][test] Support remote run of Shell tests (PR #95986)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 26 05:22:03 PDT 2024
================
@@ -60,7 +60,8 @@ something like ``target.BreakpointCreateByName`` [#]_.
A good rule of thumb is to prefer shell tests when what is being tested is
relatively simple. Expressivity is limited compared to the API tests, which
means that you have to have a well-defined test scenario that you can easily
-match with ``FileCheck``.
+match with ``FileCheck``. Though Shell tests can be run remotely, remote
----------------
DavidSpickett wrote:
I think this would be a little clearer:
"Though Shell tests can be run remotely, behavior specific to remote debugging must be tested with API tests instead."
So that remote specifics are tested only using API tests not in addition to shell tests.
https://github.com/llvm/llvm-project/pull/95986
More information about the lldb-commits
mailing list