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 1c837ec commit ab745dcCopy full SHA for ab745dc
lldb/test/API/driver/stdio_closed/TestDriverWithClosedSTDIO.py
@@ -20,6 +20,9 @@ class TestDriverWithClosedSTDIO(TestBase):
20
# each debug info format.
21
NO_DEBUG_INFO_TESTCASE = True
22
23
+ # Windows doesn't have the fcntl module, so we can't run this
24
+ # test there.
25
+ @skipIf(oslist=["windows"])
26
def test_run_lldb_and_wait(self):
27
"""This test forks, closes the stdio channels and exec's lldb.
28
Then it waits for it to exit and asserts it did that successfully"""
0 commit comments