diff options
Diffstat (limited to 'test/fuzzer/trace-malloc-threaded.test')
| -rw-r--r-- | test/fuzzer/trace-malloc-threaded.test | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/test/fuzzer/trace-malloc-threaded.test b/test/fuzzer/trace-malloc-threaded.test index 11f3f049155fe..8f972d61f5c63 100644 --- a/test/fuzzer/trace-malloc-threaded.test +++ b/test/fuzzer/trace-malloc-threaded.test @@ -1,10 +1,11 @@  // FIXME: This test infinite loops on darwin because it crashes  // printing a stack trace repeatedly -UNSUPPORTED: darwin +UNSUPPORTED: darwin, aarch64 -RUN: %cpp_compiler %S/TraceMallocThreadedTest.cpp -o %t-TraceMallocThreadedTest +RUN: %cpp_compiler %S/TraceMallocThreadedTest.cpp -o \ +RUN:   %t-TraceMallocThreadedTest -RUN: %t-TraceMallocThreadedTest -trace_malloc=2 -runs=1 2>&1 | FileCheck %s +RUN: %run %t-TraceMallocThreadedTest -trace_malloc=2 -runs=1 2>&1 | FileCheck %s  CHECK: {{MALLOC\[[0-9]+] +0x[0-9]+ 5639}}  CHECK-NEXT: {{ +\#0 +}}  CHECK-NEXT: {{ +\#1 +}}  | 
