Skip to content

Commit 974ee96

Browse files
committed
[lldb][test] Add more context for frame format test
This test is unsupported due to problems I assume with debug info, but even if we solve that, the formatting elements aren't working properly. #143149
1 parent 612d485 commit 974ee96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/test/Shell/Settings/TestFrameFormatName.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
# Not run on Windows because we are not able to break on all the required functions.
2+
# Even if we could, function.name* formatting also does not work correctly:
3+
# https://github.com/llvm/llvm-project/issues/143149
14
# UNSUPPORTED: system-windows
5+
26
# Test different name formats.
37

48
# RUN: %build %S/Inputs/names.cpp --std c++17 -o %t.out

0 commit comments

Comments
 (0)