mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
28c53fa4a0
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
9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
// FIXME: This test infinite loops on darwin because it crashes
|
|
// printing a stack trace repeatedly
|
|
UNSUPPORTED: darwin
|
|
|
|
RUN: LLVMFuzzer-TraceMallocTest -seed=1 -trace_malloc=2 -runs=1000 2>&1 | FileCheck %s --check-prefix=TRACE2
|
|
TRACE2-DAG: FREE[0]
|
|
TRACE2-DAG: MALLOC[0]
|
|
TRACE2-DAG: in LLVMFuzzerTestOneInput
|