aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2024-03-12 11:06:23 -0700
committerAdrian Prantl <aprantl@apple.com>2024-03-12 11:06:23 -0700
commit536e0ebaaa842471ae91bbda4f8cc1821690861e (patch)
tree1c8f50d16161bdb9b2afe4306f8e7e187d9853f6 /cross-project-tests
parentf1ca2a09671e4d4acc2bea362b39268ed7883b6d (diff)
downloadllvm-536e0ebaaa842471ae91bbda4f8cc1821690861e.zip
llvm-536e0ebaaa842471ae91bbda4f8cc1821690861e.tar.gz
llvm-536e0ebaaa842471ae91bbda4f8cc1821690861e.tar.bz2
Remove XFAIL from tests passing on green dragon
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp1
-rw-r--r--cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp b/cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp
index 3f11ae0..5b6647c 100644
--- a/cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp
+++ b/cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp
@@ -2,7 +2,6 @@
// RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out
// RUN: %test_debuginfo %s %t.out
// XFAIL: gdb-clang-incompatibility
-// XFAIL: system-darwin
// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
diff --git a/cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp b/cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp
index 57316df..29dd84d 100644
--- a/cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp
+++ b/cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp
@@ -2,7 +2,6 @@
// RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out
// RUN: %test_debuginfo %s %t.out
// XFAIL: !system-darwin && gdb-clang-incompatibility
-// XFAIL: system-darwin
// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
// DEBUGGER: r