Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / msan.test
blob08e450bc4b1557e18034345c6f675c7017b204df
1 REQUIRES: msan
2 UNSUPPORTED: target=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