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.
Paths
| Differential D155124
[lldb][Windows] Fix TestLocateModuleCallback ClosedPublic Authored by splhack on Jul 12 2023, 2:54 PM.
Details Summary D153735 added the tests but it is failing due to POSIX path vs Windows path. Fix it.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2023, 4:50 AM Closed by commit rG43b9d62018fe: [lldb][Windows] Fix TestLocateModuleCallback (authored by splhack). · Explain WhyJul 14 2023, 10:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540491 lldb/test/API/python_api/sbplatform/TestLocateModuleCallback.py
|