[Lldb-commits] [lldb] fa14361 - [lldb][test] TestProcessSaveCoreMinidump: Rename duplicate test-case (#148600)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 14 03:46:21 PDT 2025
Author: Michael Buch
Date: 2025-07-14T11:46:18+01:00
New Revision: fa143619b1e9831e750ff74900b424a3b33c352e
URL: https://github.com/llvm/llvm-project/commit/fa143619b1e9831e750ff74900b424a3b33c352e
DIFF: https://github.com/llvm/llvm-project/commit/fa143619b1e9831e750ff74900b424a3b33c352e.diff
LOG: [lldb][test] TestProcessSaveCoreMinidump: Rename duplicate test-case (#148600)
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.
Added:
Modified:
lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump.py
Removed:
################################################################################
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_
diff erence(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:
More information about the lldb-commits
mailing list