Skip TestTargetXMLArch on non-darwin OSs
authorPavel Labath <labath@google.com>
Mon, 12 Feb 2018 09:46:06 +0000 (09:46 +0000)
committerPavel Labath <labath@google.com>
Mon, 12 Feb 2018 09:46:06 +0000 (09:46 +0000)
commitca4eddee0d8e04fd069232efdf8746fdf6e42b39
tree7ded82078d5f82a18c7ff53434a5e40ce603fa1a
parente08f2a19d487bde254860bb3f9368a86105e16f9
Skip TestTargetXMLArch on non-darwin OSs

This test uses XML packets, but libxml is an optional dependency of
lldb, and this test fails if it is not present.

I'm leaving this enabled on mac, as thats the only platform that's
likely to have libxml always available, but ideally we should have a way
to skip this based on build configuration. I'll see if I can whip
something like that up soon, but for the time being, this unblocks the
buildbots.

llvm-svn: 324870
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py