Skip to content

Commit 838f643

Browse files
authored
[lldb-dap][test] skip io_redirection in debug builds (llvm#165593)
Currently all `runInTerminal` test are skipped in debug builds because, when attaching it times out parsing the debug symbols of lldb-dap. Add this test since it is running in teminal.
1 parent f205be0 commit 838f643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ def test_stdio_redirection(self):
642642
@skipIfAsan
643643
@skipIfWindows
644644
@skipIf(oslist=["linux"], archs=no_match(["x86_64"]))
645+
@skipIfBuildType(["debug"])
645646
def test_stdio_redirection_and_console(self):
646647
"""
647648
Test stdio redirection and console.

0 commit comments

Comments
 (0)