Skip to content

Commit f3b4ef9

Browse files
committed
[lldb] re-add skipIfOutOfTreeDebugserver for TestRegisters
The swiftlang CI bots are running a pretty old Xcode install that doesn't have the x86 debugserver change that tries to fetch additional registers -- and this test which confirms that they are unavailable is not passing. If the CI bot debugserver is ever updated, this can be removed again.
1 parent 0044000 commit f3b4ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/register/register/register_command/TestRegisters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def get_sme_available(self):
4141

4242
@skipIfiOSSimulator
4343
@skipIf(archs=no_match(["amd64", "arm$", "i386", "x86_64"]))
44+
@skipIfOutOfTreeDebugserver
4445
@expectedFailureAll(oslist=["freebsd", "netbsd"], bugnumber="llvm.org/pr48371")
4546
def test_register_commands(self):
4647
"""Test commands related to registers, in particular vector registers."""

0 commit comments

Comments
 (0)