llvm-project
facb767e - [lldb] Fixed the TestGdbRemoteLibrariesSvr4Support test running on a remote target (#93825)

Commit
1 year ago
[lldb] Fixed the TestGdbRemoteLibrariesSvr4Support test running on a remote target (#93825) The TestGdbRemoteLibrariesSvr4Support test failed in case of Linux x86_64 host and Linux Aarch64 target. Installing libraries to the remote target is not enough. This test actively uses self.getBuildDir() and os.path.realpath() which does not work in case of the remote target. So, disable this test for remote target now.
Author
Parents
Loading