Summary: libFuzzer's interceptor support added in 831ae45e3d currently only works on Linux. This patch disables the test cases added as part of that commit on non-Linux platforms.
Reviewers: morehouse, hctim
Subscribers: #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D84434
5 lines
175 B
Plaintext
5 lines
175 B
Plaintext
UNSUPPORTED: freebsd
|
|
RUN: %cpp_compiler %S/MemcmpTest.cpp -o %t-MemcmpTest
|
|
RUN: not %run %t-MemcmpTest -seed=1 -runs=10000000 2>&1 | FileCheck %s
|
|
CHECK: BINGO
|