File tree Expand file tree Collapse file tree 8 files changed +16
-8
lines changed
debuginfo-tests/dexter-tests Expand file tree Collapse file tree 8 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1- // REQUIRES: system-linux, lldb
1+ // REQUIRES: lldb
2+ // UNSUPPORTED: system-windows
23//
34// RUN: %dexter --fail-lt 1.0 -w \
45// RUN: --builder 'clang' --debugger 'lldb' --cflags "-O0 -g" \
Original file line number Diff line number Diff line change 1- // REQUIRES: !asan, system-linux, lldb
1+ // REQUIRES: !asan, lldb
2+ // UNSUPPORTED: system-windows
23// Zorg configures the ASAN stage2 bots to not build the asan
34// compiler-rt. Only run this test on non-asanified configurations.
45// UNSUPPORTED: apple-lldb-pre-1000
Original file line number Diff line number Diff line change 1- // REQUIRES: !asan, system-linux, lldb
1+ // REQUIRES: !asan, lldb
2+ // UNSUPPORTED: system-windows
23// Zorg configures the ASAN stage2 bots to not build the asan
34// compiler-rt. Only run this test on non-asanified configurations.
45//
Original file line number Diff line number Diff line change 1- // REQUIRES: system-linux, lldb
1+ // REQUIRES: lldb
2+ // UNSUPPORTED: system-windows
23//
34// RUN: %dexter --fail-lt 1.0 -w \
45// RUN: --builder 'clang' --debugger 'lldb' --cflags "-O0 -glldb" -- %s
Original file line number Diff line number Diff line change 1- // REQUIRES: system-linux, lldb
1+ // REQUIRES: lldb
2+ // UNSUPPORTED: system-windows
23//
34// This test case checks debug info during register moves for an argument.
45// RUN: %dexter --fail-lt 1.0 -w \
Original file line number Diff line number Diff line change 22// This ensures that DW_OP_deref is inserted when necessary, such as when
33// NRVO of a string object occurs in C++.
44//
5- // REQUIRES: !asan, system-linux, lldb
5+ // REQUIRES: !asan, lldb
6+ // UNSUPPORTED: system-windows
67// Zorg configures the ASAN stage2 bots to not build the asan
78// compiler-rt. Only run this test on non-asanified configurations.
89//
Original file line number Diff line number Diff line change 1- // REQUIRES: system-linux, lldb
1+ // REQUIRES: lldb
2+ // UNSUPPORTED: system-windows
23//
34// RUN: %dexter --fail-lt 1.0 -w \
45// RUN: --builder clang-c --debugger 'lldb' --cflags "-O -glldb" -- %s
Original file line number Diff line number Diff line change 11// This test case verifies the debug location for variable-length arrays.
2- // REQUIRES: system-linux, lldb
2+ // REQUIRES: lldb
3+ // UNSUPPORTED: system-windows
34//
45// RUN: %dexter --fail-lt 1.0 -w \
56// RUN: --builder clang-c --debugger 'lldb' --cflags "-O0 -glldb" -- %s
You can’t perform that action at this time.
0 commit comments