Author: Michael Buch
Date: 2025-04-29T14:25:31+01:00
New Revision: 4560ff8740c58745506c7797ec1076fd83dd7345

URL: 
https://github.com/llvm/llvm-project/commit/4560ff8740c58745506c7797ec1076fd83dd7345
DIFF: 
https://github.com/llvm/llvm-project/commit/4560ff8740c58745506c7797ec1076fd83dd7345.diff

LOG: [lldb][test] Skip TestFrameFormatFunctionSuffix.test on Windows

We skip/xfail the other FrameFormat tests on Windows already. The number
of different buildbot configurations out there targetting Windows makes
it hard to make this test portable. If we want to test this on Windows
we should probably just make a dedicated test for it.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Settings/TestFrameFormatFunctionSuffix.test 
b/lldb/test/Shell/Settings/TestFrameFormatFunctionSuffix.test
index ce7fa22b00b5a..4609a0412a0ab 100644
--- a/lldb/test/Shell/Settings/TestFrameFormatFunctionSuffix.test
+++ b/lldb/test/Shell/Settings/TestFrameFormatFunctionSuffix.test
@@ -1,4 +1,4 @@
-# XFAIL: target-windows
+# UNSUPPORTED: system-windows
 
 # Test the ${function.suffix} frame-format variable.
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to