Skip to content

Commit ab745dc

Browse files
committed
The test added for PR#164905 doesn't run on Windows.
1 parent 1c837ec commit ab745dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ class TestDriverWithClosedSTDIO(TestBase):
2020
# each debug info format.
2121
NO_DEBUG_INFO_TESTCASE = True
2222

23+
# Windows doesn't have the fcntl module, so we can't run this
24+
# test there.
25+
@skipIf(oslist=["windows"])
2326
def test_run_lldb_and_wait(self):
2427
"""This test forks, closes the stdio channels and exec's lldb.
2528
Then it waits for it to exit and asserts it did that successfully"""

0 commit comments

Comments
 (0)