[Lldb-commits] [lldb] [LLDB] Mark TestCallStdStringFunction as XPASS on Windows (PR #146835)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 3 01:58:26 PDT 2025


https://github.com/Nerixyz updated https://github.com/llvm/llvm-project/pull/146835

>From 293940c4c3ada929c68155dfbfda17a9be2ddbcc Mon Sep 17 00:00:00 2001
From: Nerixyz <nerixdev at outlook.de>
Date: Thu, 3 Jul 2025 10:47:07 +0200
Subject: [PATCH] [LLDB] Mark TestCallStdStringFunction as XPASS on Windows

---
 .../expression/call-function/TestCallStdStringFunction.py        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py b/lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py
index ca2d2d0177eec..5c2f1f454c494 100644
--- a/lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py
+++ b/lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py
@@ -12,7 +12,6 @@ class ExprCommandCallFunctionTestCase(TestBase):
     @expectedFailureAll(
         compiler="icc", bugnumber="llvm.org/pr14437, fails with ICC 13.1"
     )
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
     @skipIf(compiler="clang", compiler_version=["<", "9.0"])
     def test_with(self):
         """Test calling std::String member function."""



More information about the lldb-commits mailing list