xref: /llvm-project/compiler-rt/test/fuzzer/msan-custom-mutator.test (revision 8a86860207f0d5c794a2b8c0b384001710e5d036)
1REQUIRES: msan
2UNSUPPORTED: target=arm{{.*}}
3RUN: %msan_compiler %S/MsanCustomMutator.cpp -o %t
4RUN: %run %t -seed=1 -runs=1000 2>&1 | FileCheck %s
5
6CHECK-NOT: MemorySanitizer: use-of-uninitialized-value
7