[Lldb-commits] [PATCH] D39315: Correct the start address for exported windows functions in arm

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 26 11:32:45 PDT 2017


zturner added a comment.

So when you're using ds2 as the remote, are you still using the normal lldb test suite?  `dotest.py`?  If so, then we could have a test decorator that says `@expectedFailure(not(debugserver=ds2))` or something.  Then, even though you're the only one that can run it, at least YOU are sure it works.  Some coverage is better than nothing.  Is something like this possible?


https://reviews.llvm.org/D39315





More information about the lldb-commits mailing list