Skip to content

Commit ba5f31c

Browse files
committed
[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 #149088.
1 parent 95639b7 commit ba5f31c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/Shell/Settings/TestChildCountTruncation.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
47
# RUN: split-file %s %t
58
# RUN: %clang_host -g -gdwarf %t/main.cpp -o %t.out
69
# RUN: %lldb -x -b -s %t/dwim-commands.input %t.out -o exit 2>&1 \

0 commit comments

Comments
 (0)