[all-commits] [llvm/llvm-project] fac5d0: [lldb] Fix and enable Windows minidump tests
Jaroslav Sevcik via All-commits
all-commits at lists.llvm.org
Tue Jun 9 13:04:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fac5d05eb75fab163dc316859fa5e7d255b98f7c
https://github.com/llvm/llvm-project/commit/fac5d05eb75fab163dc316859fa5e7d255b98f7c
Author: Jaroslav Sevcik <jarin at google.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
Log Message:
-----------
[lldb] Fix and enable Windows minidump tests
SBFileSpec.fullpath always uses the forward slash to join the directory with the
base name. This causes mismatches when comparing Windows paths with backslashes
in two of the minidump tests. To get around that we just compare the directory
names separately from the filenames.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D81465
More information about the All-commits
mailing list