aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzer/trace-malloc.test
blob: 156d06a0c01ed2a92ea838d5210183847f4c5d03 (plain) (blame)
1
2
3
4
5
6
7
RUN: %cpp_compiler %S/TraceMallocTest.cpp -o %t-TraceMallocTest

RUN: %run %t-TraceMallocTest -seed=1 -trace_malloc=1 -runs=10000 2>&1 | FileCheck %s
CHECK-DAG: MallocFreeTracer: STOP 0 0 (same)
CHECK-DAG: MallocFreeTracer: STOP 0 1 (DIFFERENT)
CHECK-DAG: MallocFreeTracer: STOP 1 0 (DIFFERENT)
CHECK-DAG: MallocFreeTracer: STOP 1 1 (same)