summaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-10-26 13:06:22 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2022-10-26 13:14:44 -0700
commit2234f582c91e8511443f3e71b6e06abe3e47db4b (patch)
tree26b8fd545b09aa7e7880b33be07ff29da636d89f /cross-project-tests
parentbca75abc01f303512da409cf25a1d267b89b7276 (diff)
downloadllvm-2234f582c91e8511443f3e71b6e06abe3e47db4b.tar.gz
[dexter] Temporary disable optnone-simple-functions
D136396 broke optnone-simple-functions. Temporary disabling the test to unblock the bot until the Sony folks can have a look. https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/47878/
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter-tests/optnone-simple-functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/optnone-simple-functions.cpp b/cross-project-tests/debuginfo-tests/dexter-tests/optnone-simple-functions.cpp
index 6db46521c483..fa086b942b96 100644
--- a/cross-project-tests/debuginfo-tests/dexter-tests/optnone-simple-functions.cpp
+++ b/cross-project-tests/debuginfo-tests/dexter-tests/optnone-simple-functions.cpp
@@ -5,7 +5,7 @@
// RUN: --builder 'clang' --debugger 'lldb' \
// RUN: --cflags "-O0 -g" -- %s
-// REQUIRES: lldb
+// REQUIRES: lldb, D136396
// UNSUPPORTED: system-windows
//// Check that the debugging experience with __attribute__((optnone)) at O2