aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/fuzzer/fuzzer-leak.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/fuzzer-leak.test')
-rw-r--r--compiler-rt/test/fuzzer/fuzzer-leak.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/fuzzer-leak.test b/compiler-rt/test/fuzzer/fuzzer-leak.test
index dd22fde..43d896e 100644
--- a/compiler-rt/test/fuzzer/fuzzer-leak.test
+++ b/compiler-rt/test/fuzzer/fuzzer-leak.test
@@ -1,4 +1,6 @@
REQUIRES: lsan
+// See https://github.com/llvm/llvm-project/issues/97712.
+UNSUPPORTED: target={{.*}}
RUN: %cpp_compiler %S/LeakTest.cpp -o %t-LeakTest
RUN: %cpp_compiler %S/ThreadedLeakTest.cpp -o %t-ThreadedLeakTest