From ca4eddee0d8e04fd069232efdf8746fdf6e42b39 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 12 Feb 2018 09:46:06 +0000 Subject: 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 --- .../test/functionalities/gdb_remote_client/TestTargetXMLArch.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test') 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): """ -- cgit v1.2.3