Looks like this fails when built i386 on linux bots, possible target
authorJason Molenda <jmolenda@apple.com>
Sat, 10 Feb 2018 01:57:33 +0000 (01:57 +0000)
committerJason Molenda <jmolenda@apple.com>
Sat, 10 Feb 2018 01:57:33 +0000 (01:57 +0000)
arch incompat with spec in file so it's rejected and the test fails.
will look into this later, will be a test case issue not a test issue;
test case may only be valid when lldb is built for/running on an x86_64
system.

llvm-svn: 324795

lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py

index 4b46471..3671f89 100644 (file)
@@ -6,6 +6,7 @@ from gdbclientutils import *
 
 class TestTargetXMLArch(GDBRemoteTestBase):
 
+    @expectedFailureAll(archs=["i386"])
     def test(self):
         """
         Test lldb's parsing of the <architecture> tag in the target.xml register