[docs] Fix build-docs.sh
[llvm-project.git] / compiler-rt / test / fuzzer / msan.test
blob23ea6da4ea5f9d2e245075b02703078cdfbaa8ae
1 REQUIRES: msan
2 UNSUPPORTED: arm
3 RUN: %msan_compiler %S/SimpleTestStdio.cpp -o %t
4 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
6 RUN: %msan_compiler %S/SimpleCmpTest.cpp -o %t
7 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
9 RUN: %msan_compiler %S/MemcmpTest.cpp -o %t
10 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
12 RUN: %msan_compiler %S/StrcmpTest.cpp -o %t
13 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
15 NO-REPORT-NOT: MemorySanitizer
16 NO-REPORT: BINGO
19 RUN: %msan_compiler %S/UseAfterDtor.cpp -o %t
20 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=REPORT
22 RUN: %msan_compiler %S/UninitializedStrlen.cpp -o %t
23 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=REPORT
25 REPORT: MemorySanitizer: use-of-uninitialized-value