[Lldb-commits] [PATCH] D21648: Make sure to reset to correct platform after TestImageListMultiArchitecture
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 23 14:51:33 PDT 2016
tfiala added a comment.
Hi all,
If memory serves me correctly, I originally wrote this test. I don't think it buys us anything to run it against remote targets. I think a better approach here is to just exclude it when running against a remote.
We could instead use:
@decorator.skipIfRemote
http://reviews.llvm.org/D21648
More information about the lldb-commits
mailing list