Skip to content

Commit fa5407d

Browse files
committed
[lldb] remove TestRegisters.py skip
This test was skipped to get the bots green, but it is passing on my desktop. I'd like to see if it is failing on the bots at this point, and if so, how.
1 parent 9278fae commit fa5407d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def get_sme_available(self):
4242
@skipIfiOSSimulator
4343
@skipIf(archs=no_match(["amd64", "arm$", "i386", "x86_64"]))
4444
@expectedFailureAll(oslist=["freebsd", "netbsd"], bugnumber="llvm.org/pr48371")
45-
@skipIf(bugnumber="rdar://159864305")
4645
def test_register_commands(self):
4746
"""Test commands related to registers, in particular vector registers."""
4847
self.build()

0 commit comments

Comments
 (0)