llvm-project/compiler-rt/test/fuzzer/custom-allocator.test
Paul Robinson 8a86860207 [fuzzer] Convert tests to check 'target=...'
Part of the project to eliminate special handling for triples in lit
expressions.
2022-12-16 11:41:53 -08:00

9 lines
348 B
Plaintext

UNSUPPORTED: darwin, target={{.*(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