Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions lldb/test/Shell/Settings/TestChildCountTruncation.test
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
Loading