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
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