Files
CMake/Tests/CMakeLib
Christopher Wellons d20a05725e debugger: test breakpoint matching with mismatched path case
The existing tests use "C:/CMakeLists.txt", which is only absolute on
Windows.  ToNormalizedPathOnDisk resolves relative paths against the
working directory, so give the tests a platform-appropriate absolute
path via kTestSourcePath.

Add three tests that set breakpoints using a different letter case
than the path passed to SourceFileLoaded or GetBreakpoints, covering
all three NormalizePath call sites.  The tests create a real file on
disk so that ToNormalizedPathOnDisk can resolve the canonical case,
and skip gracefully on platforms where ToNormalizedPathOnDisk does
not correct on-disk case (case-sensitive filesystems, or CYGWIN which
is treated as POSIX).
2026-04-15 14:39:13 -04:00
..
2023-05-30 09:46:12 -04:00
2023-10-01 06:52:44 -04:00
2025-11-12 14:54:35 -05:00
2023-03-14 15:20:47 -04:00