Skip to content

Commit d6af73e

Browse files
committed
[compiler-rt][Fuzzer] Disable fuzzer-leak test
This has been flaky and reporting a lot of unrelated failures to PRs. See llvm#97712
1 parent 07b3e2c commit d6af73e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/fuzzer/fuzzer-leak.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
REQUIRES: lsan
2+
// See https://github.com/llvm/llvm-project/issues/97712.
3+
UNSUPPORTED: target={{.*}}
24

35
RUN: %cpp_compiler %S/LeakTest.cpp -o %t-LeakTest
46
RUN: %cpp_compiler %S/ThreadedLeakTest.cpp -o %t-ThreadedLeakTest

0 commit comments

Comments
 (0)