mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-22 21:35:57 +00: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)
|