brintos

brintos / llvm-project-archived public Read only

0
0
Text · 485 B · f73af35 Raw
10 lines · plain
1UNSUPPORTED: darwin, target={{.*(freebsd|windows).*}}, target=aarch64{{.*}}2 3RUN: %cpp_compiler -fno-sanitize=address %S/StrcmpTest.cpp -o %t-NoAsanStrcmpTest4RUN: not %run %t-NoAsanStrcmpTest -seed=1 -runs=2000000   2>&1 | FileCheck %s5 6RUN: %cpp_compiler -fno-sanitize=address -fno-builtin-calloc %S/CustomAllocator.cpp %S/StrcmpTest.cpp -o %t-NoAsanCustomAllocatorStrcmpTest7RUN: not %run %t-NoAsanCustomAllocatorStrcmpTest -seed=1 -runs=2000000   2>&1 | FileCheck %s8 9CHECK: BINGO10