summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2019-05-09 20:20:36 +0000
committerKostya Serebryany <kcc@google.com>2019-05-09 20:20:36 +0000
commit194b1c3078e7e0ed3d56616e983e2ea6c3cdac29 (patch)
tree03089f212a7b99dd50f43ab6347cea715a3e2ccf /compiler-rt/test/fuzzer
parentdde1d9a6b77547e82c7113509934a5672118d653 (diff)
downloadbcm5719-llvm-194b1c3078e7e0ed3d56616e983e2ea6c3cdac29.tar.gz
bcm5719-llvm-194b1c3078e7e0ed3d56616e983e2ea6c3cdac29.zip
[libFuzzer] simplify value-profile-mem.test a little bit
llvm-svn: 360372
Diffstat (limited to 'compiler-rt/test/fuzzer')
-rw-r--r--compiler-rt/test/fuzzer/value-profile-mem.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/value-profile-mem.test b/compiler-rt/test/fuzzer/value-profile-mem.test
index 7d68b8811cf..dce7d8411b4 100644
--- a/compiler-rt/test/fuzzer/value-profile-mem.test
+++ b/compiler-rt/test/fuzzer/value-profile-mem.test
@@ -1,5 +1,6 @@
UNSUPPORTED: ios
UNSUPPORTED: freebsd
CHECK: BINGO
-RUN: %cpp_compiler %S/SingleMemcmpTest.cpp -o %t-SingleMemcmpTest
++# Disable trace-cmp so that we test just the memcmp interception
+RUN: %cpp_compiler %S/SingleMemcmpTest.cpp -o %t-SingleMemcmpTest -fno-sanitize-coverage=trace-cmp
RUN: not %run %t-SingleMemcmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud