Skip to content

Commit 4bf82ae

Browse files
[lldb][test] Fix TestChildCountTruncation on Windows (#149322)
By not forcing the DWARF debug info format. When left as the default, the tests pass. Test added by #149088.
1 parent 7817163 commit 4bf82ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lldb/test/Shell/Settings/TestChildCountTruncation.test

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Test that we warn the user about truncated output
22
# when target.max-children-count wasn't explicitly set.
33

4-
# link.exe discards the DWARF information needed.
5-
# UNSUPPORTED: system-windows
6-
74
# RUN: split-file %s %t
8-
# RUN: %clang_host -g -gdwarf %t/main.cpp -o %t.out
5+
# RUN: %clang_host -g %t/main.cpp -o %t.out
96
# RUN: %lldb -x -b -s %t/dwim-commands.input %t.out -o exit 2>&1 \
107
# RUN: | FileCheck %s --check-prefix=DWIM
118
#

0 commit comments

Comments
 (0)