[Lldb-commits] [lldb] 974ee96 - [lldb][test] Add more context for frame format test
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 6 07:42:26 PDT 2025
Author: David Spickett
Date: 2025-06-06T14:42:12Z
New Revision: 974ee967ad312f347d805558025a9fa727ac03f6
URL: https://github.com/llvm/llvm-project/commit/974ee967ad312f347d805558025a9fa727ac03f6
DIFF: https://github.com/llvm/llvm-project/commit/974ee967ad312f347d805558025a9fa727ac03f6.diff
LOG: [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.
https://github.com/llvm/llvm-project/issues/143149
Added:
Modified:
lldb/test/Shell/Settings/TestFrameFormatName.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Settings/TestFrameFormatName.test b/lldb/test/Shell/Settings/TestFrameFormatName.test
index 34eb2f4975315..8da08a3a82875 100644
--- a/lldb/test/Shell/Settings/TestFrameFormatName.test
+++ b/lldb/test/Shell/Settings/TestFrameFormatName.test
@@ -1,4 +1,8 @@
+# Not run on Windows because we are not able to break on all the required functions.
+# Even if we could, function.name* formatting also does not work correctly:
+# https://github.com/llvm/llvm-project/issues/143149
# UNSUPPORTED: system-windows
+
# Test
diff erent name formats.
# RUN: %build %S/Inputs/names.cpp --std c++17 -o %t.out
More information about the lldb-commits
mailing list