Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-10-26 23:06:22 +0300
committerJonas Devlieghere <jonas@devlieghere.com>2022-10-26 23:14:44 +0300
commit2234f582c91e8511443f3e71b6e06abe3e47db4b (patch)
tree26b8fd545b09aa7e7880b33be07ff29da636d89f /cross-project-tests
parentbca75abc01f303512da409cf25a1d267b89b7276 (diff)
[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