[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.
This commit is contained in:
Michael Buch
2025-04-26 18:38:20 +01:00
parent ccdd55c518
commit 3f5dc586ef

View File

@@ -1,3 +1,5 @@
# XFAIL: target-windows
# Test the plugin.cplusplus.display.function-name-format setting.
# RUN: split-file %s %t