[all-commits] [llvm/llvm-project] ec9546: [lldb] Fix TestGdbRemoteForkNonStop.py test (#131293)
Georgiy Samoylov via All-commits
all-commits at lists.llvm.org
Mon Mar 24 01:33:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec9546d1699457169da5d6456d4080c52f6972f9
https://github.com/llvm/llvm-project/commit/ec9546d1699457169da5d6456d4080c52f6972f9
Author: Georgiy Samoylov <g.samoylov at syntacore.com>
Date: 2025-03-24 (Mon, 24 Mar 2025)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py
Log Message:
-----------
[lldb] Fix TestGdbRemoteForkNonStop.py test (#131293)
During lldb testing on remote targets TestGdbRemoteForkNonStop.py
freezes because in this test we try to create file on remote machine
using absolute file path from local machine. This patch fixes this error
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list