Skip to content

Conversation

@JDevlieghere
Copy link
Member

Reverts #153653 because older versions of macOS do not use the same prefix.

@JDevlieghere JDevlieghere enabled auto-merge (squash) August 18, 2025 20:45
@llvmbot llvmbot added the lldb label Aug 18, 2025
@llvmbot
Copy link
Member

llvmbot commented Aug 18, 2025

@llvm/pr-subscribers-lldb

Author: Jonas Devlieghere (JDevlieghere)

Changes

Reverts llvm/llvm-project#153653 because older versions of macOS do not use the same prefix.


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

1 Files Affected:

  • (modified) lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py (+2-2)
diff --git a/lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py b/lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
index 4924937b4fe25..af05c2f3a0f62 100644
--- a/lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
+++ b/lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
@@ -38,7 +38,7 @@ def test_cli(self):
             patterns=[
                 "Extended Crash Information",
                 "Crash-Info Annotations",
-                "BUG IN CLIENT OF LIBMALLOC",
+                "pointer being freed was not allocated",
             ],
         )
 
@@ -67,7 +67,7 @@ def test_api(self):
 
         self.assertTrue(crash_info.IsValid())
 
-        self.assertIn("BUG IN CLIENT OF LIBMALLOC", stream.GetData())
+        self.assertIn("pointer being freed was not allocated", stream.GetData())
 
     # dyld leaves permanent crash_info records when testing on device.
     @skipIfDarwinEmbedded

@JDevlieghere JDevlieghere merged commit d8208b0 into main Aug 18, 2025
11 checks passed
@JDevlieghere JDevlieghere deleted the revert-153653-TestProcessCrashInfo branch August 18, 2025 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants