Skip to content

Commit 9c5e25a

Browse files
committed
[lldb] Skip test_launch_simple with reproducers
The test checks the inferior's output. During replay the binary doesn't actually run and the output isn't captured by the reproducers.
1 parent 0f14b2e commit 9c5e25a

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
@@ -154,6 +154,7 @@ def test_read_memory(self):
154154
@add_test_categories(['pyapi'])
155155
@skipIfWindows # stdio manipulation unsupported on Windows
156156
@skipIfRemote # stdio manipulation unsupported on remote iOS devices<rdar://problem/54581135>
157+
@skipIfReproducer # stdout not captured by reproducers
157158
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
158159
@no_debug_info_test
159160
def test_launch_simple(self):

0 commit comments

Comments
 (0)