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 7a66e42 commit 2bc9af9Copy full SHA for 2bc9af9
lldb/test/API/tools/lldb-server/libraries-svr4/TestGdbRemoteLibrariesSvr4Support.py
@@ -4,6 +4,8 @@
4
from lldbsuite.test.lldbtest import *
5
6
7
+# Windows does not allow quotes in file names.
8
+@skipIf(hostoslist=["windows"])
9
class TestGdbRemoteLibrariesSvr4Support(gdbremote_testcase.GdbRemoteTestCaseBase):
10
FEATURE_NAME = "qXfer:libraries-svr4:read"
11
0 commit comments