Skip to content

Commit c8bebb4

Browse files
slydimanaokblast
authored andcommitted
[lldb] The test added for PR#164905 doesn't run on Windows host. (llvm#165417)
Skip the test for Windows hosts. This patch fixes the buildbot `lldb-remote-linux-win`. https://lab.llvm.org/buildbot/#/builders/197/builds/10304
1 parent 25316a5 commit c8bebb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/driver/stdio_closed/TestDriverWithClosedSTDIO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TestDriverWithClosedSTDIO(TestBase):
2424

2525
# Windows doesn't have the fcntl module, so we can't run this
2626
# test there.
27-
@skipIf(oslist=["windows"])
27+
@skipIf(hostoslist=["windows"])
2828
def test_run_lldb_and_wait(self):
2929
"""This test forks, closes the stdio channels and exec's lldb.
3030
Then it waits for it to exit and asserts it did that successfully"""

0 commit comments

Comments
 (0)