Skip to content

Commit

Permalink
[lldb][test][FreeBSD] Remove corefile test xfails (llvm#84022)
Browse files Browse the repository at this point in the history
Fixes llvm#48759

As stated on the issue this was fixed by a change in FreeBSD 13, and
I've confirmed that it passes on 14 as well.
  • Loading branch information
DavidSpickett authored May 2, 2024
1 parent 528b512 commit a015f01
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ def test_aarch64_pac(self):
self.dbg.DeleteTarget(target)

@skipIfLLVMTargetMissing("AArch64")
@expectedFailureAll(
archs=["aarch64"], oslist=["freebsd"], bugnumber="llvm.org/pr49415"
)
# This test fails on FreeBSD 12 and earlier, see llvm.org/pr49415 for details.
def test_aarch64_regs(self):
# check 64 bit ARM core files
target = self.dbg.CreateTarget(None)
Expand Down Expand Up @@ -377,9 +375,7 @@ def test_aarch64_regs(self):
self.expect("register read --all")

@skipIfLLVMTargetMissing("AArch64")
@expectedFailureAll(
archs=["aarch64"], oslist=["freebsd"], bugnumber="llvm.org/pr49415"
)
# This test fails on FreeBSD 12 and earlier, see llvm.org/pr49415 for details.
def test_aarch64_sve_regs_fpsimd(self):
# check 64 bit ARM core files
target = self.dbg.CreateTarget(None)
Expand Down

0 comments on commit a015f01

Please sign in to comment.