Author: David Spickett Date: 2024-05-02T08:48:40+01:00 New Revision: a015f015db21e02cbce4ff9d15d0b293e45d0831
URL: https://github.com/llvm/llvm-project/commit/a015f015db21e02cbce4ff9d15d0b293e45d0831 DIFF: https://github.com/llvm/llvm-project/commit/a015f015db21e02cbce4ff9d15d0b293e45d0831.diff LOG: [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. Added: Modified: lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py b/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py index 7ec5e0d7c8309b..8ec0cbdd0fdd1f 100644 --- a/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py +++ b/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py @@ -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) @@ -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) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits