summaryrefslogtreecommitdiff
path: root/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp b/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp
index 57e892554d25..6aebd502614f 100644
--- a/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp
+++ b/cross-project-tests/debuginfo-tests/dexter-tests/optnone-struct-and-methods.cpp
@@ -6,7 +6,8 @@
// RUN: --binary %t --debugger 'lldb' -- %s
// REQUIRES: lldb
-// UNSUPPORTED: system-windows
+// Currently getting intermittent failures on darwin.
+// UNSUPPORTED: system-windows, system-darwin
//// Check that the debugging experience with __attribute__((optnone)) at O2
//// matches O0. Test simple structs and methods.