Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down Expand Up @@ -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
Expand Down
Loading