https://github.com/DavidSpickett created 
https://github.com/llvm/llvm-project/pull/149322

By not forcing the DWARF debug info format. When left as the default, the tests 
pass.

>From 092168660b280c0e1a1f6956bddd11899d5bafcc Mon Sep 17 00:00:00 2001
From: David Spickett <david.spick...@linaro.org>
Date: Thu, 17 Jul 2025 14:31:47 +0000
Subject: [PATCH] [lldb][test] Fix TestChildCountTruncation on Windows

By not forcing the DWARF debug info format. When left as the default,
the tests pass.
---
 lldb/test/Shell/Settings/TestChildCountTruncation.test | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lldb/test/Shell/Settings/TestChildCountTruncation.test 
b/lldb/test/Shell/Settings/TestChildCountTruncation.test
index 2660ccae1aa5b..da6436cb5ca20 100644
--- a/lldb/test/Shell/Settings/TestChildCountTruncation.test
+++ b/lldb/test/Shell/Settings/TestChildCountTruncation.test
@@ -1,11 +1,8 @@
 # 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: %clang_host -g %t/main.cpp -o %t.out
 # RUN: %lldb -x -b -s %t/dwim-commands.input %t.out -o exit 2>&1 \
 # RUN:       | FileCheck %s --check-prefix=DWIM
 #

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to