Skip to content

Commit 2665f3e

Browse files
committed
Unmask dexter debuginfo tests on Darwin
These tests almost certainly work on Darwin anyway, I just wanted to keep things in a fixed, working configuration, while pushing Dexter up. I've left Windows unsupported as the dexter command line will need further adjustment to run dbgeng. This can be abstracted through the %dexter substitution, but is a task for another time.
1 parent dba8396 commit 2665f3e

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-8
lines changed

debuginfo-tests/dexter-tests/aggregate-indirect-arg.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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" \

debuginfo-tests/dexter-tests/asan-deque.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

debuginfo-tests/dexter-tests/asan.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
//

debuginfo-tests/dexter-tests/ctor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

debuginfo-tests/dexter-tests/dbg-arg.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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 \

debuginfo-tests/dexter-tests/nrvo-string.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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
//

debuginfo-tests/dexter-tests/stack-var.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

debuginfo-tests/dexter-tests/vla.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

0 commit comments

Comments
 (0)