We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e7fa0e + 4bf82ae commit 5e3ea88Copy full SHA for 5e3ea88
lldb/test/Shell/Settings/TestChildCountTruncation.test
@@ -1,11 +1,8 @@
1
# Test that we warn the user about truncated output
2
# when target.max-children-count wasn't explicitly set.
3
4
-# link.exe discards the DWARF information needed.
5
-# UNSUPPORTED: system-windows
6
-
7
# RUN: split-file %s %t
8
-# RUN: %clang_host -g -gdwarf %t/main.cpp -o %t.out
+# RUN: %clang_host -g %t/main.cpp -o %t.out
9
# RUN: %lldb -x -b -s %t/dwim-commands.input %t.out -o exit 2>&1 \
10
# RUN: | FileCheck %s --check-prefix=DWIM
11
#
0 commit comments