[all-commits] [llvm/llvm-project] 43b9d6: [lldb][Windows] Fix TestLocateModuleCallback
Kazuki Sakamoto via All-commits
all-commits at lists.llvm.org
Fri Jul 14 10:41:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43b9d62018fe53278dfcd2c46f4937a1664745bd
https://github.com/llvm/llvm-project/commit/43b9d62018fe53278dfcd2c46f4937a1664745bd
Author: Kazuki Sakamoto <kaz at meta.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M lldb/test/API/python_api/sbplatform/TestLocateModuleCallback.py
Log Message:
-----------
[lldb][Windows] Fix TestLocateModuleCallback
D153735 added the tests but it is failing due to POSIX path vs Windows path.
https://lab.llvm.org/buildbot/#/builders/219/builds/4084
Fix it.
- MODULE_PLATFORM_PATH is POSIX path.
- Normalize self.input_dir, FileSpec and SymbolFileSpec fullpath.
Differential Revision: https://reviews.llvm.org/D155124
More information about the All-commits
mailing list