[lldb/testsuite] Skip part of TestProcessCrashInfo.py on Darwin embedded

See https://reviews.llvm.org/D76407 for discussion.
This commit is contained in:
Fred Riss 2020-03-19 08:17:43 -07:00
parent ecc6c42697
commit 8758d02074
1 changed files with 2 additions and 0 deletions

View File

@ -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."""