brintos

brintos / llvm-project-archived public Read only

0
0
Text · 373 B · 2b32b95 Raw
11 lines · plain
1// FIXME: This test infinite loops on darwin because it crashes2// printing a stack trace repeatedly3UNSUPPORTED: darwin4 5RUN: %cpp_compiler %S/TraceMallocTest.cpp -o %t-TraceMallocTest6 7RUN: %run %t-TraceMallocTest -seed=1 -trace_malloc=2 -runs=1000 2>&1 | FileCheck %s --check-prefix=TRACE28TRACE2-DAG: FREE[0]9TRACE2-DAG: MALLOC[0]10TRACE2-DAG: in LLVMFuzzerTestOneInput11