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 fd7c2e2 commit 7822c8cCopy full SHA for 7822c8c
lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
@@ -25,6 +25,7 @@ def tearDown(self):
25
self.runCmd("settings clear auto-confirm")
26
TestBase.tearDown(self)
27
28
+ @skipIfAsan # The test process intentionally double-frees.
29
@skipUnlessDarwin
30
def test_cli(self):
31
"""Test that `process status --verbose` fetches the extended crash
@@ -41,6 +42,7 @@ def test_cli(self):
41
42
patterns=["\"message\".*pointer being freed was not allocated"])
43
44
45
+ @skipIfAsan # The test process intentionally hits a memory bug.
46
47
def test_api(self):
48
"""Test that lldb can fetch a crashed process' extended crash information
0 commit comments