[Lldb-commits] [lldb] 3f5dc58 - [lldb][test] XFAIL TestCxxFrameFormat.test for Windows target

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 26 10:41:29 PDT 2025


Author: Michael Buch
Date: 2025-04-26T18:40:53+01:00
New Revision: 3f5dc586efd751b0e9d9abb8f5e38f11df76fede

URL: https://github.com/llvm/llvm-project/commit/3f5dc586efd751b0e9d9abb8f5e38f11df76fede
DIFF: https://github.com/llvm/llvm-project/commit/3f5dc586efd751b0e9d9abb8f5e38f11df76fede.diff

LOG: [lldb][test] XFAIL TestCxxFrameFormat.test for Windows target

Fails on Windows CI:
```
|            10: (lldb) break set -l 3
| check:30'0     ~~~~~~~~~~~~~~~~~~~~~~
|            11: error: No selected frame to use to find the default file.
| check:30'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|            12: error: No file supplied and no default file available.
| check:30'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|            13: (lldb) exit
```

This passes fine when compiling on Windows for Linux targets.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Settings/TestCxxFrameFormat.test b/lldb/test/Shell/Settings/TestCxxFrameFormat.test
index d2d89b7014511..0db3bfa1b4a10 100644
--- a/lldb/test/Shell/Settings/TestCxxFrameFormat.test
+++ b/lldb/test/Shell/Settings/TestCxxFrameFormat.test
@@ -1,3 +1,5 @@
+# XFAIL: target-windows
+
 # Test the plugin.cplusplus.display.function-name-format setting.
 
 # RUN: split-file %s %t


        


More information about the lldb-commits mailing list