[Lldb-commits] [lldb] [lldb] Remove XFAIL from TestCxxFrameFormatPartialFailure (PR #199229)

via lldb-commits lldb-commits at lists.llvm.org
Fri May 22 09:20:46 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Nerixyz (Nerixyz)

<details>
<summary>Changes</summary>

This is fixed on Windows after #<!-- -->198600 as it now uses LLD.

---
Full diff: https://github.com/llvm/llvm-project/pull/199229.diff


1 Files Affected:

- (modified) lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test (-2) 


``````````diff
diff --git a/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test b/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test
index f279f07afcda2..5ad671fd8890c 100644
--- a/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test
+++ b/lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test
@@ -1,5 +1,3 @@
-# XFAIL: target-windows
-
 # Test that the plugin.cplusplus.display.function-name-format setting
 # doesn't print into the frame-format setting unless all its format variables
 # were successful.

``````````

</details>


https://github.com/llvm/llvm-project/pull/199229


More information about the lldb-commits mailing list