[Lldb-commits] [PATCH] D97786: LLDB: Use path relative to binary, not relative to debugger CWD, for finding .dwo files.

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 15 17:46:49 PDT 2021


jingham added a comment.

In D97786#2693381 <https://reviews.llvm.org/D97786#2693381>, @cmtice wrote:

> I had to revert this change because the test case broke the windows builder.  What's the right way to update/mark the test case so that it is only run on appropriate architectures & operating systems?

You add the python skipIfWindows "decorator" before each test case definition.  Just grep around in the test/API directory and you'll see plenty of instances of its use.

This does seem like it should work on Windows, however.  Maybe some path handling problem?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97786/new/

https://reviews.llvm.org/D97786



More information about the lldb-commits mailing list