Changeset View
Changeset View
Standalone View
Standalone View
compiler-rt/test/fuzzer/msan.test
FIXME: Fails to find BINGO on s390x. | |||||
XFAIL: s390x | |||||
REQUIRES: msan | REQUIRES: msan | ||||
RUN: %msan_compiler %S/SimpleTestStdio.cpp -o %t | RUN: %msan_compiler %S/SimpleTestStdio.cpp -o %t | ||||
RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT | RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT | ||||
RUN: %msan_compiler %S/SimpleCmpTest.cpp -o %t | RUN: %msan_compiler %S/SimpleCmpTest.cpp -o %t | ||||
RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT | RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT | ||||
RUN: %msan_compiler %S/MemcmpTest.cpp -o %t | RUN: %msan_compiler %S/MemcmpTest.cpp -o %t | ||||
Show All 16 Lines |