forked from OSchip/llvm-project
[lldb/testsuite] Skip part of TestProcessCrashInfo.py on Darwin embedded
See https://reviews.llvm.org/D76407 for discussion.
This commit is contained in:
parent
ecc6c42697
commit
8758d02074
|
@ -69,6 +69,8 @@ class PlatformProcessCrashInfoTestCase(TestBase):
|
|||
|
||||
self.assertIn("pointer being freed was not allocated", stream.GetData())
|
||||
|
||||
# dyld leaves permanent crash_info records when testing on device.
|
||||
@skipIfDarwinEmbedded
|
||||
def test_on_sane_process(self):
|
||||
"""Test that lldb doesn't fetch the extended crash information
|
||||
dictionnary from a 'sane' stopped process."""
|
||||
|
|
Loading…
Reference in New Issue