Skip to content

Commit 293940c

Browse files
committed
[LLDB] Mark TestCallStdStringFunction as XPASS on Windows
1 parent 2dba752 commit 293940c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class ExprCommandCallFunctionTestCase(TestBase):
1212
@expectedFailureAll(
1313
compiler="icc", bugnumber="llvm.org/pr14437, fails with ICC 13.1"
1414
)
15-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
1615
@skipIf(compiler="clang", compiler_version=["<", "9.0"])
1716
def test_with(self):
1817
"""Test calling std::String member function."""

0 commit comments

Comments
 (0)