brintos

brintos / llvm-project-archived public Read only

0
0
Text · 348 B · a0bdceb Raw
9 lines · plain
1UNSUPPORTED: darwin, target={{.*(freebsd|windows).*}}2RUN: %cpp_compiler -fno-sanitize=address -fno-builtin %S/CustomAllocator.cpp %S/EmptyTest.cpp -o %t-NoAsanCustomAllocatorTest3RUN: %run %t-NoAsanCustomAllocatorTest -runs=1 2>&1 | FileCheck %s4 5CHECK: CALLOC-MEMCMP6CHECK-NEXT: CALLOC-STRNCMP7CHECK-NEXT: CALLOC-STRCMP8CHECK-NEXT: CALLOC-STRSTR9