[Lldb-commits] [PATCH] Fix an issue test suite handling of absolute paths on Windows

Zachary Turner zturner at google.com
Tue Oct 14 12:38:41 PDT 2014


The test suite tries to create a log file name by taking the path of an executable and replacing slashes.  This ignores the fact that it might contain a : on windows, which is an invalid filename character, and also doesn't use a platform-agnostic path separator.

http://reviews.llvm.org/D5779

Files:
  test/lldbtest.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5779.14879.patch
Type: text/x-patch
Size: 835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141014/a37470f0/attachment.bin>


More information about the lldb-commits mailing list