summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_source
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-06-14 10:31:06 +0000
committerPavel Labath <labath@google.com>2018-06-14 10:31:06 +0000
commit2e6384038cd89ad844deaa2e3e1854c8573ce262 (patch)
tree2ac79144e687ef2aa7acdb69c38dfd27a937c0f1 /lldb/packages/Python/lldbsuite/test/functionalities/command_source
parentb234ff136e1aca908ca36f97a8a9e2546f78f548 (diff)
downloadbcm5719-llvm-2e6384038cd89ad844deaa2e3e1854c8573ce262.tar.gz
bcm5719-llvm-2e6384038cd89ad844deaa2e3e1854c8573ce262.zip
Fix PathMappingListTest on windows
r334615 changed the the value of FileSpec.IsRelative("/") for windows path syntax. We previously considered it absolute but now it is considered relative (I guess because it's interpretation depends on the current drive). This cause a failure in PathMappingList test, which assumed that "/" will not get remapped as it is an absolute path. As this is no longer true on windows, I replace "/" with a really absolute path. llvm-svn: 334702
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_source')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud