Skip to content

Commit dbf44b8

Browse files
committed
[LLDB] Mark test_launch_simple as a no-debug-info test
No need to run this test with the multiple variants.
1 parent cce1b0e commit dbf44b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/python_api/target/TestTargetAPI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def test_read_memory(self):
155155
@skipIfWindows # stdio manipulation unsupported on Windows
156156
@skipIfRemote # stdio manipulation unsupported on remote iOS devices<rdar://problem/54581135>
157157
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
158+
@no_debug_info_test
158159
def test_launch_simple(self):
159160
d = {'EXE': 'b.out'}
160161
self.build(dictionary=d)

0 commit comments

Comments
 (0)