[all-commits] [llvm/llvm-project] 2e6727: libfuzzer: Disable broken tests for arm
m-gupta via All-commits
all-commits at lists.llvm.org
Mon Nov 22 10:33:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e67276d984d9d03e24487c987570a8e091759d0
https://github.com/llvm/llvm-project/commit/2e67276d984d9d03e24487c987570a8e091759d0
Author: Manoj Gupta <manojgupta at google.com>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M compiler-rt/test/fuzzer/acquire-crash-state.test
M compiler-rt/test/fuzzer/compressed.test
M compiler-rt/test/fuzzer/msan-custom-mutator.test
M compiler-rt/test/fuzzer/msan-param-unpoison.test
M compiler-rt/test/fuzzer/msan.test
M compiler-rt/test/fuzzer/sigint.test
M compiler-rt/test/fuzzer/value-profile-div.test
Log Message:
-----------
libfuzzer: Disable broken tests for arm
libfuzzer was recently enabled for Arm32 in D112091.
A few tests apparently do not work with arm32 so disable them.
The list of tests was obtained from
https://lab.llvm.org/buildbot/#/builders/190/builds/513
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D114312
More information about the All-commits
mailing list