summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-02-12 09:46:06 +0000
committerPavel Labath <labath@google.com>2018-02-12 09:46:06 +0000
commitca4eddee0d8e04fd069232efdf8746fdf6e42b39 (patch)
tree7ded82078d5f82a18c7ff53434a5e40ce603fa1a
parente08f2a19d487bde254860bb3f9368a86105e16f9 (diff)
downloadbcm5719-llvm-ca4eddee0d8e04fd069232efdf8746fdf6e42b39.tar.gz
bcm5719-llvm-ca4eddee0d8e04fd069232efdf8746fdf6e42b39.zip
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
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py
index 3671f89fa25..f4f86961f18 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py
@@ -6,6 +6,7 @@ from gdbclientutils import *
class TestTargetXMLArch(GDBRemoteTestBase):
+ @skipIf(hostoslist=no_match(lldbplatformutil.getDarwinOSTriples()))
@expectedFailureAll(archs=["i386"])
def test(self):
"""
OpenPOWER on IntegriCloud