[all-commits] [llvm/llvm-project] 8a4878: [libFuzzer] Disable noasan-memcmp64.test and bcmp....
Dokyung Song via All-commits
all-commits at lists.llvm.org
Fri Jul 24 09:45:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8a4878cc116c7ba2e1031d63e108610920c5ef5c
https://github.com/llvm/llvm-project/commit/8a4878cc116c7ba2e1031d63e108610920c5ef5c
Author: Dokyung Song <dokyungs at google.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M compiler-rt/test/fuzzer/bcmp.test
M compiler-rt/test/fuzzer/memcmp64.test
A compiler-rt/test/fuzzer/noasan-memcmp64.test
Log Message:
-----------
[libFuzzer] Disable noasan-memcmp64.test and bcmp.test on Windows.
Summary: This patch disables (i) noasan-memcmp64.test on Windows as libFuzzer's interceptors are only supported on Linux for now, and (ii) bcmp.test as on Windows bcmp is not available in strings.h.
Reviewers: morehouse, hctim, kcc
Subscribers: #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D84536
More information about the All-commits
mailing list