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.
9 lines
332 B
9 lines
332 B
7 months ago
|
UNSUPPORTED: darwin, freebsd, windows
|
||
|
RUN: %cpp_compiler -fno-sanitize=address -fno-builtin %S/CustomAllocator.cpp %S/EmptyTest.cpp -o %t-NoAsanCustomAllocatorTest
|
||
|
RUN: %run %t-NoAsanCustomAllocatorTest -runs=1 2>&1 | FileCheck %s
|
||
|
|
||
|
CHECK: CALLOC-MEMCMP
|
||
|
CHECK-NEXT: CALLOC-STRNCMP
|
||
|
CHECK-NEXT: CALLOC-STRCMP
|
||
|
CHECK-NEXT: CALLOC-STRSTR
|