[Lldb-commits] [lldb] [lldb][test] TestProcessSaveCoreMinidump: Rename duplicate test-case (PR #148600)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 14 03:11:57 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Michael Buch (Michael137)

<details>
<summary>Changes</summary>

Ran my python script from
https://github.com/llvm/llvm-project/pull/97043 over the repo again and there was 1 duplicate test-case that has been introduced since I last did this.

This patch renames that test.

---
Full diff: https://github.com/llvm/llvm-project/pull/148600.diff


1 Files Affected:

- (modified) lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py (+1-1) 


``````````diff
diff --git a/lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py b/lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py
index c2152640c425c..467c23d8b4562 100644
--- a/lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py
+++ b/lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py
@@ -608,7 +608,7 @@ def minidump_deterministic_difference(self):
 
     @skipUnlessPlatform(["linux"])
     @skipUnlessArch("x86_64")
-    def minidump_saves_fs_base_region(self):
+    def minidump_saves_tls(self):
         self.build()
         exe = self.getBuildArtifact("a.out")
         try:

``````````

</details>


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


More information about the lldb-commits mailing list