Skip to content

Commit 749c906

Browse files
committed
Skip this test on intel/macosx because the behavior
changes when you use a system-debugserver depending on whether you have the current Xcode (expected) or an older Xcode (unexpected), and currently the swift CI bots are using an older Xcode.
1 parent 00574ac commit 749c906

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ def get_sme_available(self):
4141

4242
@skipIfiOSSimulator
4343
@skipIf(archs=no_match(["amd64", "arm", "i386", "x86_64"]))
44+
# This test assumes Xcode 16.2 or newer is being used, or
45+
# the in-tree debugserver is being used. Some CI bots
46+
# are still using an earlier Xcode, and the test will fail.
47+
# Skip this test on Intel systems, on release/6.1 branch only.
48+
@skipIf(oslist=["macosx"], archs=["x86_64"])
4449
@expectedFailureAll(oslist=["freebsd", "netbsd"], bugnumber="llvm.org/pr48371")
4550
def test_register_commands(self):
4651
"""Test commands related to registers, in particular vector registers."""

0 commit comments

Comments
 (0)