Skip to content

Commit 8758d02

Browse files
committed
[lldb/testsuite] Skip part of TestProcessCrashInfo.py on Darwin embedded
See https://reviews.llvm.org/D76407 for discussion.
1 parent ecc6c42 commit 8758d02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def test_api(self):
6969

7070
self.assertIn("pointer being freed was not allocated", stream.GetData())
7171

72+
# dyld leaves permanent crash_info records when testing on device.
73+
@skipIfDarwinEmbedded
7274
def test_on_sane_process(self):
7375
"""Test that lldb doesn't fetch the extended crash information
7476
dictionnary from a 'sane' stopped process."""

0 commit comments

Comments
 (0)