Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / disable-leaks.test
blob534db7fa2404330da52d940ed834af3e8fd6ff54
1 REQUIRES: lsan
2 UNSUPPORTED: target=aarch64{{.*}}
3 RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest
4 RUN: %run %t-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS
5 ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation