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 25316a5 commit c8bebb4Copy full SHA for c8bebb4
lldb/test/API/driver/stdio_closed/TestDriverWithClosedSTDIO.py
@@ -24,7 +24,7 @@ class TestDriverWithClosedSTDIO(TestBase):
24
25
# Windows doesn't have the fcntl module, so we can't run this
26
# test there.
27
- @skipIf(oslist=["windows"])
+ @skipIf(hostoslist=["windows"])
28
def test_run_lldb_and_wait(self):
29
"""This test forks, closes the stdio channels and exec's lldb.
30
Then it waits for it to exit and asserts it did that successfully"""
0 commit comments