Author: Dmitry Vasilyev
Date: 2025-10-28T15:37:27Z
New Revision: 624d4f67549c0740e86293dab46b9be9291cdd4d

URL: 
https://github.com/llvm/llvm-project/commit/624d4f67549c0740e86293dab46b9be9291cdd4d
DIFF: 
https://github.com/llvm/llvm-project/commit/624d4f67549c0740e86293dab46b9be9291cdd4d.diff

LOG: [lldb] The test added for PR#164905 doesn't run on Windows host. (#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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/driver/stdio_closed/TestDriverWithClosedSTDIO.py 
b/lldb/test/API/driver/stdio_closed/TestDriverWithClosedSTDIO.py
index 13437d05557bf..a73322c78d81e 100644
--- a/lldb/test/API/driver/stdio_closed/TestDriverWithClosedSTDIO.py
+++ b/lldb/test/API/driver/stdio_closed/TestDriverWithClosedSTDIO.py
@@ -24,7 +24,7 @@ class TestDriverWithClosedSTDIO(TestBase):
 
     # Windows doesn't have the fcntl module, so we can't run this
     # test there.
-    @skipIf(oslist=["windows"])
+    @skipIf(hostoslist=["windows"])
     def test_run_lldb_and_wait(self):
         """This test forks, closes the stdio channels and exec's lldb.
         Then it waits for it to exit and asserts it did that successfully"""


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to