[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


================
@@ -147,12 +147,12 @@ def check_stack(self, process, pid, filename):
         self.check_backtrace(thread, filename, backtrace)
 
     @skipIfLLVMTargetMissing("AArch64")
-    def test_aarch64(self):
+    def test_aarch64_A(self):
----------------
JDevlieghere wrote:

Can we give this a more meaningful name, like `test_aarch64_single` or `test_aarch64_single_threaded`? Or maybe keep these and only rename the ones below. 

https://github.com/llvm/llvm-project/pull/92285


More information about the lldb-commits mailing list