Skip to content

Commit 2bc9af9

Browse files
authored
[lldb][Windows] Disable the TestGdbRemoteLibrariesSvr4Support test for Windows host (#92341)
Windows does not allow quotes in file names. So it is impossible to build `libsvr4lib_b".so` on Windows.
1 parent 7a66e42 commit 2bc9af9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/tools/lldb-server/libraries-svr4/TestGdbRemoteLibrariesSvr4Support.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from lldbsuite.test.lldbtest import *
55

66

7+
# Windows does not allow quotes in file names.
8+
@skipIf(hostoslist=["windows"])
79
class TestGdbRemoteLibrariesSvr4Support(gdbremote_testcase.GdbRemoteTestCaseBase):
810
FEATURE_NAME = "qXfer:libraries-svr4:read"
911

0 commit comments

Comments
 (0)