summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross-project-tests/debuginfo-tests/llgdb-tests/asan-deque.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cross-project-tests/debuginfo-tests/llgdb-tests/asan-deque.cpp b/cross-project-tests/debuginfo-tests/llgdb-tests/asan-deque.cpp
index b9ac3e8f9507..ae765dbbc96a 100644
--- a/cross-project-tests/debuginfo-tests/llgdb-tests/asan-deque.cpp
+++ b/cross-project-tests/debuginfo-tests/llgdb-tests/asan-deque.cpp
@@ -1,12 +1,12 @@
// RUN: %clangxx -arch x86_64 %target_itanium_abi_host_triple -O1 -g %s -o %t.out -fsanitize=address
// RUN: %test_debuginfo %s %t.out
-// REQUIRES: !asan, compiler-rt
+// REQUIRES: !asan, compiler-rt, system-darwin
// Zorg configures the ASAN stage2 bots to not build the asan
// compiler-rt. Only run this test on non-asanified configurations.
+// gdb is used on non-darwin; some configs pretty print std::deque,
+// some don't.
// UNSUPPORTED: apple-lldb-pre-1000
-// gdb is used on non-darwin systems and it doesn't pretty-print std::deque.
-// XFAIL: !system-darwin, (!system-darwin && gdb-clang-incompatibility)
-
+// XFAIL: !system-darwin && gdb-clang-incompatibility
#include <deque>
struct A {