xref: /llvm-project/compiler-rt/test/fuzzer/disable-leaks.test (revision 8a86860207f0d5c794a2b8c0b384001710e5d036)
1REQUIRES: lsan
2UNSUPPORTED: target=aarch64{{.*}}
3RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest
4RUN: %run %t-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS
5ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
6
7