Skip to content

Commit ec5c531

Browse files
committed
[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.
1 parent e4ad71d commit ec5c531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/Shell/Settings/TestCxxFrameFormat.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# XFAIL: target-windows
2+
13
# Test the plugin.cplusplus.display.function-name-format setting.
24

35
# RUN: split-file %s %t

0 commit comments

Comments
 (0)