Mercurial > hg > CbC > CbC_llvm
annotate compiler-rt/test/fuzzer/trace-malloc.test @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
rev | line source |
---|---|
150 | 1 RUN: %cpp_compiler %S/TraceMallocTest.cpp -o %t-TraceMallocTest |
2 | |
3 RUN: %run %t-TraceMallocTest -seed=1 -trace_malloc=1 -runs=10000 2>&1 | FileCheck %s | |
4 CHECK-DAG: MallocFreeTracer: STOP 0 0 (same) | |
5 CHECK-DAG: MallocFreeTracer: STOP 0 1 (DIFFERENT) | |
6 CHECK-DAG: MallocFreeTracer: STOP 1 0 (DIFFERENT) | |
7 CHECK-DAG: MallocFreeTracer: STOP 1 1 (same) |