We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc6c42 commit 8758d02Copy full SHA for 8758d02
lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
@@ -69,6 +69,8 @@ def test_api(self):
69
70
self.assertIn("pointer being freed was not allocated", stream.GetData())
71
72
+ # dyld leaves permanent crash_info records when testing on device.
73
+ @skipIfDarwinEmbedded
74
def test_on_sane_process(self):
75
"""Test that lldb doesn't fetch the extended crash information
76
dictionnary from a 'sane' stopped process."""
0 commit comments