================
@@ -405,8 +405,11 @@ def run_step_over_load(self):
# We can't find a breakpoint location for d_init before launching because
# executable dependencies are resolved relative to the debuggers PWD. Bug?
+ # The remote lldb server resolves the executable dependencies correctly.
@expectedFailureAll(
- oslist=["freebsd", "linux", "netbsd"],
triple=no_match("aarch64-.*-android")
+ oslist=["freebsd", "linux", "netbsd"],
+ triple=no_match("aarch64-.*-android"),
----------------
dzhidzhoev wrote:
Updated.
https://github.com/llvm/llvm-project/pull/98690
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits