You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
373 B
11 lines
373 B
// FIXME: This test infinite loops on darwin because it crashes
|
|
// printing a stack trace repeatedly
|
|
UNSUPPORTED: darwin
|
|
|
|
RUN: %cpp_compiler %S/TraceMallocTest.cpp -o %t-TraceMallocTest
|
|
|
|
RUN: %run %t-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
|