Skip to content

Commit d8208b0

Browse files
authored
Revert "[lldb] Relax the error message in TestProcessCrashInfo.py" (#154197)
Reverts #153653 because older versions of macOS do not use the same prefix.
1 parent dfaebe7 commit d8208b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_cli(self):
3838
patterns=[
3939
"Extended Crash Information",
4040
"Crash-Info Annotations",
41-
"BUG IN CLIENT OF LIBMALLOC",
41+
"pointer being freed was not allocated",
4242
],
4343
)
4444

@@ -67,7 +67,7 @@ def test_api(self):
6767

6868
self.assertTrue(crash_info.IsValid())
6969

70-
self.assertIn("BUG IN CLIENT OF LIBMALLOC", stream.GetData())
70+
self.assertIn("pointer being freed was not allocated", stream.GetData())
7171

7272
# dyld leaves permanent crash_info records when testing on device.
7373
@skipIfDarwinEmbedded

0 commit comments

Comments
 (0)