[Lldb-commits] [lldb] [lldb] Fixed the TestNetBSDCore test (PR #92285)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed May 15 09:44:13 PDT 2024
================
@@ -207,11 +207,11 @@ def check_stack(self, process, pid, filename):
self.assertEqual(thread.GetStopReasonDataAtIndex(0), signal.SIGSEGV)
@skipIfLLVMTargetMissing("AArch64")
- def test_aarch64(self):
+ def test_aarch64_C(self):
----------------
JDevlieghere wrote:
`test_aarch64_process_signaled`?
https://github.com/llvm/llvm-project/pull/92285
More information about the lldb-commits
mailing list