[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
================
@@ -177,12 +177,12 @@ def check_stack(self, process, pid, filename):
self.assertEqual(thread.GetStopReasonDataAtIndex(0), 0)
@skipIfLLVMTargetMissing("AArch64")
- def test_aarch64(self):
+ def test_aarch64_B(self):
----------------
JDevlieghere wrote:
`test_aarch64_thread_signaled`?
https://github.com/llvm/llvm-project/pull/92285
More information about the lldb-commits
mailing list