[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:07 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r HEAD~1...HEAD lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestCallStdStringFunction.py 2025-07-03 08:47:07.000000 +0000
+++ TestCallStdStringFunction.py 2025-07-03 08:57:36.802616 +0000
@@ -7,11 +7,10 @@
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class ExprCommandCallFunctionTestCase(TestBase):
-
@expectedFailureAll(
compiler="icc", bugnumber="llvm.org/pr14437, fails with ICC 13.1"
)
@skipIf(compiler="clang", compiler_version=["<", "9.0"])
def test_with(self):
``````````
</details>
https://github.com/llvm/llvm-project/pull/146835
More information about the lldb-commits
mailing list