mirror of
https://github.com/RPCSX/llvm.git
synced 2026-01-31 01:05:23 +01:00
We need to investigate this, but for now it just causes too much headache when trying to run these tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295900 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
RUN: LLVMFuzzer-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)
|