mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
df27396295
We need to investigate this, but for now it just causes too much headache when trying to run these tests. llvm-svn: 295900
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
|