[docs] Fix build-docs.sh
[llvm-project.git] / compiler-rt / test / fuzzer / noasan-strstr.test
blobe969170bfac98bda9c6d650b516772e2466346a8
1 UNSUPPORTED: darwin, freebsd, windows
3 RUN: %cpp_compiler -fno-sanitize=address %S/StrstrTest.cpp -o %t-NoAsanStrstrTest
4 RUN: not %run %t-NoAsanStrstrTest -seed=1 -runs=2000000   2>&1 | FileCheck %s
6 RUN: %cpp_compiler -fno-sanitize=address -fno-builtin-calloc %S/CustomAllocator.cpp %S/StrstrTest.cpp -o %t-NoAsanCustomAllocatorStrstrTest
7 RUN: not %run %t-NoAsanCustomAllocatorStrstrTest -seed=1 -runs=2000000   2>&1 | FileCheck %s
9 CHECK: BINGO