brintos

brintos / llvm-project-archived public Read only

0
0
Text · 335 B · 534db7f Raw
7 lines · plain
1REQUIRES: lsan2UNSUPPORTED: target=aarch64{{.*}}3RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest4RUN: %run %t-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS5ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation6 7