Skip to content

Commit a015f01

Browse files
[lldb][test][FreeBSD] Remove corefile test xfails (#84022)
Fixes #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.
1 parent 528b512 commit a015f01

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ def test_aarch64_pac(self):
292292
self.dbg.DeleteTarget(target)
293293

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

379377
@skipIfLLVMTargetMissing("AArch64")
380-
@expectedFailureAll(
381-
archs=["aarch64"], oslist=["freebsd"], bugnumber="llvm.org/pr49415"
382-
)
378+
# This test fails on FreeBSD 12 and earlier, see llvm.org/pr49415 for details.
383379
def test_aarch64_sve_regs_fpsimd(self):
384380
# check 64 bit ARM core files
385381
target = self.dbg.CreateTarget(None)

0 commit comments

Comments
 (0)