[lldb] Normalize paths in new test
authorJoseph Tremoulet <jotrem@microsoft.com>
Wed, 23 Sep 2020 16:20:10 +0000 (09:20 -0700)
committerJoseph Tremoulet <jotrem@microsoft.com>
Wed, 23 Sep 2020 19:41:47 +0000 (12:41 -0700)
commit4a55c98fa7bee1e5ab1504db20ca4d7c8a083111
tree7d32b12b4fb01c5ff0849ff7b6714271821436f0
parentaf1d3e655991e5f0c86df372b8583a60d20268e0
[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.
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py