forked from OSchip/llvm-project
7 lines
322 B
Plaintext
7 lines
322 B
Plaintext
REQUIRES: lsan
|
|
UNSUPPORTED: 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
|
|
|