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

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)