Skip to content

Commit 37a20cc

Browse files
XFAIL dexter tests that broke greendragon.
The patch in https://reviews.llvm.org/D151465 broke greendragon, because it is hardcoding the use of libstdc++ which is not available on darwin. XFAILing these tests till they can be fixed.
1 parent 42da84f commit 37a20cc

38 files changed

+38
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: lldb
22
// UNSUPPORTED: system-windows
3+
// XFAIL: system-darwin
34
//
45
// RUN: %clang -std=gnu++11 -O0 -g -lstdc++ %s -o %t
56
// RUN: %dexter --fail-lt 1.0 -w \

cross-project-tests/debuginfo-tests/dexter-tests/ctor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: lldb
22
// UNSUPPORTED: system-windows
3+
// XFAIL: system-darwin
34
//
45
// RUN: %clang -std=gnu++11 -O0 -glldb %s -o %t
56
// RUN: %dexter --fail-lt 1.0 -w \

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: lldb
22
// UNSUPPORTED: system-windows
3+
// XFAIL: system-darwin
34
//
45
// This test case checks debug info during register moves for an argument.
56
// RUN: %clang -std=gnu11 -m64 -mllvm -fast-isel=false -g %s -o %t

cross-project-tests/debuginfo-tests/dexter-tests/deferred_globals.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// REQUIRES: lldb
66
// UNSUPPORTED: system-windows
7+
// XFAIL: system-darwin
78
// RUN: %clang -std=gnu++11 -O0 -g %s -o %t
89
// RUN: %dexter --fail-lt 1.0 -w \
910
// RUN: --binary %t --debugger 'lldb' -v -- %s

cross-project-tests/debuginfo-tests/dexter-tests/memvars/ctrl-flow.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: lldb
22
// UNSUPPORTED: system-windows
3+
// XFAIL: system-darwin
34
// RUN: %clang -std=gnu11 -O2 -glldb %s -o %t
45
// RUN: %dexter --fail-lt 1.0 -w --debugger lldb --binary %t -- %s
56

cross-project-tests/debuginfo-tests/dexter-tests/memvars/inlining.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: lldb
22
// UNSUPPORTED: system-windows
3+
// XFAIL: system-darwin
34
// RUN: %clang -std=gnu11 -O2 -glldb %s -o %t
45
// RUN: %dexter --fail-lt 1.0 -w --debugger lldb --binary %t -- %s
56
//

cross-project-tests/debuginfo-tests/dexter-tests/namespace.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// REQUIRES: lldb
66
// UNSUPPORTED: system-windows
7+
// XFAIL: system-darwin
78

89
// RUN: %clang -g -O0 %s -o %t
910
// RUN: %dexter --fail-lt 1.0 -w \

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: lldb
22
// UNSUPPORTED: system-windows
3+
// XFAIL: system-darwin
34
//
45
// RUN: %clang -std=gnu11 -O -glldb %s -o %t
56
// RUN: %dexter --fail-lt 1.0 -w --binary %t --debugger 'lldb' -- %s

cross-project-tests/debuginfo-tests/dexter-tests/vla.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This test case verifies the debug location for variable-length arrays.
22
// REQUIRES: lldb
33
// UNSUPPORTED: system-windows
4+
// XFAIL: system-darwin
45
//
56
// RUN: %clang -std=gnu11 -O0 -glldb %s -o %t
67
// RUN: %dexter --fail-lt 1.0 -w --binary %t --debugger 'lldb' -- %s

cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/command_line.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// The dbgeng driver doesn't support \DexCommandLine yet.
22
// UNSUPPORTED: system-windows
3+
// XFAIL: system-darwin
34
//
45
// RUN: %dexter_regression_test_build %s -o %t
56
// RUN: %dexter_regression_test_run --binary %t -- %s | FileCheck %s

0 commit comments

Comments
 (0)