[all-commits] [llvm/llvm-project] 4a55c9: [lldb] Normalize paths in new test
Joseph Tremoulet via All-commits
all-commits at lists.llvm.org
Wed Sep 23 12:42:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a55c98fa7bee1e5ab1504db20ca4d7c8a083111
https://github.com/llvm/llvm-project/commit/4a55c98fa7bee1e5ab1504db20ca4d7c8a083111
Author: Joseph Tremoulet <jotrem at microsoft.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
Log Message:
-----------
[lldb] Normalize paths in new test
The minidump-sysroot test I added in commit 20f84257 compares two paths
using a string comparison. This causes the Windows buildbot to fail
because of mismatched forward slashes and backslashes. Use
os.path.normcase to normalize before comparing.
More information about the All-commits
mailing list