bolt/deps/llvm-18.1.8/compiler-rt/test/fuzzer/disable-leaks.test

7 lines
335 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
REQUIRES: lsan
UNSUPPORTED: target=aarch64{{.*}}
RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest
RUN: %run %t-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS
ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation