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

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


Author: Nerixyz
Date: 2026-05-22T16:27:51Z
New Revision: 71772bcbc48e95f05740b765a49eaf630b75f79b

URL: https://github.com/llvm/llvm-project/commit/71772bcbc48e95f05740b765a49eaf630b75f79b
DIFF: https://github.com/llvm/llvm-project/commit/71772bcbc48e95f05740b765a49eaf630b75f79b.diff

LOG: [lldb] Remove XFAIL from TestCxxFrameFormatPartialFailure (#199229)

This is fixed on Windows after #198600 as it now uses LLD.

Added: 
    

Modified: 
    lldb/test/Shell/Settings/TestCxxFrameFormatPartialFailure.test

Removed: 
    


################################################################################
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.


        


More information about the lldb-commits mailing list