Skip to content

Commit d061652

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010

1111
class ExprCommandCallFunctionTestCase(TestBase):
12+
1213
@expectedFailureAll(
1314
compiler="icc", bugnumber="llvm.org/pr14437, fails with ICC 13.1"
1415
)
15-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
1616
@skipIf(compiler="clang", compiler_version=["<", "9.0"])
1717
def test_with(self):
1818
"""Test calling std::String member function."""

0 commit comments

Comments
 (0)