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 cce1b0e commit dbf44b8Copy full SHA for dbf44b8
lldb/test/API/python_api/target/TestTargetAPI.py
@@ -155,6 +155,7 @@ def test_read_memory(self):
155
@skipIfWindows # stdio manipulation unsupported on Windows
156
@skipIfRemote # stdio manipulation unsupported on remote iOS devices<rdar://problem/54581135>
157
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
158
+ @no_debug_info_test
159
def test_launch_simple(self):
160
d = {'EXE': 'b.out'}
161
self.build(dictionary=d)
0 commit comments