2017-08-22 07:25:50 +08:00
|
|
|
REQUIRES: lsan
|
2018-07-07 01:06:01 +08:00
|
|
|
UNSUPPORTED: aarch64
|
2017-08-22 07:25:50 +08:00
|
|
|
RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest
|
2018-05-12 05:29:51 +08:00
|
|
|
RUN: %run %t-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS
|
2017-08-22 07:25:50 +08:00
|
|
|
ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
|
|
|
|
|