llvm-project/compiler-rt/test/fuzzer/msan-custom-mutator.test
Paul Robinson 8a86860207 [fuzzer] Convert tests to check 'target=...'
Part of the project to eliminate special handling for triples in lit
expressions.
2022-12-16 11:41:53 -08:00

7 lines
204 B
Plaintext

REQUIRES: msan
UNSUPPORTED: target=arm{{.*}}
RUN: %msan_compiler %S/MsanCustomMutator.cpp -o %t
RUN: %run %t -seed=1 -runs=1000 2>&1 | FileCheck %s
CHECK-NOT: MemorySanitizer: use-of-uninitialized-value