[Lldb-commits] [lldb] ba5f31c - [lldb][test] Disable TestChildCountTruncation on Windows
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 17 07:30:59 PDT 2025
Author: David Spickett
Date: 2025-07-17T14:30:50Z
New Revision: ba5f31cfaa2452a4a94a482b53d899d6f2ee0e66
URL: https://github.com/llvm/llvm-project/commit/ba5f31cfaa2452a4a94a482b53d899d6f2ee0e66
DIFF: https://github.com/llvm/llvm-project/commit/ba5f31cfaa2452a4a94a482b53d899d6f2ee0e66.diff
LOG: [lldb][test] Disable TestChildCountTruncation on Windows
This fails because it tells clang to use DWARF which link.exe
then discards.
The test may not need DWARF, but I'm going to confirm that in
a follow up PR review.
Test added by https://github.com/llvm/llvm-project/pull/149088.
Added:
Modified:
lldb/test/Shell/Settings/TestChildCountTruncation.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Settings/TestChildCountTruncation.test b/lldb/test/Shell/Settings/TestChildCountTruncation.test
index a96a0d8310eeb..2660ccae1aa5b 100644
--- a/lldb/test/Shell/Settings/TestChildCountTruncation.test
+++ b/lldb/test/Shell/Settings/TestChildCountTruncation.test
@@ -1,6 +1,9 @@
# Test that we warn the user about truncated output
# when target.max-children-count wasn't explicitly set.
+# link.exe discards the DWARF information needed.
+# UNSUPPORTED: system-windows
+
# RUN: split-file %s %t
# RUN: %clang_host -g -gdwarf %t/main.cpp -o %t.out
# RUN: %lldb -x -b -s %t/dwim-commands.input %t.out -o exit 2>&1 \
More information about the lldb-commits
mailing list